Community Page
- dancameron.org Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- So you do look at the silly photos I share on Google Reader.
- I have investigated 1&1 thoroughly and found their major tricks using PayPal. They are crooks and steal money deliberately as their main business. That's why do not be surprised at anything...
- This is the reason I alluded to yesterday for being happy about the iPhone tethering; the more popular it gets, hopefully the more pressure there will be to re-evaluate this insane pricing for...
- Pretty much, and that just might fit into 140 characters.
- So what you are saying is that social net working sites speed the process up in regards to how fast you get to know a person and either like or dislike them?
4 years ago
I'm a little hazy on what you mean by a sub tags interface.. Writing a thing for generating a link to add the current post with its assigned tags to del.icio.us is something on my "intend to do" list. I'm not sure if this is the same thing that you had in mind.
- Christine
4 years ago
4 years ago
4 years ago
An Example:
On Del.icio.us if you have a link with more then one tag, say WP, plugins, and hack.
And if I were to select WP I would see related tags. Related tags from the example above and viewing the WP tag would be 'plugin' and 'hack'.
This would carry throughout so if I had a bunch of links tagged WP then there would be a bunch of related tags.
This is extremely easy to search for what you want because if I wanted a Wordpress plugin, the only way is to scrounge through the wordpress tags then move onto the plugins tags separately.
4 years ago
4 years ago
4 years ago
Nested categories? Why nested categories? It also defeats the purpose of a tag since nesting creates a hierarchy.
It would be nice though to use the already included Categories WP uses but then there is the question, why?
4 years ago
My first thoughts on this, would be to write a "show tags for this post" function that instead of linking to the tag page, links to the tag page and the current tag. (Or something.)
(If you were looking at /tag/monkey, the items on that page could have their tags linking to /tag/monkey+banana, /tag/monkey+primates... Then, if you were looking at /tag/monkey+primates, the tags would link to /tag/monkey+primates+monkeybusiness)
[I'm not sure which version of UTW you're using, the first couple don't support tag intersections, 1.0 and beyond do]
4 years ago
4 years ago
For the related tags, if you don't already use del.icio.us go to my links (found above) and click on a tag on the right then you will see the related tags in green (on the right) after.
And again. Great Plugin, I just started using it last night so I have 1.0.
4 years ago
What I'm thinking of is like the behaviour you see when you click the "add" links beside a related tag. Sortof. I was going to just include the tags of the current post, but it makes sense to grab the union of the tags of the posts that share the current tag (does that make sense? I know what I mean, but I'm fairly sure I've explained it badly (: ).
4 years ago
What would also be cool is to have the tags you already have, displayed on the post page so you could select them to tag your post. That way you don't have to go off of memory in deciding relevant tags for a post. Similar to how Delicious does there tags.
4 years ago
When you said "subtags" at first, I thought you were talking about a hierarchy.
Re: your last comment (displaying your tag list on the post page) - that's why I think it would make sense just to use the existing WP categories - they're already there, and there's already an admin UI to manage them. You could easily add on the "related tag" functionality on top of that, rather than doing the whole thing from scratch.
I don't see why you wouldn't want to base a tag system on top of what WP already has (categories) rather than build from the ground up.
Christine, please don't take any of my comments as criticism of your plugin in any way, since I haven't even tried it myself. I just like to give Dan a hard time every now and then, and pretend that I'm an expert on a lot of subjects.
4 years ago
(Ugh. I've contemplated synonyms a little more, and come to the conclusion that it's something best left to my too-hard basket... Setting up acronyms or shortnames, though... that's just about crazy enough to work. When I say work, what I mean is, work without me pulling out the rest of my hair (: )
JaredB: d:
4 years ago
The latest version of it lives here: http://dev.wp-plugins.org/file/ultimate-tag-war...
Basically, if you drop ultimate_show_related_tags() into your tag.php file; a list of tags will be spat forth from the brink. (Each of the items are in li tags; but the whole list isn't in ul or ol tags.. If you want something different to li tags, ultimate_show_related_tags($prefix, $suffix) can help)
- Christine
4 years ago
Text replace would be a great feature. It would *help* in synonyms and it would be great for shortnames and acronyms like you said.
I updated my tags page and I was wondering, should your tag.php file include a get sidebar function rather then just putting the related tags and archives like I have. I had no problem editing it but I would imagine a lot of users wouldn't have a clue in creating a new sidebar for the tag file nor know how to add something to the tag side bar without them adding it to the universal sidebar..
4 years ago
You might want to check it out.
The problem I was getting was, after I submit a comment or delete a comment I was greeted with the white screen of death. The comment did post or deleted.
4 years ago
Posting a comment isn't something that I tested (And I'm still running 1.0 on my blog). It seems a like a slightly odd thing for the changes I made to cause. Did you change anything else?
(Perhaps the need for shortnames would vanish if I did the list of tags on the tag-adder, thing?)
(I'll have a look into that sidebar thing.)
4 years ago
tag adder would solve the synonyms, text replace, and abbreviations.
The sidebar thing was just a suggestion.
Thanks.
4 years ago
I created a Dev site and copied everything over from my original site.
I have deactivated all plugins, switched themes, updated my permalinks, reinstalled and just about everything else I could think of.
Could you check it out.
http://dev.dancameron.org
Maybe JARED has an idea. :D
4 years ago
It is failing to redirect after the comment is posted. The post processing page tries to do a redirect (302) after it saves the comment, to either a location you specify in your comment form ('redirect_to') or the referring page if you have not specified, so you usually get redirected back to the page you were submitting the comment from.
For whatever reason, your comments-post page is not sending this redirect header after it saves the comment. Hope this helps.
4 years ago
The template, I don't think has anything to do with it since I can change to an older theme and it still doesn't work. But I will install the WP default theme on that dev site and see if it still breaks.
Thanks.
4 years ago
The plugin must have something it that breaks with me site.
She said, she had no problem with her site. I wonder why?
4 years ago
So now users can click on a tag and then click on a related tag to narrow down your search.
Now all I need to do is tag all my posts.
4 years ago