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

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

Version: 3.0.6 Rating:
Released: 12-12-2004 Last Update: 01-29-2005 Installs: 21
DB Changes
Is in Beta Stage  
No support by the author.

vB Pager
Version: 2.0.4
vB-version: 3.0.6
Developer: WwW.UAEWEB.CoM
Install-difficulty: Easy


This Hack has been moved to Full Releases Forums.

https://vborg.vbsupport.ru/showthread.php?t=66744


Updates in Version 2.0.4
  • DHTML popup for Sending New Pager and Replying.
  • Upgrade from version 2.0.0 and 2.0.2 to 2.0.4 inlcuded.
  • New option in ADMINCP for Hard deleting messages.
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.
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 (v 2.0.2)
vbpager_new (v 2.0.4)
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.

Show Your Support

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

Comments
  #92  
Old 01-24-2005, 05:37 PM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uae, thanks for getting this out. But you mention that we should uninstall the old version first. Will this upgrade, or, should we completely take out everything from the old version, before installing this?

Just trying to diminish the amount of work I have to do. My gf is annoyed at me, LOL.

Edit: Sorry, just read the new zip file, that answered my questions.

GF's gonna be pissed.... LOL
  #93  
Old 01-25-2005, 06:35 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK.

Truly impressed. Damn. Really impressed.

It works. And it works great. Not a hitch so far. Installation instructions and edits are exact, a true example of how hacks should be put together. And what an addition to a forum. Move it out of the beta section boys, this thing is ready.

ONE ISSUE. The smart guys here will figure this out:

I'm using vba cmps; and I've noticed when people get a message while they are in the adv_index page (the vba cmps page, when you are using the navbar on that page as I do), a pager message will pop up, and "stall", ie, get stuck. (You can't close it). I'm wondering if the footer pager hack part, not being there, is causing this.

So, can we put a conditional in the navbar hack section, along this idea (I use this to change the links in the navbar depending on where you are in the site):

Quote:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a

href="$vboptions[bburl]?$session[sessionurl]"> Forum/Library <else /> <a

href="http://x.russbo.com/index.php"> Forum News </if></a></td>
that shuts off the pager mechanism if one is viewing the vba cmps index page???

Great job Uae. Truly awesome. Most definitely should be a part of the next vbulletin.

Oops. Gotta run. GF is really pissed....

rich
http://x.russbo.com/index.php
  #94  
Old 01-25-2005, 08:06 AM
uae's Avatar
uae uae is offline
 
Join Date: Jul 2002
Location: Irvine, California
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those who installed vB Pager 2.0.4 befor this post.

Please FIND in TEMPLATE "vbpager_new"

Code:
<form method="POST" action="pager.php" name="frmnewpager" target="ipager1" onSubmit="return SubmitPager(this);">
REPLACE it WITH

Code:
<form method="POST" action="$vboptions[bburl]/pager.php" name="frmnewpager" target="ipager1" onSubmit="return SubmitPager(this);">
Hack file has been updated.
  #95  
Old 01-25-2005, 08:12 AM
uae's Avatar
uae uae is offline
 
Join Date: Jul 2002
Location: Irvine, California
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by docvader
OK.

Truly impressed. Damn. Really impressed.

It works. And it works great. Not a hitch so far. Installation instructions and edits are exact, a true example of how hacks should be put together. And what an addition to a forum. Move it out of the beta section boys, this thing is ready.

ONE ISSUE. The smart guys here will figure this out:

I'm using vba cmps; and I've noticed when people get a message while they are in the adv_index page (the vba cmps page, when you are using the navbar on that page as I do), a pager message will pop up, and "stall", ie, get stuck. (You can't close it). I'm wondering if the footer pager hack part, not being there, is causing this.

So, can we put a conditional in the navbar hack section, along this idea (I use this to change the links in the navbar depending on where you are in the site):

that shuts off the pager mechanism if one is viewing the vba cmps index page???

Great job Uae. Truly awesome. Most definitely should be a part of the next vbulletin.

Oops. Gotta run. GF is really pissed....

rich
http://x.russbo.com/index.php
Thank you Sir, your words means alot to me

But will you guys click on Install this hack please :ermm:

I am using vba cmps and never had that problem with all browsers I've been testing the hack with!!
hmmmmmmmmmmm

I'll look into it.

Thanks again
  #96  
Old 01-25-2005, 01:52 PM
OrangeFlea OrangeFlea is offline
 
Join Date: Aug 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I'm still using 3.0.3. Will this hack work for that version still or do I have to make some slight adjustments? Thanks!
  #97  
Old 01-25-2005, 03:50 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 OrangeFlea
Hi, I'm still using 3.0.3. Will this hack work for that version still or do I have to make some slight adjustments? Thanks!
It should work fine with 3.0.1 and UP.

So, no problem with 3.0.3
  #98  
Old 01-25-2005, 03:58 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks lile even in beta, it works well.. defintly gonna add this to my site, might wait till final rls tho.. thx!
  #99  
Old 01-25-2005, 06:19 PM
OrangeFlea OrangeFlea is offline
 
Join Date: Aug 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How long before the final version is released and do you plan on adding anything else of significance? I'm very eager to put this up.
  #100  
Old 01-25-2005, 06:21 PM
OrangeFlea OrangeFlea is offline
 
Join Date: Aug 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, I have the "Who's online" disabled on my forum. Is it possible for members to simply click on an icon in the postbit area to page another member? And does the pager icon appear only when the user has a message (page) or is it always visible?
  #101  
Old 01-25-2005, 10:44 PM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uae, getting a mysql error when trying to access the Who's Online section of my site:
Quote:
Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT user.username, session.useragent, session.sessionhash, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo,
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]

IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM session AS session
LEFT JOIN user AS user USING (userid)
WHERE session.lastactivity > 1106699443

ORDER BY user.username asc

mysql error: You have an error in your SQL syntax near '// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]

' at line 3

mysql error number: 1064

Date: Tuesday 25th of January 2005 04:45:44 PM
Script: http://x.russbo.com/vb/online.php?
Referer:
Username: xxxxx
IP Address: xxxx
My online.php relevant section looks like this:
Quote:
$sorturl = "online.php?$session[sessionurl]";

eval("\$sortarrow[$sortfield] = \"" . fetch_template('forumdisplay_sortarrow') . '";');


// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
$allusers = $DB_site->query("

SELECT user.username, session.useragent, session.sessionhash, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo,
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]


IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
Any ideas? It was working before the hack.

rich
Closed Thread


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 06:51 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.04692 seconds
  • Memory Usage 2,316KB
  • 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
  • (2)bbcode_code
  • (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
  • (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