1 (edited by John_S 2009-02-14 18:56)

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.

Errare humanum est

Re: How to remove: "Currently used extensions"? [SOLVED]

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
    }

Re: How to remove: "Currently used extensions"? [SOLVED]

Oh, didn't think of that, thanks! smile

Errare humanum est

Re: How to remove: "Currently used extensions"? [SOLVED]

Download extension

Re: How to remove: "Currently used extensions"? [SOLVED]

Add

define('PUN_EXTENSIONS_USED', true);

to the config.php or wherever you need to hide this.

Carpe diem

Re: How to remove: "Currently used extensions"? [SOLVED]

Anatoly wrote:

Add

define('PUN_EXTENSIONS_USED', true);

to the config.php or wherever you need to hide this.

Is that better than using an extension?

Re: How to remove: "Currently used extensions"? [SOLVED]

Thanks anatoly. It working greats! big_smile

if mONey is lOSt nOThINg is lOSt,
if cHArACtER is lOSt sOMeTHiNG is lOSt,
bUT,
if rELiGIon and eDUcATiON aRE lOSt eVErYThINg is lOSt.

Re: How to remove: "Currently used extensions"? [SOLVED]

esupergood wrote:

Is that better than using an extension?

Same.

Carpe diem

Re: How to remove: "Currently used extensions"? [SOLVED]

Thanks all! Works great smile

Errare humanum est

Re: How to remove: "Currently used extensions"? [SOLVED]

Thks smile