Blank Buddy Popup


  -----  
Author Message

Thoul
Administrator

Thu Jan 27, 2005 2:00 am   Post subject: Blank Buddy Popup
Some users have reported an issue with Contact List 0.3.1 involving blank buddy online/offline alert pop-up windows. To fix this issue, make the following change to the header.js file that comes with Contact List. This file should be in your forum's root directory.

FIND:

Code:

   if ( buddy_alert )


REPLACE WITH:

Code:

   if ( buddy_alert == '1' )
 

MikeF
Member

Sun Feb 20, 2005 5:30 am   Post subject: re: Blank Buddy Popup
It still show's a popup for me Sad
It only shows when you load: index or you open a category/thread
 

Thoul
Administrator

Mon Feb 21, 2005 6:02 am   Post subject: re: Blank Buddy Popup
Make sure you've done the above and uploaded the edited file to your forum if necessary. The only thing I know of that would trigger an incorrect popup, once this change is made, is a mistake during the installation of the hack.
 

krillmeed
Member

Fri Nov 11, 2005 6:56 am   Post subject: pop up
I have done as you instructed on the hack forum and mentioned here, and it worked. But Wink It does still pop up once before members login, any way to stop this, would be annoying for guests to keep seeing this pop up Crying or Very sad
 

Thoul
Administrator

Fri Nov 11, 2005 7:05 am   Post subject: re: Blank Buddy Popup
Find this in class_contact.php:

Code:

   function pass_list($online_list, $offline_list)
   {
      global $template;


After it, add:

Code:

if( !$GLOBALS['userdata']['session_logged_in'] )
{
     return;
}
 

Page 1 of 1
Display posts from previous: