Topic: BBCode in ranks ?

Hi,

How can I allow to use BBCode in ranks ?

Thx

Darmowe forum - Polish free forum hosting

Re: BBCode in ranks ?

any help ?

I want to use BBCode in ranks like [img] to show pictures or [color] to change text colors.

Darmowe forum - Polish free forum hosting

Re: BBCode in ranks ?

Find the place where the rank is displayed, and use this function on it:

parse_message()

Re: BBCode in ranks ?

I do this in viewtopic.php

<dt><strong><?php echo $username ?></strong></dt>
                    <dd class="usertitle"><strong><?php echo parse_message($user_title); ?></strong></dd>
                    <dd class="postavatar"><?php echo $user_avatar ?></dd>

And I only see link to image (I have title like that [img ]http://pun.pl/img/smilies/smile.png[/img])

Darmowe forum - Polish free forum hosting

Re: BBCode in ranks ?

Well, is the img BBcode allowed?
And why not just use "=)" ?

Re: BBCode in ranks ?

Well, is the img BBcode allowed?

Yes.

And why not just use "=)" ?

This is only example of image file smile

Darmowe forum - Polish free forum hosting

Re: BBCode in ranks ?

I know what was wrong: I didn't clear cache sad

elbekko, thx

Darmowe forum - Polish free forum hosting