1 (edited by Lucky Looser 2005-09-19 11:17)

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.

Sorry for my stupid English, but I'm an old and unteachable man.
Visit My PunBB Forum

Re: how to show?

in the footer comment out lines 113, 114, and 119

Re: how to show?

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 for my stupid English, but I'm an old and unteachable man.
Visit My PunBB Forum

Re: how to show?

Sorry, my mistake!

Found it on Line 148, an have it outlined!

Thanks! wink

Sorry for my stupid English, but I'm an old and unteachable man.
Visit My PunBB Forum