Topic: Using redirection on index?
Is it possible to use the redirection made for punbb as an index on the main directory of the site?
And what mod and file ara needed to copy to view it for a sec then redirect automaticly to the forum's directory?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Using redirection on index?
Is it possible to use the redirection made for punbb as an index on the main directory of the site?
And what mod and file ara needed to copy to view it for a sec then redirect automaticly to the forum's directory?
just google search for php redirecting and im sure you will find what you are looking for....i wouldnt bother trying to use punbbs redirection system.
well I wanted to use the punbb redirection stle, the some one appers after updating, submitting..ect.. just to make it tha same. btw, thnx.
File is functions.php
line about 818
function redirect($destination_url, $message)
{
global $db, $pun_config, $lang_common, $pun_user;
if ($destination_url == '')
$destination_url = 'index.php';
Not easy to copy functions.php but if your site have already PunBB you can use it and use this function.
Well yes it seems hard, I'll try designing anew one with the same style, adding an html redirection.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Using redirection on index?
Powered by PunBB, supported by Informer Technologies, Inc.