Topic: A way to not show "Moderate by..."
Hello all,
I am a french user of PunBB
Doest he have a way to not show "Moderate by..." on the main page ???
Thanxs
MEstk
[img]http://www.musikcube.com/wiki/images/0/0c/M3_sig_militia_supporter.jpg[/img]
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → A way to not show "Moderate by..."
Hello all,
I am a french user of PunBB
Doest he have a way to not show "Moderate by..." on the main page ???
Thanxs
MEstk
You should be able to hide it via the stylesheets. A quick look at the markup shows that hiding "tclcon p" should do the trick. E.g:
tclcon p {
display: none;
}
thanx but where is it ?
thanx but where is it ?
Open up index.php, and find (line 132):
<?php echo $forum_field."\n".$moderators ?>
Replace with:
<?php echo $forum_field ?>
No more "moderated by.." text
tanx a lot... !
The Rickard way are better because u can't need to modif forum code just added it on your style/imports/<yourstyle>_cs.css
tclcon p {
display: none;
}
Except you have to make that edit in every style you have
Adding it to the end of base.css should suffice.
i would actually edit the style but not CSS the actual template because you want to save bandwidth.
PunBB Forums → PunBB 1.2 troubleshooting → A way to not show "Moderate by..."
Powered by PunBB, supported by Informer Technologies, Inc.