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 |
#42
|
||||
|
||||
Can't wait, nexialys. Thanks to you and uae for this.
|
#43
|
|||
|
|||
Is there any word on the upgrade?
|
#44
|
|||
|
|||
yeah, the word is: don't worry...
i was not able to do any work this week-end, we all have a life to live, remember... i will start my upgrade in the next hours or tomorrow, if my family matters don't take all my time. i don't plan to have finished before wednesday, due to my occupations... anyway, the tool is working for the guys that are really in need... |
#45
|
|||
|
|||
Ok great.
Here is the problem that I am having with the current version. I don't see any options listed in the Admin Control Panel. Why is this? |
#46
|
||||
|
||||
any idea when a new version will be released ?
|
#47
|
|||
|
|||
I visited nexialys website (mini-services.com) and I think that there was a tragedy with someone close to the mini-services team. My condolences to everyone affected.
The hack can wait. |
#48
|
||||
|
||||
how to fix this bug ?
when it says replace : Code:
<td class="alt1" width="35%"> <span class="smallfont" style="float:$stylevar[right]"><span class="time">$userinfo[time]</span></span> <if condition="$show['loggedinuser']"> <a href="member.php?$session[sessionurl]u=$userinfo[userid]" target="_blank">$userinfo[musername]</a>$userinfo[hidden]<if condition="$show['buddy']">+</if> <else /> <if condition="$show['spider']"><phrase 1="$userinfo[spider]">$vbphrase[x_spider]</phrase><else />$userinfo[musername]</if> </if> </td> replace with : Code:
<!-- [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] --> <td class="alt1" width="35%"> <span class="smallfont" style="float:$stylevar[right]"><span class="time">$userinfo[time]</span></span> <if condition="$show['loggedinuser']"> <a href="member.php?$session[sessionurl]u=$userinfo[userid]" target="_blank">$userinfo[musername]</a>$userinfo[hidden]<if condition="$show['buddy']">+</if> <if condition="$vboptions[vbpager_canpager]"> <if condition="$bbuserinfo[userid]!=$userinfo[userid]"> <a href="#" onClick='window.open("pager.php?action=pager&do=newpager&touserid=$userinfo[userid]","pager","width=330,height=177");return false;'> <img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a> </if> </if> <else /> <if condition="$show['spider']"><phrase 1="$userinfo[spider]">$vbphrase[x_spider]</phrase><else />$userinfo[musername] <if condition="$vboptions[vbpager_canpager]"> <a href="#" onClick='window.open("pager.php?action=pager&do=newpager&guestid=$userinfo[sessionid]","pager","width=330,height=177");return false;'> <img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a> </if> </if> </if> $show[pager] </td> <!-- [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] --> when i do this spiders no longer show there name in the whos online . it just displayes a blank like the variable is empty ..... how do i fix this ? |
#49
|
||||
|
||||
FIXED :
i used this code in the whosonlinebit instead of the code given .... this fixes the problem with the spiders not showing up Code:
<!-- [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] --> <td class="alt1" width="35%"> <span class="smallfont" style="float:$stylevar[right]"><span class="time">$userinfo[time]</span></span> <if condition="$show['loggedinuser']"> <a href="member.php?$session[sessionurl]u=$userinfo[userid]" target="_blank">$userinfo[musername]</a>$userinfo[hidden]<if condition="$show['buddy']">+</if> <if condition="$vboptions[vbpager_canpager]"> <if condition="$bbuserinfo[userid]!=$userinfo[userid]"> <a href="#" onClick='window.open("pager.php?action=pager&do=newpager&touserid=$userinfo[userid]","pager","width=330,height=177");return false;'> <img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a> </if> </if> <else /> <if condition="$show['spider']">$userinfo[spider] $vbphrase[spider]<else />$userinfo[musername] <if condition="$vboptions[vbpager_canpager]"> <a href="#" onClick='window.open("pager.php?action=pager&do=newpager&guestid=$userinfo[sessionid]","pager","width=330,height=177");return false;'> <img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a> </if> </if> </if> $show[pager] </td> <!-- [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] --> |
#50
|
||||
|
||||
I installed everything correctly, went through all the steps, but when i uploaded my global.php, i try to view my forums, and this error is shown
Fatal error: Call to undefined function: can_pager() in /home/virtual/site83/fst/var/www/html/forum/global.php on line 263 I used the normal installer and i am on vb 3.0.1 any help? thanks |
#51
|
||||
|
||||
I keep getting blank messages from Guests (though they are not enabled to send messages). Not sure what that's about.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|