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... )
Comments 2
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
Reply
Leave a comment