• Ovidiu

    (@ovidiu)


    I am used to little documentation but this plugin has none! not even a readme ??

    the plugin code only says:

    * USAGE:
    * Add this to where in your posts loop
    * $post_id = the_ID();
    * <div id="tagthis-$post_id" class="tagthis" style="display:none"></div>

    what does that tell me?

    I tried adding this code: <div id="tagthis-<?php $post_id = the_ID(); ?>" class="tagthis" style="display:none"></div> to my post.php inside the loop and all it does is make an invisible div ??

    anymore docu?

    I’d really love to have this plugin working as the other, tagthis plugin is broken with wp 2.7

    https://www.ads-software.com/extend/plugins/community-tags/

Viewing 14 replies - 1 through 14 (of 14 total)
  • I feel your pain. I have been trying to sort this plugin out:

    https://www.ads-software.com/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,
    https://www.ads-software.com/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.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘[Plugin: Community Tags] any documentation available?’ is closed to new replies.