The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add buddy list to misc in UserCP
hi, i know where to add the code, but i'm not quite sure what to add, i tried looking at the code in navbar but i don't understand it, can anyone help me with the coding to add the buddy list pop up to the misc menu in UserCP?
|
#2
|
|||
|
|||
Add this to your USERCP_SHELL template.
Code:
<tr><td class="$navclass[buddylist]"><a class="smallfont" href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr> Code:
<tr> <td class="$navclass[buddylist]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editlist">$vbphrase[buddy_ignore_lists]</a></td> </tr> |
#3
|
|||
|
|||
tyvm!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|