+ Reply to Thread (include dating software, release, and patch number!)
Page 1 of 4 1 2 ... LastLast
Results 1 to 10 of 33

Thread: Several bugs - tags related

  1. #1
    thetazz's Avatar
    Join Date
    Oct 2007
    Posts
    93

    Default Several bugs - tags related

    1. When shared photos are deleted:
    Images are not deleted from server physically
    Tags still remain in Tags table

    2. Profile tags:
    When editing profiles Tags table is not updated
    Tags doesnt show anywhere on site

    3. Blogs tags:
    When editing blogs Tags table is not updated - Fix posted by vanarie
    When searching blog tags no results is returned


    Post will probably get updated - atm i'm working my way through a very long list of bugs systemwide...
    Last edited by thetazz; 10-12-2007 at 11:00 AM.

  2. #2
    vanarie
    Guest

    Default tag words & blog bug fixed

    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);
    }

  3. #3
    thetazz's Avatar
    Join Date
    Oct 2007
    Posts
    93

    Default

    Applied both fixes - no change though...

  4. #4
    vanarie
    Guest

    Default

    As far as Blog tags updating, it works for me. You'll have to hunt down the update routines in function ActionEditPost() - maybe something's remmed out.

  5. #5
    vanarie
    Guest

    Default BoonEx News

    I can't figure out where the rss settings is to change BoonEx News box on front page.

    -A

  6. #6
    thetazz's Avatar
    Join Date
    Oct 2007
    Posts
    93

    Default

    ok got that part working now thanx

    278 bugs to go lol

  7. #7
    vanarie
    Guest

    Default

    Anything on the RSS feed thing?

    Bugs aside, I must say that the software is pretty awesome. I'd be willing to pay the license fee if I didn't hear horror stories about them not working for people after they pay.

  8. #8
    thetazz's Avatar
    Join Date
    Oct 2007
    Posts
    93

    Default

    in admin panel go to the page builder - drag the rss "tile" where you want it, then click on it. Then you can set the rss info

  9. #9
    vanarie
    Guest

    Default Wow

    I completely missed that popup. Ok, makes sense now. I didn't realize the draggable buttons were also links!

  10. #10
    thetazz's Avatar
    Join Date
    Oct 2007
    Posts
    93

    Default

    lol took me quite a few minutes to work that one out as well

+ Reply to Thread (include dating software, release, and patch number!)
Page 1 of 4 1 2 ... LastLast

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, 01:46 AM
  3. mp3 tags in a room...
    By bigal0228 in forum Wishlist
    Replies: 0
    Last Post: 09-12-2007, 05:55 PM
  4. Big pictures uploads problem, ImageMagick, GD library related!
    By ATancevski in forum General Troubleshooting
    Replies: 0
    Last Post: 04-23-2007, 02:37 PM
  5. Replies: 4
    Last Post: 04-15-2006, 05: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