![]() |
The javascript is not in the code on your page. Therefore, you have one of a few problems:
1. You didn't do the head include, but the source you showed me shows that you did. 2. You didn't modify global.php so it's not calling the popup box or 3. You didn't modify functions.php to put the call to the function in the body or 4. You didn't put in the new popup templates. I am not seeing any sql errors, and you say the values are getting updated in the database. So, I believe the invitation part is working on the inviter side. Amy |
Double checked all files,
they are exactly as in the install.txt... :ermm: I'll check once more tomorrow, maybe I'm just overlooking something at the moment... Thanks, hP |
Howsa bout adding an "Invite All" link?
This wouldn't always be practical, of course, but if there are only a handful of people online, and I wanna invite them all, a single click would be nice. :) |
I would honestly never use an Invite All link and hesitate to add the possibility of more bugs. Sorry.
Amy |
I had a similar issue with the hack: The pop-up box just wouldn't show up after I invited myself to chat.
What was actually happening was that the chat invite javascript was not loading into the head of the file. Yes, the template existed and yes, I'd made every change to the other four PHP files. I checked the database and the changes I made to my account in the UserCP were working properly when I enabled and disabled pop ups for chat. I finally got it to work when I commented out the following in global.php: --------- $headchatInvite=''; if ($bbuserinfo['userid']!=0 and $bbuserinfo['chatpopup']==2) { if ($noshutdownfunc) { $DB_site->query("UPDATE user SET chatpopup=1 WHERE userid=$bbuserinfo[userid]"); } else { $shutdownqueries[]="UPDATE LOW_PRIORITY user SET chatpopup=1 WHERE userid=$bbuserinfo[userid]"; } // $cutTime = time()-(15*60); // if($bbuserinfo[invitetime] > $cutTime){ $chatInvite=1; eval("\$headchatInvite = \"".gettemplate('head_chatInvite')."\";"); // } else { // $chatinvite=0; // $headchatInvite =""; // } } ----------- So, obviously - I'm not getting the benefits of the timer functionality and - well - I was hoping to leave any solution up to you. :) |
So, it's the timeout function giving you guys grief?
|
Hi,
Thanks, will try this tonight and let u know! hP |
Hi,
That did the trick, its working now! Thanks both! hP |
Anyone knows if its possible to assign a normal location instead of the url showing in the location field in who's online?
hP |
for when you are in chat, attic?
That depends on which chat hack you are using and isn't in the scope of this hack. If you mean while the person is inviting somebody, they are only there for seconds. I am not sure it is worth the effort to put that in who's online. Amy |
All times are GMT. The time now is 07:25 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|