(Contact List) No Alert


  -----  
Author Message

esq
Member

Tue Dec 21, 2004 8:47 pm   Post subject: (Contact List) No Alert
This my problem please help...

I install contact list mod.But no pop up appears when someone user online in the buddy list.


I use fisubsilver template this overall_header.tpl code:

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fisubsilversh/{T_HEAD_STYLESHEET}" type="text/css" />
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
  win = window.open(mypage,myname,settings);
}
</SCRIPT>
<!-- BEGIN switch_enable_pm_popup -->
<script language="javascript" type="text/javascript">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
{GREETING_POPUP}
<!-- Start add - Protect user account MOD -->
{PASSWD_POPUP}
<!-- End add - Protect user account MOD -->
<!-- Contact List - Begin Code Additions -->
<!-- BEGIN buddy_alert -->
<script language="JavaScript" type="text/javascript" src="header.js"></script>
<script language="Javascript" type="text/javascript">
   var buddy_alert = "{buddy_alert.BUDDY_ALERT}";
   var u_buddy_alert = "{buddy_alert.U_BUDDY_ALERT}";
</script>
<!-- END buddy_alert -->
<!-- Contact List - End Code Additions -->
</head>
<body>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="{U_PORTAL}"><img src="templates/fisubsilversh/images/phpbb2_logo.gif" border="0" alt="{L_HOME}" title="{L_HOME}" width="240" height="110" /></a></td>
<td align="center" width="100%">
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav">&nbsp;<a href="{U_PORTAL}">{L_HOME}</a>&nbsp; ?&nbsp; <a href="{U_INDEX}">{L_FORUM}</a>&nbsp; ?&nbsp; <a href="{U_FAQ}">{L_FAQ}</a>&nbsp; ?&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp; ? &nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>&nbsp; ? &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; ? &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; ? &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp;
? &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp; ? &nbsp;<a href="{U_REGISTER}"><strong>{L_REGISTER}</strong></a>
<!-- END switch_user_logged_out -->
<br />
<!-- BEGIN switch_report_list -->
<a href="{switch_report_list.U_REPORT_LIST}">{switch_report_list.L_REPORT_LIST}</a>&nbsp; ? &nbsp;
<!-- END switch_report_list -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_ALBUM}">{L_ALBUM}</a>&nbsp; ? &nbsp;<a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a>&nbsp; ? &nbsp;<a href="{U_LINKS}">{L_LINKS}</a>&nbsp; ? &nbsp;<a href="{U_STATISTICS}">{L_STATISTICS}</a>&nbsp; ? &nbsp;<a href="{U_FAV}">{L_FAV}</a>&nbsp; ? &nbsp;<a href="{U_CONTACT_MAN}">{L_CONTACT_MAN}</a>&nbsp; ? &nbsp;<a href="{U_ACTIVITY}">{L_ACTIVITY}</a>&nbsp; ? &nbsp;<a href="{U_STAFF}">{L_STAFF}</a>&nbsp; ? &nbsp;<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td align="center">


I turn on the alerts for my buddies in the Contact Management control panel, but no pop-up alert.

Thoul please help me, i work hard long time but i'm fail... Sad(
 

Thoul
Administrator

Tue Dec 21, 2004 9:34 pm   Post subject: re: (Contact List) No Alert
I'll try to look into this in depth tonight or tomorrow, but for now, here are some things you can check:

1) Make sure the header.js file is in the forum directory.
2) Make sure you don't have any pop-up blockers running or turned on.
3) Make sure you have JavaScript enabled.
 

esq
Member

Wed Dec 22, 2004 11:02 am   Post subject: re: (Contact List) No Alert
ok Thoul thanks.

1) yes, header.js file is in the forum directory
2) i dont have pop-up blocker
3) yes, javascript is enable

But problem is going on.I waiting Thoul thanks again.
 

Thoul
Administrator

Wed Dec 22, 2004 11:43 pm   Post subject: re: (Contact List) No Alert
Okay, it turns out that there's a line missing in the additions to overall_header.tpl. I'm going to release Contact List 0.3.1 tonight or tomorrow with a fix for this issue and a few others.
 

esq
Member

Thu Dec 23, 2004 11:16 am   Post subject: re: (Contact List) No Alert
ok Thoul i'm waiting thanks Smile
 

WhirlyGirl
Member

Fri Jun 16, 2006 3:23 pm   Post subject: re: (Contact List) No Alert
Hi,

Excellent mod! I am also having this problem unfortunately. There's no online/offline indications and no popup. Crying or Very sad

Can anybody help? Thank you!

WG
 

WhirlyGirl
Member

Sat Jun 17, 2006 4:37 pm   Post subject:
I have managed to get the popup working now, however it is blank. On the local test site I had it working perfectly, but when I transferred exact copies of the files to the live site it stopped working! I don't understand - it's very strange.

Help would be greatly appreciated!!

Thanks!

WG
 

Page 1 of 1
Display posts from previous: