Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Pager 2.0.4 Details »»
vB Pager 2.0.4
Version: 2.0.5, by uae uae is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.6 Rating:
Released: 06-30-2004 Last Update: 05-28-2005 Installs: 160
DB Changes
 
No support by the author.

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:
  • You won't need to log on your CP to send a message, just click on the pager icon next to the name of the user you'd like to page! (See Screenshots)
  • Switch the paging system on or off anytime you wish!
  • Specify who gets to use the paging system by Usergroup, or even User IDs to send messages to your forum members.
  • vB Pager users can send pager messages to members of the forum and/or non-registered guests from the WhoisOnline's page.
  • Optional Anonymity: you can choose to hide your username when paging another user on the forum, & define which Usergroup or User IDs can utilize this option.
  • Restrict the number of characters in each message: you can restrict the use of this paging system to short messages only by simply typing in the maximum number of characters that can be used. 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 member has, can be viewed and deleted.
  • Logs of all incoming and outgoing pager messages (Deleted and Unread messages) for all members can be viewed and deleted through the Admin CP.
vB Pager 2.0.4 Updates:
- 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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #222  
Old 06-02-2005, 05:21 AM
lonelime lonelime is offline
 
Join Date: Feb 2005
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sound so kool, then i just wait the new fresh v3.0 come out....because i am still working on my forum, no rush at this moment....

Hope you done this soon...hmm how long it takes you to finish v.3.0??

thanks
Reply With Quote
  #223  
Old 06-03-2005, 05:21 AM
Hyrel Hyrel is offline
 
Join Date: Feb 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just did a fresh install and when I try to open my forum I get an error saying that there is an error on line 297 which would be:

PHP Code:
if ( $vboptions[vbpager_canpager] ) { 
In my global.php

When I take out:

PHP Code:
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 3 ]
$uids explode(','str_replace(' '''$vboptions[vbpager_canhidename]));
if (
in_array($bbuserinfo[userid], $uids))
$canhide 1;
if (
$pagermessage)
{
$pagerinfo show_pager();
}
if (
$pagerinfo) {
eval(
'$pagermessage = "' fetch_template('vbpager_popup') . '";');

if ( 
$vboptions[vbpager_canpager] ) {
eval(
'$newpagerpopup = "' fetch_template('vbpager_new') . '";');
}
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 3 ] 
the forum works again fine...but no pager Any suggestions?


Edit: I tried the above suggestion and it made the pages load with the changes made but the pager still wouldn't work for me.
Reply With Quote
  #224  
Old 06-03-2005, 07:41 AM
uae's Avatar
uae uae is offline
 
Join Date: Jul 2002
Location: Irvine, California
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 3 ]
$uids explode(','str_replace(' '''$vboptions[vbpager_canhidename]));
if (
in_array($bbuserinfo[userid], $uids))
$canhide 1;
if (
$pagermessage)
{
$pagerinfo show_pager();
}
if (
$pagerinfo) {
eval(
'$pagermessage = "' fetch_template('vbpager_popup') . '";');

if ( 
$vboptions[vbpager_canpager] ) {
eval(
'$newpagerpopup = "' fetch_template('vbpager_new') . '";');
}
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 3 ] 
This code change is not correct and it doesn't match the code in the hack file!!
where did you get this from??

can you please downlaod the zip file again, open vbpager2_05_file_edit.txt and make sure you do the exact changes in this file.
Reply With Quote
  #225  
Old 06-04-2005, 04:02 PM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by uae
PHP Code:
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 3 ]
$uids explode(','str_replace(' '''$vboptions[vbpager_canhidename]));
if (
in_array($bbuserinfo[userid], $uids))
$canhide 1;
if (
$pagermessage)
{
$pagerinfo show_pager();
}
if (
$pagerinfo) {
eval(
'$pagermessage = "' fetch_template('vbpager_popup') . '";');

if ( 
$vboptions[vbpager_canpager] ) {
eval(
'$newpagerpopup = "' fetch_template('vbpager_new') . '";');
}
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 3 ] 
This code change is not correct and it doesn't match the code in the hack file!!
where did you get this from??

can you please downlaod the zip file again, open vbpager2_05_file_edit.txt and make sure you do the exact changes in this file.
I installed and it works however, replies are not working. Where should I look?
Reply With Quote
  #226  
Old 06-04-2005, 09:42 PM
contrai contrai is offline
 
Join Date: Jun 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a very nice hack! I did a fresh install and everything work perfectly. I play with it back and forth just like Instan Messenger

But 2 things I want to be fixed tho.......

1st. Can you make the pop-up window box movable? I can't move the window box unless I scroll up and down the forum.

2nd. when i scroll the forum up and down and the popup window is overlayed by the
Forum Jump or Sorted By , Sort Order....ect. It just get overlayed by all the dropdown menu.

Thanks.
Reply With Quote
  #227  
Old 06-05-2005, 12:58 AM
dsboyce8624 dsboyce8624 is offline
 
Join Date: May 2005
Location: New Jersey
Posts: 413
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lsmba
I've read the comments in this thread and is seems that there are still alot of bugs riddled within this hack...although a good hack at first glance. Can anyone share the good and bad points on this hack?

Thanks
I haven't had a single problem, an the members on my site use it all the time.
Reply With Quote
  #228  
Old 06-05-2005, 09:12 AM
Hyrel Hyrel is offline
 
Join Date: Feb 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, going to re-download it now. I got it from a link on Flash Chat's forums.

EDIT:

well I did a new install with the files I got from here. I did find 1 error I had made in a templete so fixed that.

I'm getting this error messages still though:

PHP Code:
Fatal errorCall to undefined function: can_pager() in /home/.dandelion/hyrel/mykleekai.com/forums/global.php on line 298 
this is code I'm putting there

PHP Code:
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 2 ]
if ( $bbuserinfo['userid']!=and $bbuserinfo['pager']>and $action!='pager')
        
$pagermessage 1;

if ( 
$bbuserinfo['userid']==and $action!='pager' and $session[dbsessionhash]!='')
    if (
$DB_site->query_first("select p.tosessionid from " .  TABLE_PREFIX "pager as p left join " .  TABLE_PREFIX "session as s on (s.sessionhash = p.tosessionid) where p.active=1 and  p.tosessionid='" .  $session[dbsessionhash] . "'"))
        
$pagermessage 1;

$vboptions[sessionid] = $session[dbsessionhash];
$bbuserinfo[canpager] = can_pager();
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 2 ] 
Reply With Quote
  #229  
Old 06-05-2005, 09:57 AM
Hyrel Hyrel is offline
 
Join Date: Feb 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also I noticed that none of the templete changes are showing up. The only thing missing right now is the code above because my users can't use the forums if I leave it in

Is that a sign of something else being wrong?
Reply With Quote
  #230  
Old 06-06-2005, 03:41 PM
Senza Senza is offline
 
Join Date: Jan 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have users also having problems with IE. Although myself am using it with no problems many of my users are. Any resolve on this issue yet?
Reply With Quote
  #231  
Old 06-09-2005, 03:23 PM
osariase osariase is offline
 
Join Date: Mar 2005
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have installed this hack and its working like a charm and I am running vb 3.7 for real this is nice and my users are all going nuts with it. Hopefully it remains like that
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:12 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05159 seconds
  • Memory Usage 2,347KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete