Vanilla 1.0.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorKai
    • CommentTimeFeb 6th 2007
     
    Hi, still using Wordpress 2.07 here.

    I just removed UTW3-141592 and installed 14159265. The tags are still visible at my posts, but UTW says "No tags are in use at the moment."

    How to recover my tags...:( ?

    Good thing I backup though!

    When I go to Options -> Tags, it jumps me to Manage -> Tags. Is this normal?

    Thanks in advance!
    • CommentAuthoradmin
    • CommentTimeFeb 6th 2007
     
    Try the fix <a href="http://www.neato.co.nz/forum/comments.php?DiscussionID=1582&page=1#CommentBody_1719">here</a>.
    • CommentAuthoradmin
    • CommentTimeFeb 6th 2007
     
    p.s. your tags are there (: don't panic!
    • CommentAuthorKai
    • CommentTimeFeb 7th 2007
     
    Thanks Christine!

    I managed to get the plugin to recognise the tags I used previously, but still cannot get CJ's UTW Tag Cloud to work.

    Here's the code I used, from the fix that you stated.

    $typelimitsql = "(post_type = 'post' OR post_type = '' AND post_status != 'static')"; // include pages
    // $typelimitsql = "(post_type = 'post')"; // don't include pages - comment this out if you want!!

    I tried both

    $typelimitsql = "(post_type = 'post' OR post_type = 'page' OR post_type = '')";
    and
    $typelimitsql = "(post_type = 'post' OR post_type = '' AND post_status != 'static')";

    on the first line of the

    $typelimitsql = "(post_type = 'post' OR post_type = '' AND post_status != 'static')"; // include pages
    // $typelimitsql = "(post_type = 'post')"; // don't include pages - comment this out if you want!!

    block, both did not managed to get the Tag Cloud working...(actually do not really know what I'm doing...just copy and paste the different combinations...)

    Any ideas?

    Thanks!
    • CommentAuthorKai
    • CommentTimeFeb 10th 2007
     
    Er...guys anyone?