
10-10-2004, 03:17 AM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by t c
PHP Code:
<script language="JavaScript">new TextFade('{param}','verdana,arial,helvetica','2pt',true,false,'#$bbuserinfo[field5]','#{option}');</script>
I am using a custom bbcode and I wish to grab a custom field from the profile that contains the users custom color.
I have tried what you see above with: $bbuserinfo[field5] , $post[field5] , $profile[field5]
I am officially stuck.
This option is a [fade=XXXXXX]text[/fade] that will fade from basic color to a custom color (XXXXXX).
Any and all help would be greatly appreciated.
|
You cant parse varibles inside of bbcode.
|