The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Pager 2.0.4 Details »» | |||||||||||||||||||||||||
vB Pager
Version: 2.0.5 vB-version: 3.0.6 Developer: WwW.UAEWEB.CoM Install-difficulty: Easy Okay, this is my first released hack here on vb.org, been using it in my private forum's with vB2 and finally, I've upgraded this hack for vB 3.0.1. Introduction: vB pager is a new refined & light paging system that enables authorized users to 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:
- All popup windows are DHTML, so there should be no problem with popup killers. - Logs of all incoming and outgoing pager messages (Deleted and Unread messages) for all members can be set to be Hard deleted, as a new option from vB Pager options in Admin CP. - Many bug fixes. vB Pager 2.0.5 Updates: - Bug Fix: Getting blank messages from guest. Installation Update For vB Pager 2.0.5 You may install v2.0.5 fresh You may upgrade from v2.0.4 -> 2.0.5 (Read UPGRADE.txt) HACK INSTALLATION DETAILS: File-edits: 8 Template-edits: 9 New files for this Hack: 3 admincp/pageradmin.php images/buttons/vbpager.gif pager.php Files modified for this Hack: 5 admincp/index.php include/functions.php includes/functinons_online.php global.php online.php New templates for this Hack: 4 vbpager vbpager_listbit vbpager_popup vbpager_new Templates modified for this Hack: 7 footer MEMBERINFO (Optional) navbar forumhome_loggedinuser postbit_legacy (Optional) postbit (Optional) whosonlinebit New DB tables for this Hack: 1 pager DB Tables modified for this Hack: 1 user PLEASE CLICK INSTALL Please click if you install this hack, thanks. vB Pager is free, and will remain free. ------------------- Many Thanks goes to: D|ver docvader Wolfe And to all those who helped me find my mistakes and encourage me. ------------------- Normal_vBpager.zip (17.2 KB, 141 downloads) as per Sep-26-04 at 08:46 ------------------- Show Your Support
|
Comments |
#52
|
|||
|
|||
Is there a way to send a pager message to an entire usergroup?
|
#53
|
|||
|
|||
In theory this is excellant. So, well done to you. But i just spent 1 hours and 30 minutes of my time, and there was quite a few errors.
|
#54
|
|||
|
|||
these errors are probably mine but I have gone through the entire install a few times and still get the same issues.
1 when going to http://www.ratemylover.com/forum/online.php? trying to view who is online, I get the below error. There seems to have been a slight problem with the Amateurchronicles.com database. Please try again by pressing the refresh button in your browser. An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists. We apologise for any inconvenience. Database error in vBulletin 3.0.3: Invalid SQL: // [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.CoM' VERSION='2.0.0' CHANGEID= 7 ] SELECT user.username, session.useragent, session.sessionhash, // [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.CoM' VERSION='2.0.0' CHANGEID= 7 ] FROM session AS session LEFT JOIN user AS user USING (userid) WHERE session.lastactivity > 1091103964 ORDER BY user.username asc mysql error: You have an error in your SQL syntax near '// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.CoM' VERSION='2.0.0' CHANGEID= 7 ] ' at line 2 mysql error number: 1064 Date: Thursday 29th of July 2004 07:41:04 AM Script: http://www.ratemylover.com/forum/online.php? Referer: http://www.ratemylover.com/forum/ Username: Remlle IP Address: 159.251.88.50 2 when the window opens it does not have the right demensions and some of the buttons are hidden. if anyone could shed some light on the above errors I Woudl appreciate it very much thanks |
#55
|
|||
|
|||
to fix this I just used the code from the original online.php. in this section. I can not send messages to the guests but it works for members and thats all I really care about,. would stlll like to find out the sizing issue.
thanks |
#56
|
||||
|
||||
Quote:
Shame, because this is a great hack |
#57
|
|||
|
|||
does it work for 3.0.3?
|
#58
|
|||
|
|||
this is what i am getting when I am trying to install it....
There seems to have been a slight problem with the xxxx and its content database. |
#59
|
||||
|
||||
thanks for this hack, i am testing it out now
but the vbpager.gif images in the zip file is not working for me hmm has anyone solved the problem with those popup killers? maybe a small box like you get when you recieve private messages would solve this or not? |
#60
|
||||
|
||||
i got it working now with the message popup
just add this code to your footer template instead of your existing one Code:
<!-- [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 1 ] --> <if condition="$pagermessage"> <script type="text/javascript"> <!-- // script to show new pager message popup // Output when OK is clicked if (confirm("You have a new message. Open it?")) { function openPager() { url = "$vboptions[bburl]/pager.php?action=pager&do=showpager&s=$session[dbsessionhash]"; PG = window.open(url,'pager','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=no,width=1,height=1'); } openPager(); } else { } // end pager popup script //--> </script> </if> <!-- [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 1 ] --> |
#61
|
|||
|
|||
I'm getting a error in pager.php
Code:
Fatal error: Call to undefined function: can_pager() in /home/dwsgeb/public_html/forum/pager.php on line 344 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|