![]() |
What do I need to do to make sure all users have the sound turned on by default?
This require vB Pager 3.0.1 + Installed. From phpMyAdmin, run this query: Code:
UPDATE user SET pagersoundoption = 1; If you want to change the default value for the sound option to all new registerd users and make it enabled by default. From phpMyAdmin, under the user table, edit the pagersoundoption field and change the Default value to 1 then save it. Or run this query Code:
ALTER TABLE user CHANGE pagersoundoption pagersoundoption SMALLINT( 6 ) DEFAULT 1 NOT NULL; |
Quote:
|
BTW, thank you UAE for all your personal help which you have provided me. I truly think this is one of the most useful additions to vBulletin that I've seen!
|
Quote:
aah, no it won't be checked by default, I dunno, but I thought some users may find it annoying or something, so I had to leave it turned off by default, and they can always trun it on whenever they want! The pager message box already pops up right on their faces, so it's already a notification ;) No problem mate, you're welcome :) |
Hi
Still cannot use ff to send a pager message as it shows as no characters left to use. even when logged in as admin. As soon as i enabled the sound option IE 7 crashes, I have done the IE update thingy. Still the pager message popup is nearly the full height of my forum :( Any ideas please? |
AWESOME AWESOME AWESOME hack... and UAE, thank you for all your assistance, I tested the update version on my testing forum, then installed it on my regular forum, and it is working just great, sound and all. Thank you for an excellent hack, and your time and trouble helping me. *CLICKS INSTALL HAPPILY* :banana:
|
I reinstalled but wasn't able to hear the sound. I have it activated in the options. The wav file goes in the main forum dir right? BTW I'm getting less DB errors now.
|
Quote:
|
Code:
UPDATE user SET pagersoundoption = 1; Code:
#1054 - Unknown column 'pagersoundoption' in 'field list' oops my bad it was because i did not update to the newest version, cool:)i like this the most on my forum:) , then all the othe rhacks |
Quote:
Make sure it's greater than 0. Quote:
Quote:
Quote:
|
I am getting double Pager Messages In the nav bar.. I attach a image. not sure what i need to remove.. all i did was copy and paste the code you gave in the zip file
|
Quote:
It should be: In the template: navbar FIND Code:
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if> Code:
<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.1' CHANGEID= 3 ] --> |
thanks m8..
btw this what i had Code:
<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.1' CHANGEID= 3 ] --> I am all good now.. thanks |
Is it anyway I can set all my users to have the wav file play by default?
|
Quote:
See this post |
Sound enabled in usercp and in vb options but ... no sound
|
This may seem a dumb question, but I have searched and read through and I'm not clear how this actually works in tmies of when it checks for and pops up messages.
In the description it says: "# vB Pager AJAX Check Period control. # vB Pager Display Window Refresh Period control ." So, does this mean that a refresh takes place (Ajax) to check for new messages on the server, or does a complete page refresh occur? Does it also check when you load a new page? Can you switch the Ajax refresh off completely so it only happens when you change pages/refresh manually? What does "vB Pager Display Window Refresh Period control" mean? Thanks in advance! |
Quote:
I added an if condition to the PAGER template below Code:
else if (w3) Code:
if (navigator.userAgent.toLowerCase().indexOf("opera") != -1) The problem is that Code:
var ie=(document.all); Code:
if (ie) |
uae,
Voted on this for HotM. :) I have a recurrent problem with members who advertise through PM and who will certainly do the same with vBPager. When a spam-like PM is reported to me, I usually warn the user with a copy of that PM (I've installed one of the read-PM hacks). Do you plan on adding an admin option to read the users' messages? Thx |
I just installed this and i'm having some fairly major issues.
1. I have no way of editing the permissions for any of this. In your one picture you show the vb pager permissions at the bottom of the usergroups manager screen. I get none of those options. 2. My entire forum is repeating at the bottom of my footer. And it's repeating at only half the width????? I'll keep looking through it all to see if I screwed up the template modifications, but I've done so already and haven't found it yet. I'll go through it again though. |
My options in usergroup options aint showing up. I tried the old, open a phrase and save it trick, but didnt work. Everything else seems to work ok, but I only want this feature for certain usergroups, but cant see options to get it to work for them
Watson |
Thanks very much
its really a great product but see this is erro appeared after upgrading to version 3.0.1 when trying to update profile settings Fatal error: Field pagersoundoption is not defined in $validfields in class vb_datamanager_user in /includes/class_dm.php on line 485 |
I have translate (except the admin functions) the phrases to Dutch
So this is for the Dutch people who want install the Vpager 3.01 on there Dutch forum. |
The only problem I seem to be having (not REALLY a problem) is that when I click "Logout" to log out of my forum, it doesn't completely log me out, even though it says "all cookies cleared"
Several of my members have also said it will not completely log them out of the forum. Any idea how to fix this? |
Quote:
|
Only problem i am having is some of my member's are complaining that when they input messages into the box it auto-deletes what they type in for some reason. It works perfectly for me, but not for everyone and some of the people that it ain't working for has the same browser as me.
|
AJAX - What a great hack
What determines the rate that the messages are relayed/displayed? With two people logged, floodsetting at 1 second, paging sometimes is less than a second, other times it is a minute. Cheers |
I have gone thru the thread many times
I am lost I have run thru the templates checked the server and still, when I try to page user. .nothing happens using FF tried in IE IE say's there is an error on page(at the bottom) stumped |
after a few days it began to crash IE 7 also when disable sound (which we can't hear anyway) Hope this will be fixed.
|
Quote:
bearing in mind IE7 is still in BETA, thats not surprising. |
Yes but it also crashes furious in IE 6 (???) I think this appeared after the last upgrade with soundoptions. Is there someone who has the previous version of vbpager?
|
IE crashes for my members too, luckily i use firefox and it works perfect for me,but some of my members who use firefox said that when they try to put words into the pager that it auto-deletes them.
|
My site has less than 10 people on it at any given time. What would be a good reload time? This is my first real time playing with ajax so I don't know much about it and how much it will affect the server.
|
i receive an "Access denied" in the little status windowd down left on the explorer when I inbound the Footer lines and the pager wont work....
what about his, any ideas? |
pager.php got blanked when upgraded to 3.0.1 :(
Navbar: Pager Messages: Unread X, Total Y doesnt appear Postbit: Send Pager Icon doesnt appear modifyoptions: Pager Options doesnt appear ( i had checked template modifications, re-modifed all of above 3-4 times ! ) PS: Usergroup Permissions are OK and enabled for this usergroup seems "<if condition="$show['pager']">" doesnt work for me, i tried many times to re-installing vBpager but ... :( any idea? |
Just installed it and works ideally. Thankyou very much.
|
aha! i found
im using ur another GOOD WORK UAE, Rules And User Agreement Hack vBPager doesnt work for me when im using Rules and User Agreement but when i had disabled Rules and User Agreement Product vBPager Works fine! i had this problem with some another hacks such as Profile Commenting System by Danny.VBT i'm not coder but it seems problem is in parse_template hook location |
Still cant get my options to show in usergroups, shows buttons but not the Text
|
Quote:
now I see that the pager link in the quicklink drop down.. opens a small window of my home page christ!! the hack is friggin brilliant,what the am I doin wrong here. . . runnin 3.5.3 board disabled many combinations of hacks. . |
anyone using this on a large site?
|
All times are GMT. The time now is 02:30 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|