Topic: How to remove: "Currently used extensions"? [SOLVED]
Hello everybody,
As the title says I am wondering how can I delete the "Currently used extensions" from the footer of my forum. Is it possible?
Thanks a lot in advance.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → How to remove: "Currently used extensions"? [SOLVED]
Hello everybody,
As the title says I am wondering how can I delete the "Currently used extensions" from the footer of my forum. Is it possible?
Thanks a lot in advance.
I believe this works...
To hide extensions, put this in your "name of style.css" file. At the bottom is where mine is at.
#extensions-used {
visibility: hidden
}
Oh, didn't think of that, thanks!
Add
define('PUN_EXTENSIONS_USED', true);
to the config.php or wherever you need to hide this.
Add
define('PUN_EXTENSIONS_USED', true);
to the config.php or wherever you need to hide this.
Is that better than using an extension?
Thanks anatoly. It working greats!
Is that better than using an extension?
Same.
Thanks all! Works great
Thks
PunBB Forums → PunBB 1.3 additions → How to remove: "Currently used extensions"? [SOLVED]
Powered by PunBB, supported by Informer Technologies, Inc.