I do not remember it was fixed here https://punbb.info/t-134.html
Try and report there
You are not logged in. Please login or register.
PunBB Forums → Posts by PanBB.Ru
I do not remember it was fixed here https://punbb.info/t-134.html
Try and report there
Hi. See this post
http://punbb.informer.com/forums/post/156883/#p156883
Which one version of punbb you use?
Use extension Pan Moderator for it
@Zetrader, use php code for redirection.
For example:
$link = 'your_new_site');
header("HTTP/1.1 301 Moved Permanently");
header("Location: " . $link);
exit();
some kind of extension that uses bb codes, try disconnecting them one by one to find out which one is the reason.
Punbb is died...
GoDaddy
Look php logs on your server.
Look at Pan SEO
You can use translator
if ($forum_user['g_id'] != FORUM_ADMIN){
return '<a href="'.$full_url.'" rel="nofollow">'.$link.'</a>';
}
else
//return '[url]'.$full_url.'[/url]';
return '[url='.$full_url.']'.$link.'[/url]';
Go to Administration -> Extensions
Find the extension in list and install.
Replace in the file include/dblayer/mysqli.php
(If you use MySQLi database)
function DBLayer($db_host, $db_username, $db_password, $db_name, $db_prefix, $foo)
on
function __construct($db_host, $db_username, $db_password, $db_name, $db_prefix, $foo)
If you use another database type, you can do it replacement in other files.
Use theme Oxygen + and see how can you do it.
What do you mean? smilies in the input field?
officially 1.4.4, unofficially 1.4.5
In order to avoid vulnerabilities, use special extensions from spam.
Are you wellcome!
Look at it https://punbb.info/t-739.html
For index.php use Pan SEO
excellent. If you translate into French, then put the translation right in a topic. I will add later. Thank you for participating.
PunBB Forums → Posts by PanBB.Ru
Powered by PunBB, supported by Informer Technologies, Inc.