Topic: how to show?
Moin - Moin,
in some boards you can see in the footer:
[ Generated in 0.031 seconds, 11 queries executed ]
What is this? How can I made this? Is it a Mod? Is it terrible?
Greetz L.
Visit My PunBB Forum
You are not logged in. Please login or register.
PunBB Forums → General discussion → how to show?
Moin - Moin,
in some boards you can see in the footer:
[ Generated in 0.031 seconds, 11 queries executed ]
What is this? How can I made this? Is it a Mod? Is it terrible?
Greetz L.
in the footer comment out lines 113, 114, and 119
What you mean "outline"?
My code is outlined, or not?
// Load cached quickjump
@include PUN_ROOT.'cache/cache_quickjump_'.$pun_user['g_id'].'.php';
if (!defined('PUN_QJ_LOADED'))
{
require_once PUN_ROOT.'include/cache.php';
generate_quickjump_cache($pun_user['g_id']);
require PUN_ROOT.'cache/cache_quickjump_'.$pun_user['g_id'].'.php';
}
}
Sorry, my mistake!
Found it on Line 148, an have it outlined!
Thanks!
PunBB Forums → General discussion → how to show?
Powered by PunBB, supported by Informer Technologies, Inc.