Knowledge Base Navigation
Articles: 51 Categories: 8
KB Article: Private Messages on any Page
Article: | Private Messages on any Page |
Submitted By: | Telli |
Date Added: | 04-29-2004 9:27:48 |
Hits: | 7,163 |
How to get the PM popup to open on any page in Nuke
By default the PM popup is set to only open in the phpBB forums page. This how to will let you put it where ever you want to. In this specific how to we will add it into a block. Open any block used on your main page of Nuke find ?> and right before that add this:
getusrinfo($user);
if ($userinfo['user_popup_pm'] && $userinfo['user_new_privmsg']) { echo "<script language=\"Javascript\" type=\"text/javascript\"> <!-- window.open('modules.php?name=Private_Messages&file=index&mode=newpm&popup=1', '', 'HEIGHT=225,resizable=yes,WIDTH=400'); //--> </script>"; } |
Current rating: 7.61 by 100 users
Please take one second and rate this article... |
Not a Chance | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Absolutely |
Please register or sign-in to post comments.