(Untitled)

Aug 24, 2006 00:17

So sorry if this has been asked before - I've gone pages back and checked the tutorials but haven't had any joy.

It's a quick question - is there a code that can be used to control the layout of the profile box? At the moment, I have my usericon on top, with my username directly below, and my name right below that. You can see it here: alexia88If ( Read more... )

profile box

Leave a comment

Comments 2

kunzite1 August 23 2006, 23:36:47 UTC

function Page::lay_print_sidebar_profile() {
# open sidebox and set title
$this->lay_print_sidebox_top($*text_sidebox_profile_title);

# open sidebox content area and set id of "profile"
# print ljusername
"""

$*text_sidebox_profile_userlabel$.journal""";

# if we have a default userpic, print it
if ($.journal.default_pic.url != "") {
"""


... )

Reply

alexia88 August 23 2006, 23:48:04 UTC
Bless you - thanks for the help!

Reply


Leave a comment

Up