Nordinho
04-29-2009, 01:43 AM
Hello,
I got 2 questions.
1) I want to give certain users the ability to use a custum forum background on their profile page. The furthest I got was this:
<if condition="$bbuserinfo['fieldx'] && $prepared['userid'] == $bbuserinfo['userid']">
<body style="background: $bbuserinfo[fieldx];">
<else />
<body style="background: #color;">
</if>
Which (obviously) shows the user x his background when viewing his profile, but doesn't show it to other users viewing x's profile.
Has anyone been able to do this?
2) Is there a conditional that shows if a member has customized his/her profile?
Something like <if condition="$bbuserinfo['customizedprofile'] ></if>
I got 2 questions.
1) I want to give certain users the ability to use a custum forum background on their profile page. The furthest I got was this:
<if condition="$bbuserinfo['fieldx'] && $prepared['userid'] == $bbuserinfo['userid']">
<body style="background: $bbuserinfo[fieldx];">
<else />
<body style="background: #color;">
</if>
Which (obviously) shows the user x his background when viewing his profile, but doesn't show it to other users viewing x's profile.
Has anyone been able to do this?
2) Is there a conditional that shows if a member has customized his/her profile?
Something like <if condition="$bbuserinfo['customizedprofile'] ></if>