1

Topic: how to delete the "BBCode: on [img] tag: on Smilies: on " on foot

when you post reply or new topic there always going with that "BBCode: on [img] tag: on Smilies: on " below the box ,,how to erase that?

Re: how to delete the "BBCode: on [img] tag: on Smilies: on " on foot

edit viewtopic.php
go to line 373
infront of <ul class="bblinks"> add <!--
go to line 377
after </ul> add -->
save and close file

edit edit.php
go to line 212
infront of <ul class="bblinks"> add <!--
go to line 216
after </ul> add -->
save and close file

edit post.php
go to line 495
infront of <ul class="bblinks"> add <!--
go to line 499
after </ul> add -->
save and close file

Re: how to delete the "BBCode: on [img] tag: on Smilies: on " on foot

This CSS should work too:

UL.bblinks {DISPLAY: none, VISIBILITY: hidden}
Looking for a certain modification for your forum? Please take a look here before posting.