PDA

View Full Version : Profile Enhancements - Nicer Profile Layout


SmileyR
03-31-2008, 10:00 PM
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

tiekie
04-01-2008, 08:40 AM
This is a nice clean look :)

Evolution06
04-01-2008, 04:38 PM
It is missing a </if> tag somewhere I am looking for it now.

SEOvB
04-01-2008, 08:24 PM
just add it at the very end :D


always works, lol

SmileyR
04-01-2008, 09:06 PM
It is missing a </if> tag somewhere I am looking for it now.

K, Thank you didn't relize there was a </if> missing :)

just add it at the very end :D


always works, lol

Yep it usually does :)

Evolution06
04-01-2008, 09:13 PM
In this case it did not work by adding it to the end.

The following error occurred when attempting to evaluate this template:

The conditional on line 17 appears to be missing its beginning tag (<if>). This may cause unexpected behavior.

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

I do not have notepad++ at work to find this line can anyone find the line please?

dcw
04-02-2008, 06:04 AM
Could it be

<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>

asj
04-02-2008, 09:03 AM
The conditional on line 167 appears to be missing its beginning tag (<if>). This may cause unexpected behavior. ?? :(

SmileyR
04-02-2008, 09:23 AM
The conditional on line 167 appears to be missing its beginning tag (<if>). This may cause unexpected behavior. ?? :(

Thank you for bringing this to my attention... I reviewed the code there and saw that that entire part of the code was pretty much useless. Thank you :)

SmileyR
04-27-2008, 10:50 PM
I have updated the code... Now it will insert some of your mods into it when they are installed