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)

OWNAGE TIME 03-06-2006 02:59 PM

One suggestion that I have is come up with a different name. I know many people on my forum have suggested that vB pager is a bit mis-leading. This brings me to my next question. How can I change it so instead of vB pager it says vB instant messagenger? If someone would be kind enough to PM me a responce that would be great.

Thanks for your help,

~Ownage

MissKalunji 03-06-2006 04:26 PM

now i have a slight problem after setting permissions it keeps telling me i have no permissions to send pager!?!?

PixelFx 03-06-2006 04:31 PM

Quote:

Originally Posted by MissKalunji
now i have a slight problem after setting permissions it keeps telling me i have no permissions to send pager!?!?

this is awesome, thanks for updating it :D

wholemama 03-06-2006 05:17 PM

Both the new things seem to work great, thanks!

MissKalunji 03-06-2006 05:29 PM

Quote:

Originally Posted by MissKalunji
now i have a slight problem after setting permissions it keeps telling me i have no permissions to send pager!?!?

i figured it out!

poolking 03-06-2006 06:00 PM

I'm currently using 3.0.2, to upgrade to 3.0.4, do I also have to follow the upgrade steps for 3.0.3?

alfaowner 03-06-2006 07:31 PM

Upgraded from 03 to 04 perfectly on VB v3.5.4

Thank you

uae 03-07-2006 03:03 AM

Quote:

Originally Posted by poolking
I'm currently using 3.0.2, to upgrade to 3.0.4, do I also have to follow the upgrade steps for 3.0.3?

Just reimport the product file, I think you should be fine, but you might want to redo the footer template edit.

uae 03-07-2006 03:04 AM

Quote:

Originally Posted by OWNAGE TIME
One suggestion that I have is come up with a different name. I know many people on my forum have suggested that vB pager is a bit mis-leading. This brings me to my next question. How can I change it so instead of vB pager it says vB instant messagenger? If someone would be kind enough to PM me a responce that would be great.

Thanks for your help,

~Ownage

You can always edit the product xml file and change the phrases, that is the beauty of the product system :)

BCC 03-07-2006 08:29 AM

Hi, I Have Run The Product And Installed It, Edited And Added The Templates And When I Go To The Usergroup To Set The Permissions There are No Usergroup Permissions For vB Pager. There For The Pager Will Not Work.

Please Help.
Thanks In Advance.

Gizmo5h1t3 03-07-2006 08:32 AM

have you rebuilt bitfields?
that might be the problem

uae 03-07-2006 08:33 AM

Quote:

Originally Posted by BCC
Hi, I Have Run The Product And Installed It, Edited And Added The Templates And When I Go To The Usergroup To Set The Permissions There are No Usergroup Permissions For vB Pager. There For The Pager Will Not Work.

Please Help.
Thanks In Advance.

Did you upload all the rquired files?
Make sure you uploaded the files to their directories.

rfelice 03-07-2006 10:59 AM

Quote:

Originally Posted by BCC
Hi, I Have Run The Product And Installed It, Edited And Added The Templates And When I Go To The Usergroup To Set The Permissions There are No Usergroup Permissions For vB Pager. There For The Pager Will Not Work.

Please Help.
Thanks In Advance.

This sounds a lot like the product XML file wasn't imported.

LiveMicSociety 03-07-2006 01:31 PM

https://vborg.vbsupport.ru/ :up: It seems to be working fine. Thank you.

fyjpm 03-07-2006 07:26 PM

Quote:

Originally Posted by gemanda
Ok...think we may have some wires crossed here...

When someone comes to the board in general is when they have the problem.

Some people type www.mysite.com to get to the board, some people type mysite.com. Just difference of personal preference.

If the setting in the Admin CP is www.mysite.com/forum, then those that go to mysite.com/forum can't use the pager. And if the setting is mysite.com/forum, then those that go to www.mysite.com/forum can't use the pager.

Is this making sense? I mean...that's just a semantics issue. And it seems like users do things differently, and this in a way punishes them for not doing it the "right" way.

You can alleviate your users typing in domain.com instead of www.domain.com by adding this to your .htaccess file (this redirects them to the correct url....the www.domain.com )

Code:

RewriteCond %{HTTP_HOST} ^domain.com
RewriteCond %{REQUEST_URI} ^/
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]

This also has the added benefit of keeping your "PageRank" juice to just the "www.domain.com" version of your site and eliminates possible "duplicate content" penalty that some search engines may see from having the same content at domain.com and www.domain.com. FWIW

P.S. you should put this above any other RewriteCond or RewriteRules you have (and just below "RewriteEngine On") and obviously substitute domain.com with your real domain name.

VBUsers 03-08-2006 07:01 PM

updated and working great. thanks

interceptor 03-08-2006 10:37 PM

I have to remove it because of high server load

20.83% 0.72s POST /forum/pager.php?action=page

nitro 03-09-2006 07:21 AM

I have installed this for someone on their forums vb 3.5.4 and have this problem !
I have read every page of the thread, several have had the issue but no fix has been posted. The "page user" button does nothing in IE 7 b2 and Fx 1.0.5.1 no popup to appears to type a message into. Apart from that everything else seems to be spot on but till messages can actually be sent we arent really going to know. :)

uae 03-09-2006 07:33 AM

Quote:

Originally Posted by nitro
I have installed this for someone on their forums vb 3.5.4 and have this problem !
I have read every page of the thread, several have had the issue but no fix has been posted. The "page user" button does nothing in IE 7 b2 and Fx 1.0.5.1 no popup to appears to type a message into. Apart from that everything else seems to be spot on but till messages can actually be sent we arent really going to know. :)

I haven't tried the hack with IE 7, but Firfox should be fine!
Make sure you got your forum URL filled out and you are accessing the forum with the same url. See this post

Tracer Gun Kata 03-09-2006 08:44 AM

Works fine in IE 7 Beta 2 for me :cool:

nitro 03-09-2006 01:59 PM

Quote:

Originally Posted by uae
I haven't tried the hack with IE 7, but Firfox should be fine!
Make sure you got your forum URL filled out and you are accessing the forum with the same url. See this post

As I said I have read the whole thread and checked and adjusted that allready.

But I think I have figured it out, you need to update your instructions Forum directory shoud be webroot forum path. ;)

Ghanem 03-09-2006 04:44 PM

Thank you uae for the gr8 hack

am woundering, is there a change to add NEXT and Prev buttons to the popup window to read the next msg or get back to the prev one, as many times we reply to somthing and found out the next msg did not require our reply, or have to refresh the page to read the next..

Kind regards.

Treak 03-10-2006 05:44 AM

hack works gret!! but! ew issues!

1. when you go to click "Pager Messages: " it takes you to a flase part of the forum where you see little red x's any idea how to fix this!?
2. the avtars do not show up when paging each other..

other then those 2 issues the hack works fine!

johon 03-10-2006 07:47 PM

When you update your IE with the optional Update KB912945, the vBPager-Popup is deactivated under a windows popup
https://vborg.vbsupport.ru/
This is a change because the EOLAS patent and it will be in all further cumultative patches of the IE and also in the IE 7 final.

It is described here: http://msdn.microsoft.com/library/de...ng_activex.asp

What changes have I to make to get rid of this windows pop-up? As far as I understand, the function must be no embedded but an external call.

Any suggestions? Even if I uninstall the patch - it will be just a question of time when the problem pops up again.

Thank you for your support!

Regards

Johon

dsotmoon 03-10-2006 11:31 PM

can this be done?

usergroup #1 = vB Pager off by default

usergroup #2 = vB Pager on by default

or if not can I make it so all usergoups are OFF by default and they must select in their options to turn it on, I only want users subject to messages if they want them

gyankow 03-11-2006 03:51 AM

I'm looking to only allow moderators and above to see the page this user. Any help would be great.


Code:

<if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']">
for example, but this does not work!

Code:

<if condition="$vboptions['vbactive'] AND $bbuserinfo['userid'] AND $userinfo[moderator]">

Fusion.nl 03-11-2006 12:55 PM

UAE, could you please have a look at my question. ;)

Quote:

Originally Posted by Fusion.nl
One question though. We only use the vb pager system for admins to sent messages to eachother and to other members. We DO want those other members, who dont have access to vb pager, to reply when we sent them a message, but we dont want them to sent us a message first. But if they reply (and we ticked on the allowe reply box) they get a message that they are not allowed to use vb pager.

It was possible with the old vb pager vor vB 3.0.x, but I cant seem to figure it out for 3.5. Something I miss?


uae 03-12-2006 03:10 AM

Quote:

Originally Posted by Ghanem
Thank you uae for the gr8 hack
am woundering, is there a change to add NEXT and Prev buttons to the popup window to read the next msg or get back to the prev one, as many times we reply to somthing and found out the next msg did not require our reply, or have to refresh the page to read the next..
Kind regards.

You are welcome sir :)
I like the idea, but I will need a time to figure that out and see if I can implement or not.

Quote:

Originally Posted by Treak
hack works gret!! but! ew issues!
1. when you go to click "Pager Messages: " it takes you to a flase part of the forum where you see little red x's any idea how to fix this!?
2. the avtars do not show up when paging each other..
other then those 2 issues the hack works fine!

Have you tried this post https://vborg.vbsupport.ru/showpost....&postcount=496

Quote:

Originally Posted by johon
When you update your IE with the optional Update KB912945, the vBPager-Popup is deactivated under a windows popup
This is a change because the EOLAS patent and it will be in all further cumultative patches of the IE and also in the IE 7 final.
It is described here: http://msdn.microsoft.com/library/de...ng_activex.asp
What changes have I to make to get rid of this windows pop-up? As far as I understand, the function must be no embedded but an external call.
Any suggestions? Even if I uninstall the patch - it will be just a question of time when the problem pops up again.
Thank you for your support!
Regards
Johon

As I said befor, I am not using IE 7 as it's still on a beta stage.

Quote:

Originally Posted by dsotmoon
can this be done?
usergroup #1 = vB Pager off by default
usergroup #2 = vB Pager on by default
or if not can I make it so all usergoups are OFF by default and they must select in their options to turn it on, I only want users subject to messages if they want them

To turn pager off by default, you will need to run two quries.
First query, to make sure that all new registerd users should have pager off by default.
From phpMyAdmin, run this query:
Code:

ALTER TABLE user CHANGE pageroption pageroption SMALLINT( 6 ) DEFAULT 0 NOT NULL;
Now, let's do the same thing but for all existing users.
Run this query:
Code:

UPDATE user SET pageroption = 0;
Good Luck

Quote:

Originally Posted by gyankow
I'm looking to only allow moderators and above to see the page this user. Any help would be great.

Code:

<if condition="$vboptions['vbactive'] AND $bbuserinfo['userid'] AND $bbuserinfo['usergroupid']==X AND $bbuserinfo['usergroupid']==X">
Change x to your moderators or admin usegroups.

uae 03-12-2006 03:20 AM

Quote:

Originally Posted by Fusion.nl
UAE, could you please have a look at my question. ;)

I'm sorry but I didn't get it!
you want to page some user while selecting allow reply, but you don't want them to reply and instead show an error message saying that they're not allowed to reply??
are trying to humiliate your users lol.
Why don't you just uncheck the allow to use reply from the usergroup permissions and never show allow reply option!

EasyTarget 03-12-2006 03:53 AM

I think what he's saying is that users can't respond to pager messages that they get from the admins because they don't have permission to use the system.

he would like it if anyone who gets sent a pager could reply to the pager message regardless if they're allowed to send a pager themselves.

RsX 03-12-2006 04:18 AM

hmm.. For some reason the pager will only pop up when u go to the User CP...
Does anyone here know why this would happen?

ambumann 03-12-2006 01:20 PM

Great hack!

Fusion.nl 03-12-2006 02:08 PM

Quote:

Originally Posted by EasyTarget
I think what he's saying is that users can't respond to pager messages that they get from the admins because they don't have permission to use the system.

he would like it if anyone who gets sent a pager could reply to the pager message regardless if they're allowed to send a pager themselves.

Thanks for clearing that up. This is exactly what I'm asking. ;)

Simply put, i want everyone to be able to reply, but i only want admins to contact others.

Ramsesx 03-12-2006 03:48 PM

Everything is working only there is no access to the inbox.
Its pointing to: http://www.myweb.de/forum/pager.php?...g&folder=inbox
But it is loading for about 20 sec. and a blank page is coming.
On Version 3.02 it was ok, now on 3.04 not working more.

RsX 03-12-2006 09:39 PM

Quote:

Originally Posted by RsX
hmm.. For some reason the pager will only pop up when u go to the User CP...
Does anyone here know why this would happen?

What I mean is, pages are not even received until the receiver visits usercp.php...

I refresh the home page of the forum, click quick links, open pager and view inbox - it does not get there until i visit specifically click User CP in the navbar. Everything else works great.

Please help me with this.

Thanks,
John

ChErAbOo 03-13-2006 03:10 AM

I was still wondering if there would be some simple way to make this work in 1 popup instead of embedded in the page like pop up in a new window like the buddy list and message list do when they are open or when a new pm comes says you have one kwim just a 1 time pop up hey here is your message I use to use something on BB boards called prillian it worked this way to send new message it opened a lil box you sent it etc then when recieveing it came in a lil pop up box with a lil quick reply under it like thing..I am still having many crashes with it esp when it opens and I have 3 or more pages of my site open you will get say 3 sound notice for 3 pages same message and have to close all 3 if your lucky to do this before you crash..I would really love to see this made into a pop up instead of embedded into the page when a new message comes I would even pay some if it could be written out like that if you don't want the whole script changed I just think 1 pop up of the message would be much better for my site and work well without the crashes

uae 03-13-2006 04:17 AM

Quote:

Originally Posted by Fusion.nl
Thanks for clearing that up. This is exactly what I'm asking. ;)
Simply put, i want everyone to be able to reply, but i only want admins to contact others.

Okay, got it... it's not there right now, but I might have it in the next version as a new usergroup permission.

Quote:

Originally Posted by Ramsesx
Everything is working only there is no access to the inbox.
Its pointing to: http://www.myweb.de/forum/pager.php?...g&folder=inbox
But it is loading for about 20 sec. and a blank page is coming.
On Version 3.02 it was ok, now on 3.04 not working more.

Get me an account to your forum.

Quote:

Originally Posted by RsX
What I mean is, pages are not even received until the receiver visits usercp.php...
I refresh the home page of the forum, click quick links, open pager and view inbox - it does not get there until i visit specifically click User CP in the navbar. Everything else works great.
Please help me with this.
Thanks,
John

I guess your problem has been solved, where you have missplaced the code edit in the footer template ;)

Quote:

Originally Posted by ChErAbOo
I was still wondering if there would be some simple way to make this work in 1 popup instead of embedded in the page like pop up in a new window like the buddy list and message list do when they are open or when a new pm comes says you have one kwim just a 1 time pop up hey here is your message I use to use something on BB boards called prillian it worked this way to send new message it opened a lil box you sent it etc then when recieveing it came in a lil pop up box with a lil quick reply under it like thing..I am still having many crashes with it esp when it opens and I have 3 or more pages of my site open you will get say 3 sound notice for 3 pages same message and have to close all 3 if your lucky to do this before you crash..I would really love to see this made into a pop up instead of embedded into the page when a new message comes I would even pay some if it could be written out like that if you don't want the whole script changed I just think 1 pop up of the message would be much better for my site and work well without the crashes

I'll try to come up with a new option in the next release where you can switch between DHTML POPUP or a normal POPUP.

ronoxQ 03-13-2006 10:24 AM

One quick request for you. Could you add a "reply" button on the window that pops up when you get a message? Clicking on the user each and every time is getting to be a pain. >_<

Fusion.nl 03-13-2006 10:26 AM

Quote:

Originally Posted by uae
Okay, got it... it's not there right now, but I might have it in the next version as a new usergroup permission.

Lovely! You da man! :cool:

ChErAbOo 03-13-2006 12:48 PM

Thanks Uae this is still one of the best and most used hacks on my site esp for those online from work who can not use certain features behind firewalls this allows them to still chat etc just want to get it where it works with all users without the crashes I think a popup would solve alot of the issues ppl on my site are having thanks for trying


All times are GMT. The time now is 03:41 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
  • Page Generation 0.02065 seconds
  • Memory Usage 1,858KB
  • 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
  • (6)bbcode_code_printable
  • (23)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