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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → 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?
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
This CSS should work too:
UL.bblinks {DISPLAY: none, VISIBILITY: hidden}
PunBB Forums → PunBB 1.2 discussion → how to delete the "BBCode: on [img] tag: on Smilies: on " on foot
Powered by PunBB, supported by Informer Technologies, Inc.