+ Reply to Thread (include dating software, release, and patch number!)
Page 4 of 4 FirstFirst ... 3 4
Results 31 to 33 of 33

Thread: Several bugs - tags related

  1. #31
    vanarie
    Guest

    Default

    Quote Originally Posted by snivbonk View Post
    Here's one that I can't fix (6.02):

    The Blog tags on the tag cloud on the home page are broken. Clicking a tag that has matching posts results in a "sorry, nothing found" message/page.

    Any help would be greatly appreciated.
    I don't have a tag cloud - can you send me the code so I can check it out? I might be able to fix it too.

    -A

  2. #32
    makenoize's Avatar
    Join Date
    Sep 2006
    Posts
    165

    Default Tag search problem

    Hi there. Applied your fix. Now tags showing Thank you!!!! but when I run a search on tags in search.php I dont get results. Is yours working?

    Thanks
    makenoize


    Quote Originally Posted by vanarie View Post
    This is from fresh install of 6.0.0002 from modmysite. Hopefully this'll be fixed in 6.0.3.

    /inc/tags.inc.php
    mods in function explodeTags()

    // $aTags[$iInd] = mb_strtolower( $sTag , 'UTF-8');
    $aTags[$iInd] = strtolower( $sTag );

    /blogs.php
    mods in case 'add_post':

    (add 2 lines below bug - I don't have time to find out what the issue is, so I just added the redirect that is logical)

    if( empty( $arrErr ) ) {
    $iLastID = -1;
    $sRetHtml .= $oBlogs->ActionAddNewPost($iLastID);
    $_REQUEST['post_id'] = $iLastID;
    $sRetHtml .= $oBlogs->GenPostPage();
    // bug: redirect not working, so add this to redirect to post result
    $oBlogs->GenMemberBlog();
    break;
    } else {
    $sRetHtml .= $oBlogs->AddNewPostForm(-1, $arrErr);
    }
    makenoize uses IQ AE Dating (4.1.0004) and Clean 6.0.1b3. Tried D7 and dumping....

  3. #33

    Join Date
    Oct 2007
    Posts
    12

    Default

    Quote Originally Posted by vanarie View Post
    I don't have a tag cloud - can you send me the code so I can check it out? I might be able to fix it too.

    -A
    Hi Vanarie. I don't know which code to send you. Tag cloud is a standard feature. It works for most everything except for the blog tags where the search is broken

+ Reply to Thread (include dating software, release, and patch number!)
Page 4 of 4 FirstFirst ... 3 4

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Profile Customizer related
    By watts in forum Boonex Dolphin 7
    Replies: 1
    Last Post: 03-07-2010, 12:39 PM
  2. Red Database Error related to LocalizationLanguages
    By billwinters in forum Dolphin CLEAN 6.0.4 Bugs And Fixes
    Replies: 0
    Last Post: 05-23-2008, 12:46 AM
  3. mp3 tags in a room...
    By bigal0228 in forum Wishlist
    Replies: 0
    Last Post: 09-12-2007, 04:55 PM
  4. Big pictures uploads problem, ImageMagick, GD library related!
    By ATancevski in forum General Troubleshooting
    Replies: 0
    Last Post: 04-23-2007, 01:37 PM
  5. Replies: 4
    Last Post: 04-15-2006, 04:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts