By duztin on
I have bbcode installed on drupal 4.2.0 my problem is that when users enter a homepage under edit account bbcode screws up the code. Is there any way to disable this feature in just the users account page?
example, just look at the url of homepage and watch your status bar to see the problem.
Comments
Edit profile.module
And change:
into:
(ignore the <?php ?> tags)
This was fixed in CVS a while ago.
Thank you, that worked perfectly.
Thank you, that worked perfectly.