Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
About Me Section Above Profile Comments Details »»
About Me Section Above Profile Comments
Version: 1.00, by Warlord Warlord is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.4 Rating:
Released: 12-27-2009 Last Update: Never Installs: 10
Template Edits
Re-useable Code Translations  
No support by the author.

This is another very simple and quick edit, but it significantly changes the appearance of member profiles to look a bit more "Myspace-ish".

This modification does the following:
  • Displays the About Me section first in the tab order.
  • Removes the Profile Comments/Visitor Messages section from the tabs and inserts it below the About Me section.
  • Moves the Profile Picture inside the About Me section if the member has uploaded a profile picture.


Installation
Three Template Edits
Install Time: 5 Minutes or less.


Template Edits

In template MEMBERINFO find and DELETE:

HTML Code:
				<if condition="$blocks['profile_picture']">
					<td id="profilepic_cell" class="tborder alt2">$blocks[profile_picture]</td>
				</if>

In template MEMBERINFO find:

HTML Code:
	<div id="profile_tabs">
		$template_hook[profile_left_first]
		$blocks[visitor_messaging]
		$blocks[aboutme]
		$blocks[stats]
		$blocks[friends]
		$blocks[infractions]
		$blocks[contactinfo]
		$template_hook[profile_left_last]
	</div>
REPLACE with:

HTML Code:
<div id="profile_tabs">
		$blocks[aboutme]
		$blocks[stats]
		$blocks[friends]
		$blocks[infractions]
		$blocks[contactinfo]
		$template_hook[profile_left_last]
</div>

	<div class="alt1 block_row">

		$template_hook[profile_left_first]
		$blocks[visitor_messaging]

	</div>

In template memberinfo_block_aboutme find:

HTML Code:
<if condition="$show['edit_link']">
	<div id="simple_aboutme_link"><a class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]&amp;tab=aboutme">$vbphrase[edit_your_about_me]</a></div>
</if>
ADD below:

HTML Code:
				<if condition="$prepared[profilepicurl]">
<img align="left" hspace="10" src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" />
				</if>

Optional Template Edits:

To remove the bullet from the Signature Block, in template memberinfo_block_aboutme find:

HTML Code:
	<if condition="$prepared['signature']">
		<li class="profilefield_category">
			$vbphrase[signature]
			<dl class="list_no_decoration profilefield_list"><dd id="signature">$prepared[signature]</dd></dl>
		</li>
Change to:

HTML Code:
	<if condition="$prepared['signature']">
		<div class="profilefield_category">
			$vbphrase[signature]
			<dl class="list_no_decoration profilefield_list"><dd id="signature">$prepared[signature]</dd></dl>
		</div>

To remove the bullets from the category titles in the About Me Section, in memberinfo_profilefield_category find:

HTML Code:
		<li class="profilefield_category">$category[title]
		<if condition="$category['description']"><div class="smallfont">$category[description]</div></if>
		<dl class="list_no_decoration profilefield_list">
			$category[fields]
		</dl>
	</li>
Change to:

HTML Code:
		<div class="profilefield_category">$category[title]
		<if condition="$category['description']"><div class="smallfont">$category[description]</div></if>
		<dl class="list_no_decoration profilefield_list">
			$category[fields]
		</dl>
	</div>



Additional Notes: The profile fields in the About Me section can be added via the Admin Control Panel under User Profile Fields-->Add New User Profile Field. Any new profile fields you add will appear on the member's public profile when filled out by that member.

The Video section used on the demo profile is the Video-Directory Remixed hack created by Jaxel and can be found here.

The Awards section and Experience Tab displayed on the demo profile is part of the vBExperience Hack by Phalynx and can be found here.

The customization of the background and color scheme of the demo profile is a standard feature in vBulletin itself and is not a result of this modification.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-01-2010, 10:42 AM
invitezone invitezone is offline
 
Join Date: Mar 2008
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice....thank u
Reply With Quote
  #3  
Old 01-01-2010, 11:23 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks nice great work
Reply With Quote
  #4  
Old 01-02-2010, 10:44 PM
Warlord's Avatar
Warlord Warlord is offline
 
Join Date: Jan 2002
Location: TN, USA
Posts: 668
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you like it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07216 seconds
  • Memory Usage 2,261KB
  • Queries Executed 18 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (9)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete