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

Thread: Hot List not working Dolph v5.1

  1. #1
    Direct_Effect
    Guest

    Default Hot List not working Dolph v5.1

    when a user clicks hot member in dolphin 5.1 they get a blank popup.. in their control panel where their hot list shows is just a check box and no user name or anything, then the option to delete the user from their hot list... anyone have a fix?

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    Well - I just looked, and block, hot, and friend is all broken.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    Direct_Effect
    Guest

    Default is there a fix?

    any suggestions?

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    in the templates folder, find:

    designbox_2.html

    It currently has:

    <!-- Design Box #2 [ Start ] here -->
    <!-- Design Box #2 [ End ] here -->

    Change to:

    <!-- Design Box #2 [ Start ] here -->
    __designbox_content__
    <!-- Design Box #2 [ End ] here -->

    That at least gets the box working.. now for the problem in communicator..... I'll look at that.
    Last edited by Smoge; 06-09-2006 at 03:40 AM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  5. #5
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    To fix the empty hotlist entry problem:

    Find in

    \templates\tmpl_dfl\menu_design.php
    Code:
    $ret .= MenuItem( _t("_hot member"), 'javascript:void(0);', '', '_hot_member.gif', '', "javascript:window.open( 'list_pop.php?action=hot&amp;D=$ID', '', 'width=280,height=200,menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no, location=no' );");
    Note the missing "I" in the URL construct, D=$ID

    add it, ID=$ID

    Code:
    $ret .= MenuItem( _t("_hot member"), 'javascript:void(0);', '', '_hot_member.gif', '', "javascript:window.open( 'list_pop.php?action=hot&amp;ID=$ID', '', 'width=280,height=200,menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no, location=no' );");
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  6. #6
    Direct_Effect
    Guest

    Thumbs up Thanks!!

    that did the trick! you're awsome!

    now.. any suggestion on how to get a users hotlist to show in their profile when someone's looking at it?

  7. #7
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    Quote Originally Posted by Direct_Effect
    now.. any suggestion on how to get a users hotlist to show in their profile when someone's looking at it?
    Sure - make a "clone" of the friend code!

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  8. #8
    Direct_Effect
    Guest

    Default a clone?

    just an exact copy? where to put it?

  9. #9
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    No - not an exact copy. But the friend display does give you a good starting point to work from. You will need to make SQL changes, add tags to your template, and so on.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  10. #10
    Direct_Effect
    Guest

    Default ouch

    sounds like for a php newbie like me and many others, we're better off not bothering with things like that..lol... i don't want to screw up my site..lol i just finally got it working

+ Reply to Thread (include dating software, release, and patch number!)
Page 1 of 2 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. Dolph 7 RC1 + Profile fields = dead horse
    By ArnMan in forum Boonex Dolphin 7
    Replies: 0
    Last Post: 11-14-2009, 08:43 AM
  2. Subscribers list?
    By elusuario in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 06-23-2007, 07:33 PM
  3. Replies: 0
    Last Post: 03-25-2007, 01:34 PM
  4. Dolph 5.2 browse function
    By vizio1 in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 2
    Last Post: 08-11-2006, 03:33 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