Quote:
Originally Posted by Alex_
I just installed the pager but I'm using opera too, so there had to be a solution.
I added an if condition to the PAGER template below
Code:
else if (w3)
{
documentWidth=self.innerWidth/2+window.pageXOffset-20;
documentHeight=self.innerHeight/2+window.pageYOffset-20;
}
Code:
if (navigator.userAgent.toLowerCase().indexOf("opera") != -1)
{
documentWidth=self.innerWidth/2+window.pageXOffset-20;
documentHeight=self.innerHeight/2+window.pageYOffset-20;
}
This is working for me - I tried it also with 'Identify as IE' within opera which was working too...
The problem is that
Code:
var ie=(document.all);
is true for opera but
Code:
if (ie)
{
documentWidth =truebody().offsetWidth/2+truebody().scrollLeft-20;
documentHeight =truebody().offsetHeight/2+truebody().scrollTop-50;
}
doesn't work with the browser...
|
Well' Opera is not XHTML, W3C Compliant, and I am not using Opera, neither my members!
But I'll try something to sort that out.
Quote:
Originally Posted by Dennis B
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 don't think I need that option, but I don't mind IF anyone willing to create an add-on to read PAGER messages from ADMINCP :)
Quote:
Originally Posted by PJSkiboy
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.
|
Send me a pm with a user account to your forum.
Quote:
Originally Posted by Watson
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
|
Send me a pm with a user account to your forum.
Quote:
Originally Posted by SolidSnake@GTI
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
|
Thank you sir :)
Download the product file and reinstall.
Quote:
Originally Posted by aberg
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.
|
Thank you sir :)
I'll attach that to the download section.
Quote:
Originally Posted by caimakale
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.
|
For the online users pager page, I would use 60 seconds, and for the AJAX Period, I wouldn't use less than 10 seconds.
|