vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - [AJAX] vB Pager 3.0.4 (https://vborg.vbsupport.ru/showthread.php?t=104609)

RFViet 02-03-2006 12:20 AM

User group permision ??? that is not clickable , I don't get it ???

bada_bing 02-03-2006 06:46 PM

Quote:

Originally Posted by Ramsesx
I have also some increasing server loads from before under 1.0 to now sometimes up to 10, tried to disabling for a short time vbPager but saw no difference.

I would be interested in a responce to this also before I install. I have over 3000 members and dont want to loose performance after installing this hack.

ImportPassion 02-03-2006 07:11 PM

ya, i installed it. I have a huge forum, it was killing it. I could have possibly played with the settings, but I just removed it altogether.

PixelFx 02-04-2006 06:40 PM

Quote:

Originally Posted by 7thgenCivic.Com
ya, i installed it. I have a huge forum, it was killing it. I could have possibly played with the settings, but I just removed it altogether.

yay got it working :D anyway how do I make it so that a users avatar, or no avatar shows up in place of the vb pager graphic ?

prettyboi 02-05-2006 05:10 AM

Quote:

Its the administration page that you are accessing, the vbpager administration page. The query that you are trying to execute (changes that you are trying to make) are trying to modify the following rows

`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '1000',
`passwordhistory` = '0',
`forumpermissions` = '1048575',
`genericpermissions` = '205520831',
`attachlimit` = '0',
`pmquota` = '100',
`pmpermissions` = '3',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '31',
`profilepicmaxwidth` = '120',
`profilepicmaxheight` = '120',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '120',
`avatarmaxheight` = '120',
`avatarmaxsize` = '30000',
`profileviewpermissions` = '0',
`pagerpermissions` = '1',
`pagerquota` = '0',
`pagerminpost` = '0',
`pagerminpostperday` = '0',
`pagermaxperday` = '0',
`pagersendmax` = '0',
`pagersendmaxchar` = '300'
WHERE usergroupid=6;

in your vb_usergroup table

the rows that vbpager requires are

`profileviewpermissions` = '0',
`pagerpermissions` = '1',
`pagerquota` = '0',
`pagerminpost` = '0',
`pagerminpostperday` = '0',
`pagermaxperday` = '0',
`pagersendmax` = '0',
`pagersendmaxchar` = '300'
WHERE usergroupid=6;

You are getting the error for `profileviewpermissions` as it is the first one in the list. You can try contacting the module developer and ask him if there is any .sql file that can be used to create the necessary entries. If not, you can ask him if you can provide you with the SQL commands that have to be executed.

Best Regards,
John
Support Team
SiteGround.com

Ok, this is the message that my host has given me. Can anyone help me on this issue? What .sql files is he talking about? Can someone provide me with the SQL commands that I need to have it executed? Please, can someone please help?

phonexpo 02-05-2006 06:01 PM

Fantastic, thanks. Installed.

Replicators 02-06-2006 01:17 AM

Such a good hack, but im gonna have to uninstall it, it is quite buggy as it is and don't work for all browsers.

uae 02-06-2006 05:11 AM

Quote:

Originally Posted by yellowchaser
I did, I upgraded it to 3.5.3 and it worked after that with the exception of it crashes IE.

I think your problem has been solved.

Quote:

Originally Posted by forte
Just a question, how do i get the other hacks to page instead of PM?

That will need a new a lot of time, maybe a new class file or something and knowing exactly the hacks you're talking about!

Quote:

Originally Posted by PGP
Russian vB Pager =)
You welcome...

Thank you :)

Quote:

Originally Posted by SnappedAgain
Yes I would like to be able to make it so that sent messages do not get saved for ANYONE. They tend to build up fairly quickly..

Thank you!

As I said befor, you can always set the number of maximum stored messages from the usergroup permissions, which should force users to delete old stored messages.

Quote:

Originally Posted by Gripemaster
No I do not have vBadvanced cmps installed. But it didn't start doing it until I installed this Pager hack. The hack works fine and everyone loves the Pager, but many are having trouble with it logging them completely out, including me. It's not a problem for me, but some members have kids and they don't want them to "stumble in" by accident.

Try to uninstall the pager hack, revert the edited templates, then see if the problem is still there, then reinstall the hack, I think it has something to do with template edits, and I don't think it is the pager hack, but try that first and see.

Quote:

Originally Posted by sung
I get this error when trying to update permissions. Any ideas?

Make sure that you uploaded all the files to the correct places.

Quote:

Originally Posted by Annie^.^
I get this error in the reply box
Error: Sorry you are not allowed to use VB Pager.
Everything is set correctly

Are you sure you have set the usergroup permissions for the pager?

Quote:

Originally Posted by PJSkiboy
uae,
i have since un-installed this hack from my forums. after i went back and un-edited everything, now my vb menu system no longer works, lol.
from the looks of things in this thread, there's a lot of fires to put out. so no rush on my issue. i'll just keep an eye on this thread and contact you again when it doesn't look so crowded in here.

Get me a user account to your forum and PM it to me.


Quote:

For all who thinks vB Pager's increasing their server loads, I'll be releasing an updated version (3.0.2) where an Admin will be able to disable/enable the display of the avatar images, which should cut one query if Avatar was disabled.

samu2 02-06-2006 07:31 AM

Ok when I send a message I then go into my pager messages and it says I have sent a message,I click on it and nothing shows up,plus no one can even reveive them-all user groups have been set correctly.

My apologies if this has already been mentioned-this is a long thread :)

uae 02-06-2006 08:29 AM

Quote:

Originally Posted by samu2
Ok when I send a message I then go into my pager messages and it says I have sent a message,I click on it and nothing shows up,plus no one can even reveive them-all user groups have been set correctly.
My apologies if this has already been mentioned-this is a long thread :)

All sent messages should be under the sent items, so look in the sent items, not your inbox!

redlabour 02-06-2006 09:52 AM

Hi, is there a possibility to translate this in german ?

BTW - how can i delete the showing of the Forumlogo in the Pager ? Because i user MKPortal i see 2 Logos in every Popup from Pager.

mariannet 02-06-2006 10:00 AM

Loved this hack until my members startede using it. My server went bonkers because of the heavy load :(

samu2 02-06-2006 10:11 AM

Quote:

Originally Posted by uae
All sent messages should be under the sent items, so look in the sent items, not your inbox!

I did,but they are not there either.

TOZ 02-06-2006 01:06 PM

Is there a hack for this to read the Pages made to member like the PM hack ? In case needed.

phonexpo 02-07-2006 12:24 AM

Is there anyway of making it that when you press enter on the keyboard the message sends instead of using the mouse?

TIA :)

uae 02-07-2006 04:05 AM

Quote:

Originally Posted by redlabour
Hi, is there a possibility to translate this in german ?
BTW - how can i delete the showing of the Forumlogo in the Pager ? Because i user MKPortal i see 2 Logos in every Popup from Pager.

What about the attached file?
Forumlogo in the pager? can I see a screen shot?

Quote:

Originally Posted by mariannet
Loved this hack until my members startede using it. My server went bonkers because of the heavy load

Have you tried the latest version? try to upgrade and disable avatars then see if that would help reducing the server load.

Quote:

Originally Posted by samu2
I did,but they are not there either.

Send me a PM with a user account to your forum.

Quote:

Originally Posted by TOZ
Is there a hack for this to read the Pages made to member like the PM hack ? In case needed.

I haven't created such thing, but maybe in the futur.

Quote:

Originally Posted by phonexpo
Is there anyway of making it that when you press enter on the keyboard the message sends instead of using the mouse?

hmmm, you can always use tabs!

NuclioN 02-07-2006 05:02 AM

Avatar gone after upgrade but you see still a red crossed 'no image' in it

uae 02-07-2006 05:23 AM

Quote:

Originally Posted by NuclioN
Avatar gone after upgrade but you see still a red crossed 'no image' in it

Have you ever edited any of the pager's templates? If so, please revert them to use the updated one.

NuclioN 02-07-2006 05:24 AM

That could be...this whas not instructed in the upgrade txt file though ;)

uae 02-07-2006 05:28 AM

well' that's right, but I thought that most poeple should know about it, cos if you happned to edit any template and there was a new version or an updated version of that edited template, you will always need to revert it :)

hotwheels 02-07-2006 07:51 AM

uae, i just want to thank you for all your hard work and the fine update's you have been giving us. I know you have put alot of work into this program, and i have it running on my site and enjoy it alot. Again, thanks for all your hard work, it is appreciated. hotwheels

SwissPegasus 02-07-2006 11:28 AM

O happy Day, everything works perfect with the pager. But i got a small problem when i logoff from board. See screenshot.

i found also the problem maker code snipet. I remove this change, everything works perfect after logoff. Do anybody have a solution?

Code:

=============================
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.2' CHANGEID= 5 ] -->
                <if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']">$pagermessage</if>
<!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.2' CHANGEID= 5 ] -->
=============================


IrPr 02-07-2006 07:50 PM

Quote:

Originally Posted by uae
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;
where user is your user table plus TABLE PREFIX if you got one.

Affected Rows: 5 (0.0004s)
would this force users that register after this query ?

forumsoup.com 02-07-2006 09:16 PM

I put this on my site, love it, and clicked installed. Thanks!

uae 02-08-2006 02:34 AM

Quote:

Originally Posted by hotwheels
uae, i just want to thank you for all your hard work and the fine update's you have been giving us. I know you have put alot of work into this program, and i have it running on my site and enjoy it alot. Again, thanks for all your hard work, it is appreciated. hotwheels

No problem dude, I'm glad you like it :)

Quote:

Originally Posted by SwissPegasus
O happy Day, everything works perfect with the pager. But i got a small problem when i logoff from board. See screenshot.
i found also the problem maker code snipet. I remove this change, everything works perfect after logoff. Do anybody have a solution?

I will need a user account to your forum, PM it.

Quote:

Originally Posted by IrPr
Affected Rows: 5 (0.0004s)
would this force users that register after this query ?

No, this option is disabled by default.
If you want to change that and make sure all new registerd users should have the sound option enabled by default.

Go to your phpMyAdmin, from the user table, edit the pagersoundoption field and change the Default value to 1 then save it.

ChuanSE 02-08-2006 02:39 AM

although i love this hack, i deinstalled it.

the issue is IE crashing. I saw the faq that was posted about it, but i can't guarantee that every visitor is using latest IE. Something out of my control.

Too bad tho, bye bye vBpager

IrPr 02-08-2006 02:41 AM

Quote:

Originally Posted by uae
Go to your phpMyAdmin, from the user table, edit the pagersoundoption field and change the Default value to 1 then save it.

is it possible to use query instead of?

EDIT: YES, it is, i found solution mylesft

[sql]ALTER TABLE user DROP pagersoundoption;[/sql]
[sql]ALTER TABLE user ADD pagersoundoption SMALLINT( 6 ) NOT NULL DEFAULT '1';[/sql]

Thanks UAE:X

uae 02-08-2006 02:48 AM

Quote:

Originally Posted by ChuanSE
although i love this hack, i deinstalled it.
the issue is IE crashing. I saw the faq that was posted about it, but i can't guarantee that every visitor is using latest IE. Something out of my control.
Too bad tho, bye bye vBpager

Can I have a look at your forum?

Quote:

Originally Posted by IrPr
is it possible to use query instead of?

Sure
Code:

ALTER TABLE `user` CHANGE `pagersoundoption` `pagersoundoption` SMALLINT( 6 ) DEFAULT '1' NOT NULL

Xplorer4x4 02-08-2006 03:43 AM

Most of my members can use this fine, but sometimes get a delay. I recieved a page went to the pager box and none were listed. 33 minuetes latter it poped up on my sreen.

However when I try to page a user, i select the user, and click page, but it just scrolls to the top of the page. All usergroups are set up exactly the same, so it is not a group setting, and I have it enabled in my user cp.

Any ideas?

hegenu 02-08-2006 06:14 PM

I have 11 unread messages, but none of them shows up in the inbox. The sent box is empty.

dirtycrow 02-09-2006 01:37 AM

what tables and entries do i remove from the DB to completely uninstall this?

i want to uninstall and reinstall from scratch.

please help.

phonexpo 02-09-2006 01:49 AM

Quote:

Originally Posted by uae
hmmm, you can always use tabs!

What's a tab ? :o

DeMiNe0 02-09-2006 06:44 AM

Quote:

Originally Posted by firstrebel
Just installed 3.0.0b4 on my 3.5.3 and when I clicked on 'Open vB Pager' the popup window opens with a 404 error??? :ermm:

Bob

i'm having this same problem... Any idea why?

Xplorer4x4 02-09-2006 08:15 AM

You guys havent uploaded the php scripts, or uploaded them to the wrong place,atleast thats what it sounds like.

Atleast one of the IE users complaign of this error
http://www.domsforums.net/screen.jpg

StarBuG 02-09-2006 10:01 AM

One question

If I page a user then he gets a reply box
but after I get the reply from him back I don?t have a reply box anymore.

*EDIT*: Ok I found why it behaves this way but the "Can Use Allow Reply Option When Paging Another User" feature should set to standart "reply = yes" if set to no.
It makes no sense to not allow users to reply as standart but it makes sense to not allow users to disallow reply by default ;)

Thanks for this hack

ChErAbOo 02-10-2006 03:17 AM

I thought this was working fine well it is working fine but I just realized that in my userCP edit profile I have no VB options to turn the sound on I have reverted the templates, I have uninstalled and reinstalled (which caused my site to lose several hundred pages) rebuilt style, rebuilt bitfields I have done everything and darn it its just not showing the option for sound I have rechecked all edits over and over now I did this on my other site straight from 3.0.2 and its there the option it works perfect but doing it the upgrade way nothing it does not insert the sound option into the modifyoptions and the code is there I have even went as far as to delete everything and start over from scratch manually deleting the tables and fields it added..deleting all files from server then reinstall that way nothing...

Since the 3.0.2 worked fine outta the box so to speak is this a problem with those of us who had the beta on maybe? then upgraded is anyone else seeing the usercp option who did it the upgrade way.. going to keep working with this..I read back about 10 pages and saw a few things I already tried them unless I missed something if so I apologize and would love a point in the right direction..

ETA: I also tried deactivating several products incase something was maybe interfering still a no show..

Kaith Rustaz 02-10-2006 08:53 PM

ok, I installed this, and so far my members love it. I however am having a very bad day.

I try to send a page to a member. I goto their profile and click the link there. It pops up a box listing everyone online and pageable. I check his name, and hit page, and site there.

Someone pages me, I get nothing. I check on pages and even though it now says theres a new one, the box says none.

This is all using Firefox 3.5.0.1
Worked ok with a super clean install, but, the moment I installed any extensions, the pager stopped working.

Everything works fine if I use IE 6 or latest Opera build.

My GF is running the same setup as me, and has no problems.
Is there a setting in FF that needs to be tweaked?
(I'm running adblock, have the site whitelisted. Also have set it as trusted in internet options)

I'm stumped.

OmeR4eVeR 02-11-2006 03:43 PM

Thanks Uae Good work :)

jarcher 02-11-2006 10:21 PM

I still cannot get "page user" button to do anything
In IE or FF
after I uninstalled and reinstalled
overwrite and re uploaded

confused ? I think I am

uae 02-12-2006 03:51 AM

Sorry for being late, I was away...

Quote:

Originally Posted by hegenu
I have 11 unread messages, but none of them shows up in the inbox. The sent box is empty.

Can I have a user account to your forum?

Quote:

Originally Posted by dirtycrow
what tables and entries do i remove from the DB to completely uninstall this?
i want to uninstall and reinstall from scratch.
please help.

The Plug in manager should do that for you, just uninstall the product, and all the table entries should be cleared!

Quote:

Originally Posted by phonexpo
What's a tab ?

Tab is a button on your keyboard!

Quote:

Originally Posted by DeMiNe0
i'm having this same problem... Any idea why?

Can I have a user account to your forum?

Quote:

Originally Posted by ChErAbOo
I thought this was working fine well it is working fine but I just realized that in my userCP edit profile I have no VB options to turn the sound on I have reverted the templates, I have uninstalled and reinstalled (which caused my site to lose several hundred pages) rebuilt style, rebuilt bitfields I have done everything and darn it its just not showing the option for sound I have rechecked all edits over and over now I did this on my other site straight from 3.0.2 and its there the option it works perfect but doing it the upgrade way nothing it does not insert the sound option into the modifyoptions and the code is there I have even went as far as to delete everything and start over from scratch manually deleting the tables and fields it added..deleting all files from server then reinstall that way nothing...

Since the 3.0.2 worked fine outta the box so to speak is this a problem with those of us who had the beta on maybe? then upgraded is anyone else seeing the usercp option who did it the upgrade way.. going to keep working with this..I read back about 10 pages and saw a few things I already tried them unless I missed something if so I apologize and would love a point in the right direction..

ETA: I also tried deactivating several products incase something was maybe interfering still a no show..

Can I have a user account to your forum?

Quote:

Originally Posted by Kaith Rustaz
ok, I installed this, and so far my members love it. I however am having a very bad day.
I try to send a page to a member. I goto their profile and click the link there. It pops up a box listing everyone online and pageable. I check his name, and hit page, and site there.
Someone pages me, I get nothing. I check on pages and even though it now says theres a new one, the box says none.
This is all using Firefox 3.5.0.1
Worked ok with a super clean install, but, the moment I installed any extensions, the pager stopped working.
Everything works fine if I use IE 6 or latest Opera build.
My GF is running the same setup as me, and has no problems.
Is there a setting in FF that needs to be tweaked?
(I'm running adblock, have the site whitelisted. Also have set it as trusted in internet options)
I'm stumped.

Are you using the latest FireFox?

Quote:

Originally Posted by jarcher
I still cannot get "page user" button to do anything
In IE or FF
after I uninstalled and reinstalled
overwrite and re uploaded
confused ? I think I am

Get me a user account to your forum.

Quote:

Originally Posted by lsmba
Is this still in Beta...sometimes the "beta stage" is checked sometimes it's not...what stage is this in??
Thanks

No it's not a Beta, it is the latest release so far which I think is the most stable one!


All times are GMT. The time now is 03:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02317 seconds
  • Memory Usage 1,877KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (37)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete