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)

redwinger 12-11-2006 03:12 AM

Got it working in 3.6.4 but am for some reason missing the icon to click in the postbit. Edited the template but it just isn't there. Otherwise it works fine. Any suggestions?

Attitude 12-12-2006 01:11 PM

Quote:

Originally Posted by blind-eddie (Post 1134458)
Step 4. From The Admincp, Edit vB Pager Options and Usergroup Permissions.?

This is what your stuck on? admincp/vB Pager Options


this is where I am stuck bro! I dun get any vB pager options in the admincp!!!! what to do man. I am so sad abt it :(

Please help

blind-eddie 12-12-2006 01:21 PM

Quote:

Originally Posted by Attitude (Post 1137061)
this is where I am stuck bro! I dun get any vB pager options in the admincp!!!! what to do man. I am so sad abt it :(

Please help

sent you pm

Trana 12-12-2006 07:22 PM

Quote:

Originally Posted by blind-eddie (Post 1135950)
Re-Read readme-----Double Check Every thing, Something was missed.


Got it, a part of my template seems to be reverted incorrectly.

Its working now.

Can anyone tell me how I can create a link to a users buddylist to send messages? For example, instead of being given a list of WOL, I would only like to show the buddies online. Any idea how to do this?

blind-eddie 12-12-2006 08:42 PM

Glad to hear that.....Does anybody know the global varable to get the pager to pop up in vba pages...I have ask this same question about 25 times and have yet to get a response.....It worked before my upgrade....

Trana 12-12-2006 09:00 PM

I think I am looking for the same thing. This is what I have in there now:

<a href="#" onclick="window.open('../forum/pager.php?do=buddylist&amp;puserid=$userinfo[userid]','pagerbuddylist','statusbar=no,menubar=no,toolba r=no,scrollbars=yes,resizable= yes,width=$vboptions[vbpager_width],height=$vboptions[vbpager_height]'); return false;">

But that opens the pager with all online users listed. I would like to know the two options:

Open pager window for a specific user
Open pager window for my buddy list

Any help would be appreciated.

blind-eddie 12-12-2006 09:42 PM

I still cant get the page buddy on front page, but is in all user's cp..

Trana 12-13-2006 02:15 AM

Quote:

Originally Posted by blind-eddie (Post 1137384)
I still cant get the page buddy on front page, but is in all user's cp..

Right, seems like the same problem. The link on my postbit and in the member profile page works fine, but on the VBA pages (i.e. within the modules) it pushed you to the "who's online" pager popup.

blind-eddie 12-13-2006 03:37 AM

This hack needs re-written....

Trana 12-15-2006 07:19 PM

Code:

<if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']">
<a href="#" onclick="window.open('forum/pager.php?do=buddylist&amp;puserid=$loggedin[userid]','pagerbuddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=$vboptions[vbpager_width],height=$vboptions[vbpager_height]'); return false;"><img src="../forum/images/misc/comment.gif" alt="<phrase 1="$post[username]">$vbphrase[pager_send_pager_message_to_x]</phrase>" border="0" /></a></if>

Change it to $loggedin[userid] as per the above and it should work, at least it does on my site.


All times are GMT. The time now is 03:29 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.02162 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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