Quote:
Originally Posted by Elleth Faewen
Bubble, Look at post #60 in this thread.
|
Thanks Elleth, (
beautiful name by the way ) :nervous:
We jazed the code up a bit to make it look nicer. It didn't make much sense to have it say "Additional Information - N/A" and then list information like the time and date, so we fixed it like this:
Find:
HTML Code:
<else />
<em>$vbphrase[n_a]</em>
</if>
</div>
...and
replace it with:
HTML Code:
<phrase 1="$userinfo[username]">$vbphrase[time_date_intro]</phrase>
Now go to Phrase Manager
> Add New Phrase.
Under
Varname add:
HTML Code:
time_date_intro
Under
Text add:
HTML Code:
Local time and date for {1}:
Click
Save.
We also changed the bold part around to match the rest of the profile. Simply remove the bold from the headings and add it to the output of each command and that's it. You can also add fieldset to the code if you want (
we didn't because we are designing an entirely new profile section for our board) but otherwise fieldset will blend the old style in closer. Check it out, it looks much better now and is personalized. Enjoy :nervous: