The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] vB Pager 3.0.4 Details »» | |||||||||||||||||||||||||
This modification currently contains a vulnerability. You are hereby advised to uninstall this modification until such time that the author provides a fix.
- vBulletin.org Staff [AJAX] vB Pager 3.0.4 Hack Version: 3.0.4 vB-version: 3.5.x Developer: WwW.UAEWEB.CoM Install-difficulty: Few minutes! Introduction: vB Pager is a text-based instant messaging system over your community between members. Users can exchange short & quick messages amongst each other. Unlike the regular private messaging system, the paged user is guaranteed to read your message & reply to it (if you choose this option) instantly & easily.
PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN! If you like this hack, please be kind and click on Show Your Support
|
Comments |
#372
|
|||
|
|||
I am getting double Pager Messages In the nav bar.. I attach a image. not sure what i need to remove.. all i did was copy and paste the code you gave in the zip file
|
#373
|
||||
|
||||
Quote:
It should be: In the template: navbar FIND Code:
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if> Code:
<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.1' CHANGEID= 3 ] --> <if condition="$show['pager']"><br /><a href="#" onclick="window.open('$vboptions[bburl]/pager.php?action=pager&do=log&folder=inbox','pagerinbox','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=650,height=500'); return false;">$vbphrase[pager_pager_messages]</a><phrase 1="$bbuserinfo[pagerunread]" 2="$bbuserinfo[pagertotal]">$vbphrase[pager_messages_nav_x_y]</phrase></if> <!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.1' CHANGEID= 3 ] --> |
#374
|
|||
|
|||
thanks m8..
btw this what i had Code:
<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.1' CHANGEID= 3 ] --> <if condition="$show['pager']"><br /><a href="#" onclick="window.open('$vboptions[bburl]/pager.php?action=pager&do=log&folder=inbox','pagerinbox','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=650,height=500'); return false;">$vbphrase[pager_pager_messages]</a><phrase 1="$bbuserinfo[pagerunread]" 2="$bbuserinfo[pagertotal]">$vbphrase[pager_messages_nav_x_y]</phrase></if> <!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.1' CHANGEID= 3 ] --> I am all good now.. thanks |
#375
|
|||
|
|||
Is it anyway I can set all my users to have the wav file play by default?
|
#376
|
||||
|
||||
Quote:
See this post |
#377
|
||||
|
||||
Sound enabled in usercp and in vb options but ... no sound
|
#378
|
|||
|
|||
This may seem a dumb question, but I have searched and read through and I'm not clear how this actually works in tmies of when it checks for and pops up messages.
In the description it says: "# vB Pager AJAX Check Period control. # vB Pager Display Window Refresh Period control ." So, does this mean that a refresh takes place (Ajax) to check for new messages on the server, or does a complete page refresh occur? Does it also check when you load a new page? Can you switch the Ajax refresh off completely so it only happens when you change pages/refresh manually? What does "vB Pager Display Window Refresh Period control" mean? Thanks in advance! |
#379
|
|||
|
|||
Quote:
I added an if condition to the PAGER template below Code:
else if (w3) { documentWidth=self.innerWidth/2+window.pageXOffset-20; documentHeight=self.innerHeight/2+window.pageYOffset-20; } Code:
if (navigator.userAgent.toLowerCase().indexOf("opera") != -1) { documentWidth=self.innerWidth/2+window.pageXOffset-20; documentHeight=self.innerHeight/2+window.pageYOffset-20; } The problem is that Code:
var ie=(document.all); Code:
if (ie) { documentWidth =truebody().offsetWidth/2+truebody().scrollLeft-20; documentHeight =truebody().offsetHeight/2+truebody().scrollTop-50; } |
#380
|
||||
|
||||
uae,
Voted on this for HotM. I have a recurrent problem with members who advertise through PM and who will certainly do the same with vBPager. When a spam-like PM is reported to me, I usually warn the user with a copy of that PM (I've installed one of the read-PM hacks). Do you plan on adding an admin option to read the users' messages? Thx |
#381
|
|||
|
|||
I just installed this and i'm having some fairly major issues.
1. I have no way of editing the permissions for any of this. In your one picture you show the vb pager permissions at the bottom of the usergroups manager screen. I get none of those options. 2. My entire forum is repeating at the bottom of my footer. And it's repeating at only half the width????? I'll keep looking through it all to see if I screwed up the template modifications, but I've done so already and haven't found it yet. I'll go through it again though. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|