
01-08-2006, 09:47 PM
|
 |
|
|
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by solboy
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 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:
|
i use postbit legacy and i did this but it just changes my look on the post but im looking for the second image the code for the whos online so i can add it there
|