![]() |
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?
|
Quote:
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 |
Quote:
|
Quote:
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? |
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....
|
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&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. |
I still cant get the page buddy on front page, but is in all user's cp..
|
Quote:
|
This hack needs re-written....
|
Code:
<if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']"> |
Everything works great, only a user go to modify options and make a change, then it sets you to "Pager off" and this can only be reversed by changing the setting in the DB table?
|
This works perfectly for my board using vB 3.6.4
It initially wouldn't pop up any messages when I installed it, even though it was showing there were unread messages as being present, and it wouldn't show the messages in the popup messages list inbox, but was showing the send messages. But I then worked out I had placed some of the code in the wrong location in one of the templates. Correcting that and resaving the permissions for each usergroup got it all working perfectly. |
Quote:
Where do I go to edit this? |
Quote:
|
Thank You very much.....thats what I was looking for....I will let you know if it works..
|
To add to his answer, you need to edit the adv_portal_buddylist template of each style. Select "Style manager" and when you see you list of styles, select "edit templates" of each style. add the "forum/" or whatever you call your forums directory to the left of "pager.php" ... that should fix it. :)
|
I am making a left side menu on my site and I am looking for the code to call up the pager. I will have a button 'Page Member' Does anyone know what the coding is to get the button to do this..
RON |
I would think all you need to do is copy the template "loggedinuser" with the pager code.
|
Quote:
If so then thats simple: Code:
<a href="#" onclick="window.open('$vboptions[bburl]/pager.php?do=buddylist&puserid=3','pagerbuddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=620,height=500'); return false;"> Member A </a> |
Does anyone know of a way to integrate reply capabilities into this? Like if a user sends me a message, the window that pops up would allow a direct response instead of having to create a whole new page.
|
Quote:
What do you mean by create a whole new page? |
Quote:
|
Oh ok...I see what you mean...that would be cool...It would also be nice if that page remained opened like MSN or Yahoo pager, even if you get pages from others...It or they would remain open til you close them....Sure wish I was a coder....
|
Quote:
|
Quote:
|
I still cant get this to pop up on vba pages......
|
You get NO popups on your VBA pages?
|
Quote:
That is correct. |
I dont have adv_portal_buddylist ,,,, I have adv_portal_buddylistbits ,
Now what do I do? |
I just got this to work with my VBA pages on my forum this way:
Edit your "loggedinuser" template and make a direct link to your pager.php file. Example: Quote:
|
Quote:
|
Quote:
Didn't you originally edit this template when you installed vbpager? |
I see I already have it as you say......
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark] <!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 8 ] --> <if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid'] != $loggedin['userid'] AND $bbuserinfo[userid]"><a href="#" onclick="window.open('$vboptions[bburl]/pager.php?do=buddylist&puserid=$loggedin[userid]','pagerbuddylist','statusbar=no,menubar=no,toolba r=no,scrollbars=yes,resizable= yes,width=$vboptions[vbpager_width],height=$vboptions[vbpager_height]'); return false;"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/vbpager_icon.gif" alt="<phrase 1="$loggedin[username]">$vbphrase[pager_send_pager_message_to_x]</phrase>" border="0" /></a></if> <!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 8 ] --> |
You should have added a link to the jscript in your footer as per the original instructions. By chance, is your CMPS config set to ignore the footer template?
|
Quote:
|
I have looked and cant find the jscript....
|
Whenever I shut down my forum this hack messes up my footer. Tried relocating it in the code but I can't seem to get around it.
Is there a variable I could add to ignore the pager footer code when my forums are closed for maintenance? |
Quote:
|
Quote:
|
In the readme it says :In the template: postbit (Optional)
Find: <if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> </if> ------------------------------------------------------ But, I dont have that, I have : <if condition="$show['reputationlink']"> <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span> ---------------------------------------- Do I edit this or just add it below? Also In the template: postbit_legacy (Optional) ============================= FIND: ============================= <if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if> I have: <if condition="$show['reputationlink']"> <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span> Any help would be great |
All times are GMT. The time now is 06: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|