26

(11 replies, posted in PunBB 1.4 bug reports)

I do not remember it was fixed here https://punbb.info/t-134.html

Try and report there

27

(1 replies, posted in PunBB 1.4 troubleshooting)

Hi. See this post
http://punbb.informer.com/forums/post/156883/#p156883

28

(13 replies, posted in Development)

Which one version of punbb you use?

29

(3 replies, posted in Feature requests)

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();

31

(5 replies, posted in PunBB 1.4 troubleshooting)

some kind of extension that uses bb codes, try disconnecting them one by one to find out which one is the reason.

32

(1 replies, posted in Feature requests)

Medals
Subforums
Pages

Punbb is died...

34

(4 replies, posted in Discussions)

GoDaddy

35

(4 replies, posted in Discussions)

Look php logs on your server.

Look at Pan SEO

You can use translator

38

(1 replies, posted in Discussions)

Similar Topics

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]';

40

(4 replies, posted in Discussions)

Go to Administration -> Extensions
Find the extension in list and install.

41

(5 replies, posted in PunBB 1.4 bug reports)

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.

43

(4 replies, posted in Feature requests)

https://punbb.info/t-946.html

but they are outdated
https://punbb.info/t-866.html
https://punbb.info/t-127.html
https://punbb.info/t-485.html

44

(4 replies, posted in Feature requests)

What do you mean? smilies in the input field?

45

(85 replies, posted in News)

officially 1.4.4, unofficially 1.4.5

In order to avoid vulnerabilities, use special extensions from spam.

46

(3 replies, posted in Discussions)

Are you wellcome!

47

(3 replies, posted in Discussions)

Look at it https://punbb.info/t-739.html

For index.php use Pan SEO

49

(8 replies, posted in Language packs)

Here https://punbb.info/t-119.html

excellent. If you translate into French, then put the translation right in a topic. I will add later. Thank you for participating.