The Arcive of vBulletin Modifications Site. |
|
Nicer Profile Layout Details »»
|
|||||||||||||||||||||||||
This is to make the profile look nicer and simpler while retaining all the features!
Just Replace your current MEMBERINFO template with this code! I recommend you backup/save your previous one unless it was still default! You need to addin all the add-ons you got but enjoy ![]() Enjoy! Mark install if you use this please Last updated: 4/27/08 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
This is a nice clean look
|
|
#3
|
|||
|
|||
|
It is missing a </if> tag somewhere I am looking for it now.
|
|
#4
|
||||
|
||||
|
just add it at the very end
![]() always works, lol |
|
#5
|
|||
|
|||
|
Quote:
![]() Yep it usually does
|
|
#6
|
|||
|
|||
|
In this case it did not work by adding it to the end.
Quote:
|
|
#7
|
|||
|
|||
|
Could it be
Code:
<if condition="$show['usernotes']"> <div class="fieldset"> <div style="padding:$stylevar[formspacer]px"> $vbphrase[user_notes]: <if condition="$show['usernoteview']"> <strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>] </if> |
|
#8
|
||||
|
||||
|
The conditional on line 167 appears to be missing its beginning tag (<if>). This may cause unexpected behavior. ??
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
I have updated the code... Now it will insert some of your mods into it when they are installed
|
![]() |
|
|