OMG This is the best hack ever
Thankyou Thankyou Thankyou Thankyou Thankyou Thankyou Thankyou Thankyou Thankyou Thankyou
Quote:
Hmm, sending a page seems to work, but nothing happens. my Unread messages does update, but when I view my inbox it says there's no messages to display. Any ideas?
|
I had this problem aswell.
Makesure you perform this edit for it to work and for the message to pop-up.
In the template: footer
=============================
FIND
=============================
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
=============================
BELOW ADD
=============================
<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 5 ] -->
<if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']">$pagermessage</if>
<!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 5 ] -->
If it does not work, add it above. I had to add it above.