Back to vBulletin 3.5 Add-ons

Quick Profile v1.0.2
Mod Version: 1.0.1, by DrewM

This modification is in the archives.
vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 4
Released: 23 Apr 2006 Last Update: 08 May 2006 Downloads: 8
Not Supported Uses Plugins Template Edits  

//==========================\\
//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] -->
above that add:
HTML Code:
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
then find:
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>
below add:
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>
Close and save
/////////////////////////////////////////////////////////
In the MEMBERINFO template find:
HTML Code:
$navbar
and replace with:
HTML Code:
<if condition="$show['nava'] == false">
<!-- no nava bar --->
<else />
$navbar
</if>
Close and save

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

vblts.ru supports vBulletin®, 2022-2025