j883376
04 Apr 2006, 21:57
If you happen to want to allow BB code to be in custom titles, you can do this simple modification to make BB code parse in titles on profile pages.
Open up member.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Change that to:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now everything should parse properly, except for images, because they are not allowed. If you want to allow images to be added, change it to this instead:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Open up member.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Change that to:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now everything should parse properly, except for images, because they are not allowed. If you want to allow images to be added, change it to this instead:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------