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 |
#182
|
|||
|
|||
Quote:
|
#183
|
||||
|
||||
I had to disable this as I was getting the IE crash.. It was the same DLL that was listed here.
Bad thing is, some users didn't know how to get past the error, as they would lose their IE as soon as they hit the forum. |
#184
|
||||
|
||||
Nice hack. We've been using it for the admins to quickly communicate with each other when no messanger program is available. Just one thing bothers me from a webdesigner's point of view.
It looks fugly in Mozilla Firefox (no round corners, no scroll bar from the get go) compared to Internet Explorer (normally its the other way around aranoid: ). Is there a proper stylesheet for this or a fix that it looks the same in Firefox (or a bit more decent), cause its very annoying. If it is not possible to get it to be the same, could someone please hardcode the source so that at least the borders of the input field are white, in stead of just the bottom left corner? I can do it in CSS, but that would change all tables that make use of this style. Many thanks on beforehand. :up: Code:
<style type="text/css"> #PLAYER { position:absolute; height:1; width:1px; top:0; left:0; } </style> <script type="text/javascript"> chanceAd=1; // The chance in X times that this signup reminder will be shown var ns=(document.layers); var ie=(document.all); var w3=(document.getElementById && !ie); var calunit=ns? "" : "px" function initAd(){ if(!ns && !ie && !w3) return; if(ie) adDiv=eval('document.all.PLAYER.style'); else if(ns) adDiv=eval('document.layers["PLAYER"]'); else if(w3) adDiv=eval('document.getElementById("PLAYER").style'); randAd=Math.ceil(Math.random()*chanceAd); if (ie||w3) adDiv.visibility="visible"; else adDiv.visibility ="show"; if(randAd==1) showAd(); } function showAd(){ if (ie) { documentWidth =truebody().offsetWidth/2+truebody().scrollLeft-20; documentHeight =truebody().offsetHeight/2+truebody().scrollTop-20; } else if (ns) { documentWidth=window.innerWidth/2+window.pageXOffset-20; documentHeight=window.innerHeight/2+window.pageYOffset-20; } else if (w3) { documentWidth=self.innerWidth/2+window.pageXOffset-20; documentHeight=self.innerHeight/2+window.pageYOffset-20; } adDiv.left=documentWidth-200+calunit; adDiv.top =documentHeight-100+calunit; setTimeout("showAd()",100); } function truebody(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } onload=initAd; </script> <DIV ID="PLAYER" style="visibility:hidden"> <div class="normalfont"> <iframe name="ipager" width="0" height="0"></iframe> <table class="tborder" align="$stylevar[center]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="400"> <tr> <td class="tcat" align="$stylevar[left]" height="13">$vbphrase[vbpager_message_from] <i>$pagerinfo[username]</i><font class="smallfont"> @ $pagerinfo[timesent]</font> </td> </tr> <tr> <td class="panelsurround" align="center" valign="top"> <fieldset class="fieldset"> <legend>$vbphrase[vbpager]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" align="center"> <tr><td> <table border="0" cellpadding="2" cellspacing="0" width="100%" align="center"> <tr><td> <table id="frm" border="0" cellpadding="0" cellspacing="0" width="400"> <tr><td width="100%"> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="panelsurround" align="$stylevar[left]"> <div class="panel"><div align="$stylevar[left]"> $pagerinfo[message] </div></div> </td> </tr> </table> </td></tr> <form method="POST" action="$vboptions[bburl]/pager.php" name="frmpager" target="ipager" onsubmit="return SubmitForm();"> <tr><td align="$stylevar[left]" width="100%"> <if condition="$pagerinfo[canreply]"> <input type="hidden" name="action" value="pager"> <input type="hidden" name="do" value="pagerreply"> <input type="hidden" name="do1" value="pagerreply"> <input type="hidden" name="pid" value="$pagerinfo[pagerid]"> <input type="hidden" name="pid1" value="$pagerinfo[pagerid]"> <input type="hidden" name="touid" value="$pagerinfo[fromuserid]"> <input type="hidden" name="touid1" value="$pagerinfo[fromuserid]"> <textarea class="button" rows="3" name="message" cols="40" onKeyDown="textCounter(this);" onKeyUp="textCounter(this);"></textarea><br> <input type="text" class="button" readonly name="charNum" size=2 value="$vboptions[vbpager_message_maxchar]"> <input type="submit" name="submit" class="button" value="$vbphrase[vbpager_reply_to] $pagerinfo[username]"> </if> <input type="button" class="button" onClick="javascript:window.parent.ipager.location.href='$vboptions[bburl]/pager.php?action=pager&do=pagerreply&pid=$pagerinfo[pagerid]&touid=$pagerinfo[fromuserid]';closepager('PLAYER');" value="$vbphrase[vbpager_close]"> </td></tr> </form> </table> </td></tr> </table> </td></tr> </table> </fieldset> </td></tr> </table> </div> </DIV> <script type="text/javascript"> function closepager(id){ if (ie||w3) adDiv.display="none"; else adDiv.visibility ="hide"; } function SubmitForm() { minchar = 3; if (document.frmpager.message.value.length < minchar) { alert("$vbphrase[vbpager_max_per_message] " + minchar + ""); return false; } else closepager('PLAYER'); return true; } function textCounter(field) { maxlimit=$vboptions[vbpager_message_maxchar] ; if (field.value.length > maxlimit) {field.value = field.value.substring(0, maxlimit);} else {document.frmpager.charNum.value = maxlimit - field.value.length;} } </script> |
#185
|
|||
|
|||
i installed this hack but never got it to work proper.. wished it did.. but oh well!
anyways i ran the un-installer and now i'm getting a database error: Database error in vBulletin 3.0.7: Invalid SQL: select p.tosessionid from pager as p left join session as s on (s.sessionhash = p.tosessionid) where p.active=1 and p.tosessionid='379c7504c2770cf5cb8613477249b73a' mysql error: Table 'hoodlege_vb3.pager' doesn't exist mysql error number: 1146 how do i fix this so i can get my forums back lol? plz anyone!!! |
#186
|
|||
|
|||
You didn't remove a modification to one of your php-files.
Since the table is deleted by teh uninstaller, this will give an error. Make sure you undo all changes made during installation. |
#187
|
|||
|
|||
thanks marco! i dont know how i managed to miss only that edit! lol gotta stop doin hacks at 3am
|
#188
|
|||
|
|||
Hands down AWESOME HACK!!
I did the chmod to 755 and it's working like a charm |
#189
|
|||
|
|||
This hack is resulting in template vbpager_new being uncached for me.
Is this default or did I hose it up? Either way, how can i fix it? Thanks FIX: https://vborg.vbsupport.ru/showthrea...272#post654272 |
#190
|
|||
|
|||
i ve done everything 100% correct,i use a style that have been recently released in vbulletin.com,i use vb 3.0.7.
i ve setted correctly the options in forum ACP but i cant see the pager working...what am i doing wrong? EDIT: ok,it works now,but i dont see an icon next to the users names,i see "send a pager message to user xxxxx" i ve uploaded the image into /forum/images/buttons but the image dont show next to the user names.the pager works perfect,only this little problem.Imagine 100 persons inside the forum,and after their names shows "send blabla" it makes 20 lines!!! how can i solve this issue? EDIT2: problem solved,i had to put the image on my custom skin images folder!! great hack <<installed>> |
#191
|
|||
|
|||
When i send a message(by clicking the white icon) to someone,from inside the "who is online" page,when this guy responds to my message,i cant see his respond if i am in a different page,for example "forum home".When i get back after 5minutes to the "who is online" the responder's message shows up and says "predatorkill 5minutes before".i hope i made my self clear and u can understand!
why this is happening? Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|