Back to vBulletin 3.5 Add-ons

Forum Skin in Profile
Mod Version: 0.2, by Dream

This modification is in the archives.
vB Version: 3.5.0 Rating: (0 vote - 0 average) Installs: 22
Released: 19 Jul 2005 Last Update: 20 Jul 2005 Downloads: 15
Not Supported Uses Plugins Re-usable Code  

This adds which style the member is using to browse the forums in his profile.

It will only get styles chosen in the UserCP. The "quick style chooser" saves the style in cookies, so its impossible to get it.

It adds a query to member.php.

Installation
- Install "Forum Skin in Profile 0.2.xml" plugin
- Edit MEMBERINFO template

find

Code:
			<if condition="$show['usernotes']">
add before

Code:
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					Forum Skin: $userstyle
				</div>
			</div>
Change to "Style" if you dont like calling it a "Forum Skin".

plugin "Forum Skin in Profile 0.2" in "member_complete"

PHP Code:
if ($userinfo['styleid'] != 0) {
$title $db->query_first("SELECT title FROM ".TABLE_PREFIX."style WHERE styleid = ".$userinfo['styleid']);
$userstyle '<a href="index.php?styleid='.$userinfo['styleid'].'">';
$userstyle .= $title['title'];
$userstyle .= '</a>';
} else {
$userstyle '<em>default</em>';

Download

This modification is archived and cannot be downloaded.

Screenshots

 

Similar Mods

Profile Enhancements Skin view In Profile vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2025