|
Quick Profile v1.0.2
This modification is in the archives.
//==========================\\
//Quick Profile Pup-up from postbit //by Larrysw //==========================\\ What does this do? It adds a link in the postbit to open the users profile with out the header, nava bar, and footer. Install //////////////////////////////////////////////////////// Upload the product. //////////////////////////////////////////////////////// Template Modifications In the postbit_legacy or postbit template find: HTML Code:
<!-- post #$post[postid] -->
HTML Code:
<script language="JavaScript" type="text/JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> HTML Code:
<if condition="$show['profile']"> <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr> </if> HTML Code:
<if condition="$show['profile']"> <tr><td class="vbmenu_option" onClick="MM_openBrWindow('member.php?$session[sessionurl]u=$post[userid]&do=quickprofile','','scrollbars=yes,width=600,height=600')">Quick Profile</td></tr> </if> ///////////////////////////////////////////////////////// In the MEMBERINFO template find: HTML Code:
$navbar HTML Code:
<if condition="$show['nava'] == false"> <!-- no nava bar ---> <else /> $navbar </if> Done! *Support Info Support is only given to those who Click install! Download This modification is archived and cannot be downloaded. Screenshots
|
|||||||||
Similar Mods
| Quick Last.fm addon to member profile | vBulletin 3.6 Template Modifications |
| Quick Profile Edit In New Window | vBulletin 3.5 Template Modifications |