Topic: How to PROPERLY remove the Used Extensions footer?

I have searched, all of the extension download links are broken, so I have not tried them. The other options of editing files have not worked. How do I PROPERLY remove the Used Extensions?

The following method did work but leaves an ugly bar across the bottom of the page instead....

define('PUN_EXTENSIONS_USED', true);

The following forum I found in the Show Off page, has successfully removed it..
http://www.sitespeedforum.com

Any help would be greatly appreciated!!!

2 (edited by Grez 2011-04-23 21:08)

Re: How to PROPERLY remove the Used Extensions footer?

Sitespeedforum have hidden whole <div> containing that info. You may do it as well, although it would be nice if you didn't so the info "Powered by PunBB" would stay there.

But if you really want to do that you may do so in css by adding this
[code=css]#brd-about {display: none;}[/code]

to your css file (probably located in ./style/Oxygen/oxygen.css)

Eraversum - scifi browser-based online webgame

Re: How to PROPERLY remove the Used Extensions footer?

thank you! this has removed it. i dont mind leaving the punBB credit but I do not want that extra tag at the bottom and have it showing all my plugins. big_smile

Re: How to PROPERLY remove the Used Extensions footer?

I would like to add a "AddThis" button on the bottom of the forum, how can I do this with this code removing the bottom div?