Topic: how to turn this off?

how do i turn this off from the footer?

Currently used extensions: pun_admin_add_user, pun_attachment, pun_e_mail_auth, pun_extension_reinstaller, pun_karma, pun_log, pun_poll, pun_quote, pun_topic_online_users, pun_bbcode.

and

[ Generated in 0.229 seconds, 6 queries executed ]

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: how to turn this off?

quaker wrote:

how do i turn this off from the footer?

Currently used extensions: pun_admin_add_user, pun_attachment, pun_e_mail_auth, pun_extension_reinstaller, pun_karma, pun_log, pun_poll, pun_quote, pun_topic_online_users, pun_bbcode.

and

[ Generated in 0.229 seconds, 6 queries executed ]

Q

Comment one and/or add another line in /include/essentials.php at line #27:

// Enable DEBUG mode by removing // from the following line
//define('FORUM_DEBUG', 1);
define('PUN_EXTENSIONS_USED', 1);

You can use Connor's extension to define PUN_EXTENSIONS_USED.

FORUM_DEBUG is enabled by default because it is development, not final release yet.

Carpe diem

Re: how to turn this off?

kewl thanks...

another question if i use the Connor's extension to define PUN_EXTENSIONS_USED.. will the query still take place for the

Currently used extensions: pun_admin_add_user, pun_attachment, pun_e_mail_auth, pun_extension_reinstaller, pun_karma, pun_log, pun_poll, pun_quote, pun_topic_online_users, pun_bbcode.
and
[ Generated in 0.229 seconds, 6 queries executed ]

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: how to turn this off?

quaker wrote:

another question if i use the Connor's extension to define PUN_EXTENSIONS_USED.. will the query still take place

what query?
take a look at extension source for details smile

Carpe diem

Re: how to turn this off?

ok so once i use the  Connor's extension to define PUN_EXTENSIONS_USED
the query to the db will stop?

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: how to turn this off?

Adding the list of extensions doesn't use an extra query.