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
  #22  
Old 07-01-2004, 04:56 PM
uae's Avatar
uae uae is offline
 
Join Date: Jul 2002
Location: Irvine, California
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by contramontanum
Question: Are the pager icons visible to users who are not authorized to use the pager system?
No, unless you set that usergroup ID in vB Pager options.
Reply With Quote
  #23  
Old 07-01-2004, 04:57 PM
uae's Avatar
uae uae is offline
 
Join Date: Jul 2002
Location: Irvine, California
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NuclioN
Works but now the popup stays visible after sending a message
Check this post https://vborg.vbsupport.ru/showpost....4&postcount=17
Reply With Quote
  #24  
Old 07-01-2004, 06:40 PM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get this error after i edited the global.php file:

Fatal error: Call to undefined function: can_pager() in /home/ezilli2/public_html/gramps/forums/global.php on line 309

what am i doing wrong?
Reply With Quote
  #25  
Old 07-01-2004, 07:02 PM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do i need to go into my database and rename "pager" in the User Table to "can_pager"?
Reply With Quote
  #26  
Old 07-01-2004, 07:07 PM
orca's Avatar
orca orca is offline
 
Join Date: Oct 2001
Location: Switzerland
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I downloaded the latest version and there's still the problem ith the table prefix. At least in the normal install.
Reply With Quote
  #27  
Old 07-01-2004, 07:10 PM
nexialys
Guest
 
Posts: n/a
Default

nope, you just forgot to add the other parts of the files in...

you had to add some parts in includes/functions.php ... and that's where the function is located...
Reply With Quote
  #28  
Old 07-01-2004, 07:13 PM
nexialys
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by orca
Well, I downloaded the latest version and there's still the problem ith the table prefix. At least in the normal install.
if i'm taken the job to update, i'll take the TEXT version of the install and update every details... there is a load of malfunctions, even for the guys that tested it today, because many features are not working because of improper variable calls... so even the guys that have tested it will have to upgrade and see more features in it... :ninja:
Reply With Quote
  #29  
Old 07-01-2004, 10:19 PM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys
nope, you just forgot to add the other parts of the files in...

you had to add some parts in includes/functions.php ... and that's where the function is located...
i did that. still won't work. weird.
Reply With Quote
  #30  
Old 07-01-2004, 10:20 PM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys
if i'm taken the job to update, i'll take the TEXT version of the install and update every details... there is a load of malfunctions, even for the guys that tested it today, because many features are not working because of improper variable calls... so even the guys that have tested it will have to upgrade and see more features in it... :ninja:
that would be a total godsend. i wonder how it worked for others then. anyhow, you rock for trying to help me out.
Reply With Quote
  #31  
Old 07-02-2004, 02:45 AM
Vivi Ornitier's Avatar
Vivi Ornitier Vivi Ornitier is offline
 
Join Date: Nov 2001
Location: Black Mage Village
Posts: 442
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database error in vBulletin 3.0.0:

Invalid SQL: INSERT INTO setting VALUES ('vbpager_on_off', 'vbpager','1','1', 'yesno', 10, 0, 0)
mysql error: Column count doesn't match value count at row 1

mysql error number: 1136

Date: Friday 02nd of July 2004 03:39:35 AM
Script: http://forums.squareultima.com/admin...tep=dosettings
Referer: http://forums.squareultima.com/admin...step=dophrases
Username: deathscythehell
IP Address: 64.40.53.80


I get that when i do step 2 of the install.
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 10:57 PM.


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.04899 seconds
  • Memory Usage 2,306KB
  • 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
  • (5)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
  • (1)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
  • (9)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