Version: 3.0.4, by uae
Developer Last Online: Nov 2023
Category: Major Additions -
Version: 3.5.4
Rating:
Released: 01-05-2006
Last Update: 03-05-2006
Installs: 800
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files
No support by the author.
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.
Features:
Uses AJAX Technology to Send pager messages / Get pager messages / Add & Remove a member to buddy list / Add & Remove a member from Ignore list. (No Refresh Required)
Main Features:
vB Pager Buddy List ?pop-up? window is used to keep track of the friends you wish to interact with. By going to your "vB Pager Buddies", you'll be able to see which of your friends are currently online and offline, and be able to send them a pager message. Adding people to your buddy list also allow you to send pager messages to multiple forum members at the same time. You may add any member of the forums to your buddy list by clicking the icon next to their names in the vB Pager Online Members Page or Clicking the Manage Buddies Link to add/remove members into your list.
vB Pager Ignore List ?pop-up? window lists are used for those people who's messages you wish not recieve from.
Received Pager Messages are Draggable Inline Popups.
Sending a message opens up a small window where you can type in message to be sent.
Optional Anonymity: you can choose to hide your username when paging another user on the forum, & define which Usergroup can utilize this option.
The window comes in with a built-in character counter to enable the user to keep track of the characters typed.
Logs of all incoming and outgoing pager messages ?Inbox/Sent Items? member has, can be viewed and deleted.
Download Stored Messages as XML, CSV, TXT.
Members can turn the vB Pager Off anytime they wish not to receive pager messages, and they can select the option to receive pager messages from those who are in their Pager Buddy List only.
Admin CP Features:
vB Pager Options
Switch the paging system on or off anytime you wish!
vB Pager AJAX Check Period control.
Set to mark all read messages as deleted messages after being read by end users and prune them automaticly every one hour with cron job.(v3.0.4)
vB Pager Display Window Refresh Period control .
Set Floodcheck - Minimum Time Between Pager Messages.
Set Maximum Pager Messages Per-Page in inbox/sent items.
Allow vB Code in Pager Messages control.
Set the Sizes of Width and Height of the vB Pager Buddy List Window.
Set the Width Size of the Received Pager Message Box.(v3.0.1)
Enable Notification Sound on New Received Pager Message.(v3.0.1)
Enable/Disable the display of Avatar.(v3.0.2)
Banned Users.
Pager Message Statistics
Mass prune stored pager messages (All, Unread, and Deleted Messages).
search for users with X number of pager messages.
Delete pager messages for user x.
Usergroup based Permissions:
Can Send Pager Messages. (Yes/No)
Maximum Stored Pager Messages.
Minimum Number of Posts Required Before Can Send Pager Messages.
Minimum Number of Posts Required (Per Day) Before Can Send Pager Messages.
Maximum Number of Pager Messages Can Send Per Day.
Maximum Recipients to Send Pagers at a time.
Maximum Characters Per Pager Message.
Can Hide Their Username When Paging Another User. (Yes/No)
Can Use Allow Reply Option When Sending Pager. (Yes/No)
Can Send Pager Message to All Users. (Yes/No)
Other Features:
XML Product.
Fully Phrased.
No file edits.
Screenshots, Updates, FAQs & Add-Ons:
See second & third post.
Contents of vbpager.zip:
README.txt
Uploads
pager.php
pager_sound.wav (v3.0.1)
admincp
pageradmin.php
includes
xml
bitfield_pager.xml
cpnav_pager.xm
images
statusicon
vbpager.gif
vbpager_icon.gif
vbpager_user_buddylist_invisible.gif
vbpager_user_buddylist_online.gif
vbpager_user_ignorelist_invisible.gif
vbpager_user_ignorelist_online.gif
vbpager_user_invisible.gif
vbpager_user_offline.gif
vbpager_user_online.gif
vbpager_user_remove.gif
Contents of xml Product:
vB Pager Templates
PAGER
PAGERBUDDYLIST
pagerbuddylistbit
pager_messagelist
pager_messagelistbit
pager_multipager
pager_newpager
vB Pager plugins
vB Pager (cache_temlates)
vB Pager (parse_templates)
vB Pager (profile_updateoptions)
vB Pager (template_groups)
vB Pager (userdata_doset)
vB Pager (userdata_start)
vB Pager (cron_script_cleanup)
vB Pager phrases
Many of 'em
vB Pager Database Modifications
New Tables (pagerreceipt, pagertext)
Alterd Tables (user, usergroup, usertextfield)
How to Install:
Simply download the zip file, Unzip it to a directory on your computer and follow the steps from the README.txt
Remember to Change vB Pager Pemrissions from the Usergroup Manager.
Make sure that you got your forum url filled in the Help Site Name / URL / Contact Details under your vBulletin Options. See this post
Make sure that you got your forum directory name filled in the Forum Directory Name under your vB Pager Options.
Simply remove all uploaded files, revert your edited templates, and uninstall vB Pager Product from the Manage Products under the Plugin System in your ADMINCP.
Known Issues:
Permissions are not being inherited from secondary usergroups.
I've tried everything, disabled plugins etc. but it crashed IE 6 by all members. Firefox seems to be ok. -- edit -- Removed a css scroll code and IE seems to run fine now. --
where is this code you're talking about? I'm having the same problem!!! thanks!
Seemed to work fine, I can see I will get interupted quite often and I had to do some tweaking in my custom Member's Profile, other than that it seems to work, a moderator and I filled up the quota I had set up in no time. Thanks for the great hack, I clicked installed.
I just installed the pager but I'm using opera too, so there had to be a solution.
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;
}
This is working for me - I tried it also with 'Identify as IE' within opera which was working too...
The problem is that
Code:
var ie=(document.all);
is true for opera but
Code:
if (ie)
{
documentWidth =truebody().offsetWidth/2+truebody().scrollLeft-20;
documentHeight =truebody().offsetHeight/2+truebody().scrollTop-50;
}
doesn't work with the browser...
Well' Opera is not XHTML, W3C Compliant, and I am not using Opera, neither my members!
But I'll try something to sort that out.
Quote:
Originally Posted by Dennis B
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
I don't think I need that option, but I don't mind IF anyone willing to create an add-on to read PAGER messages from ADMINCP
Quote:
Originally Posted by PJSkiboy
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.
Send me a pm with a user account to your forum.
Quote:
Originally Posted by Watson
My options in usergroup options aint showing up. I tried the old, open a phrase and save it trick, but didnt work. Everything else seems to work ok, but I only want this feature for certain usergroups, but cant see options to get it to work for them
Watson
Send me a pm with a user account to your forum.
Quote:
Originally Posted by SolidSnake@GTI
Thanks very much
its really a great product
but see this is erro appeared after upgrading to version 3.0.1 when trying to update profile settings
Fatal error: Field pagersoundoption is not defined in $validfields in class vb_datamanager_user in /includes/class_dm.php on line 485
Thank you sir
Download the product file and reinstall.
Quote:
Originally Posted by aberg
I have translate (except the admin functions) the phrases to Dutch
So this is for the Dutch people who want install the Vpager 3.01 on there Dutch forum.
Thank you sir
I'll attach that to the download section.
Quote:
Originally Posted by caimakale
My site has less than 10 people on it at any given time. What would be a good reload time? This is my first real time playing with ajax so I don't know much about it and how much it will affect the server.
For the online users pager page, I would use 60 seconds, and for the AJAX Period, I wouldn't use less than 10 seconds.
i receive an "Access denied" in the little status windowd down left on the explorer when I inbound the Footer lines and the pager wont work....
what about his, any ideas?
Read the Pager's FAQs from the third post in this thread.
Quote:
Originally Posted by Watson
Still cant get my options to show in usergroups, shows buttons but not the Text
Get me a user acount to your forum and PM me.
Quote:
Originally Posted by SnappedAgain
EXCELLENT HACK, installed it on 3.5.3 and is working great in Firefox and IE6 (SP2)
Also I saw somewhere in the last 27 pages where someone was asking about weither you could be able to TURN OFF the sent messages by default but I didn't see a response. I would like to turn that off as it seems to fill up a little to quickly when you send a lot of messages.
Thanks and good luck with the rest of the issues. Everything is great over here
Thank you so much sir
I did not get what you meant by TURNING OFF the sent messages?
like you don't want to have the sent messages stored?
Quote:
Originally Posted by threat
Ok can someone look at this pic and tell me why the background is dark? is it because my forum/site background is the same color?
ok, i tried searching and can't find anything definitive as to why the msg window can't stay open? Also, anyway to stop 2 or more windows coming up if someone is browsing the site in 2 diff windows?
You mean it's disapearing even if you didn't click on the close or the reply buttons?
You can always open the same Private message from 2 diff windows, Pager messages would me the same I guess.
Quote:
Originally Posted by ndahiya
Crashing IE on multiple machines... On some intermittently, on some every time... I am using IE6, vb 3.5.2 and vbpager 3.0.1 ... :?
edit: i have all the latest microsoft updates on my 2 machines...
Get me a user acount to your forum and PM me.
Quote:
Originally Posted by yellowchaser
Same here, I finally got it installed and all it does is crash IE for my users. Uninstalling until this bug is put to rest.
I'm sorry to see that, but you need to upgrade your forum to at least vB 3.5.0