Quote:
Originally Posted by uae
You welcome
1- There is already one, and you can use your own if you like, just replace vbpager.gif with your own.
2- Again, you can user your own icon, it's vbpager_icon.gif.
3- I did not want people editing a lot of their fourm's templates, since vb pager has it's own popup window with all online members.
but if you want to have it, I can provide you with the template edit for that.
|
Ok here is what I did:
I took the
vbpager_user_buddylist_online.gif from the statusicon folder, copied it, renamed it to
vbpager_icon.gif then I uploaded it to the /images/statusicon folder on my server and overwrote the original vbpager_icon.gif.
As for editing the postbit template to make the vbpager_icon.gif icon more visible here is what I did:
in the
postbit / postbit_legacy template Find:
Code:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
Below that Add:
Code:
<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 6 ] -->
<if condition="$vboptions['vbpager_active'] AND $bbuserinfo[userid]">
<a href="#" onclick="window.open('pager.php?do=buddylist&puserid=$post[userid]','pagerbuddylist','statusbar=no,menubar=no,toolbar=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="$post[username]">$vbphrase[pager_send_pager_message_to_x]</phrase>" border="0" /></a> Send $post[musername] an instant message</if>
<!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 6 ] -->
Here are the results: