View Full Version : About Me tab in profile
Ragnarok
08-09-2008, 07:38 AM
Alrighty- the easiest way to explain what I'm doing is to just link this, I think.
http://www.vbulletin.com/forum/showthread.php?t=281222
Can anyone help me out with this?
Ragnarok
08-10-2008, 09:29 PM
Nobody has anything to say at all? :/
Attitude5ire
08-11-2008, 12:04 PM
Well mate i duno why or what u trying but i went to search phrases and put 'about' in search and found those 2 variables in prolly 4 or 5th lines..
its about_x and about_me.
Does it help?
Ragnarok
08-13-2008, 12:56 AM
The images ought to explain it- I've moved the About Me tab to the right hand side of the profile. "Untitled.jpg" is what it looks like now, while "Untitled2.jpg" is what I want it to look like.
In the thread I linked to, Kerry-Anne mentioned it involved a file edit- but I haven't a clue as to what I should be editing out.
djxcee
08-14-2008, 07:29 AM
So you basically want the "About Saint Ebony" to be removed?
Ragnarok
08-14-2008, 07:31 AM
Exactly.
djxcee
08-14-2008, 07:36 AM
Go to "memberinfo_profilefield_category" and replace it with this:
<if condition="$show['profile_category_title']">
<if condition="$category['description']"><div class="smallfont">$category[description]</div></if>
<dl class="list_no_decoration profilefield_list">
$category[fields]
</dl>
<else />
<dl class="list_no_decoration alt1 block_row profilefield_list">
$category[fields]
</dl>
</if>
Ragnarok
08-14-2008, 01:04 PM
Beautiful. That was... considerably easier than I'd thought it was. Thank you.
Now to finish the rest of this crap, lol.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.