Red Blaze
05-30-2007, 03:46 PM
Ok, hope someone can help me out here. I'm not a real vB Coding wiz, but I'm decent... I think.
Here's the scoop; I made a profile field where users can change their post font colors, but some users don't want to see colorful posts. They want the default post. Now, in the postbit template I added the condition:
<if condition="$post[field5]">style="color: $post[field5];"</if>
I plan to add another profile field to disable the colored fonts. BUT... if I use $post[field6], it'll only disable it for that post only. Is there a code I can use to call only the user's field rather than the specified post's user? Like... $bbuser[field6]?
EDIT: Nevermind, figured it out. My head hurts now... lol
Here's the scoop; I made a profile field where users can change their post font colors, but some users don't want to see colorful posts. They want the default post. Now, in the postbit template I added the condition:
<if condition="$post[field5]">style="color: $post[field5];"</if>
I plan to add another profile field to disable the colored fonts. BUT... if I use $post[field6], it'll only disable it for that post only. Is there a code I can use to call only the user's field rather than the specified post's user? Like... $bbuser[field6]?
EDIT: Nevermind, figured it out. My head hurts now... lol