I feel your pain. I have been trying to sort this plugin out:
http://ww.wp.xz.cn/support/topic/255106
Haven’t got anywhere. You?
Thread Starter
Ovidiu
(@ovidiu)
unfortunately I got nowhere π are you aware of the tagthis plugin? got trouble with that too, author doesn’t respond either π
I have heard about it but mostly bad things. I think I’m close to getting tagthis sorted out, but I’m not so great with php…
There’s a bit of instructions there,
http://ww.wp.xz.cn/extend/plugins/community-tags/installation/
I don’t know if it works tho. I am looking for this functionality, to let users submit tags. Anyone using this?
Thread Starter
Ovidiu
(@ovidiu)
did you see my post? that’s exactly what I posted and its the only available documentation…
Any news on this? I really want my users to be able to add tags!
I cant get it to work either. Check out the other thread, since those guys claims that it should be:
<div id="tagthis-<?php the_ID();?>" class="tagthis" style="display:none"></div>
instead of the:
<?php $post_id = the_ID(); <div id="tagthis-$post_id" class="tagthis" style="display:none"></div> ?>
that the author states. With the authours code I get an error message, with the other code I get nothing…
Tag This is nice, but doesnΒ΄t quite work with wp 2.7.1, Community Tags doesnΒ΄t seem to work at all so I guess we are stuck with Folksonomy?
To bad you cant add more than ona tag at a time with folksonomy, otherwise it got all that I need.
/Mattias
I’ve got a working plug-in that works if its of any interests.
I’m thinking of releasing it to the wordpress community, free for any one to edit, or make improvements. But I’m not entirely sure on how or where to publish it for best “editabillity”.
Thread Starter
Ovidiu
(@ovidiu)
no clue about that, but I’d love to get a copy π can you send it to: ovidiu_at_pacura-dot-ru obviously substitute _at_ and -dot-
Is this plugin an expansion of Matt’s original plugin? I’m trying to find out how to implement it, as the documentation isn’t working for me, and I’d love to add photo tagging like Matt is currently running. Thanks!
Thread Starter
Ovidiu
(@ovidiu)
Ovidiu,
I don’t think I would have ever stumbled across that one. Exactly what I have been wanting to find. Thank you!! π
Thread Starter
Ovidiu
(@ovidiu)
yeah, but its only for photos. not connected to the usual tags π
I’d love a real community tagging system, integrated with the wordpress tags…
For some reason, I kind of like the idea of it using a separate set of tags. Unless there’s a great reason to connect them with the usual tags that I’m just not thinking of.
I guess because I would only like to tag people in the photos. It would be neat to see the tags link to a page similiar to Matt’s, where it shows all of the images where the specific person has been tagged on a single page.