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?
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?
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.
any suggestions?
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.
To fix the empty hotlist entry problem:
Find in
\templates\tmpl_dfl\menu_design.php
Note the missing "I" in the URL construct, D=$IDCode:$ret .= MenuItem( _t("_hot member"), 'javascript:void(0);', '', '_hot_member.gif', '', "javascript:window.open( 'list_pop.php?action=hot&D=$ID', '', 'width=280,height=200,menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no, location=no' );");
add it, ID=$ID
Code:$ret .= MenuItem( _t("_hot member"), 'javascript:void(0);', '', '_hot_member.gif', '', "javascript:window.open( 'list_pop.php?action=hot&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.
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?
Sure - make a "clone" of the friend code!Originally Posted by Direct_Effect
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.
just an exact copy? where to put it?
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.
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![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks