76

(6 replies, posted in PunBB 1.4 troubleshooting)

I never used phpFreeChat, where is the version for PunBB?

So before author will fix this extension, you can use this:
http://punbb.informer.com/forums/topic/ … assistant/

Try this extension:
http://punbb.informer.com/forums/topic/ … ge-upload/
It should have the same functionality (it offer uploading files to the same hosting - postimage.org).

79

(6 replies, posted in PunBB 1.4 troubleshooting)

Create a new topic for this, but IN A GOOD FORUM. Use "PunBB 1.4 troubleshooting" for this.

Go to your database (for example by phpMyAdmin), and to table *prefix*_users. Find field with your username and click "Edit". Find "group_id" field and enter 1.

81

(6 replies, posted in PunBB 1.4 troubleshooting)

No, there shouldn't be. PunBB is compatible with PHP 5.3.

If you have access to the database, you can.

All bans are logged.

Yes, he will probably know.

Add at the end of the file:

RewriteCond %{HTTP_HOST} ^www.ps3pirata.com$ [NC]
RewriteRule ^(.*)$ http://ps3pirata.com/$1 [R=301,L]

Yes, moderators can ban other moderators.

Open includes/functions.php

FIND:

    // Index should always be displayed
    $links['index'] = '<li id="navindex"'.((FORUM_PAGE == 'index') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['index']).'">'.$lang_common['Index'].'</a></li>';

    if ($forum_user['g_read_board'] == '1' && $forum_user['g_view_users'] == '1')
        $links['userlist'] = '<li id="navuserlist"'.((FORUM_PAGE == 'userlist') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['users']).'">'.$lang_common['User list'].'</a></li>';

    if ($forum_config['o_rules'] == '1' && (!$forum_user['is_guest'] || $forum_user['g_read_board'] == '1' || $forum_config['o_regs_allow'] == '1'))
        $links['rules'] = '<li id="navrules"'.((FORUM_PAGE == 'rules') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['rules']).'">'.$lang_common['Rules'].'</a></li>';

    if ($forum_user['is_guest'])
    {
        if ($forum_user['g_read_board'] == '1' && $forum_user['g_search'] == '1')
            $links['search'] = '<li id="navsearch"'.((FORUM_PAGE == 'search') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['search']).'">'.$lang_common['Search'].'</a></li>';

        $links['register'] = '<li id="navregister"'.((FORUM_PAGE == 'register') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['register']).'">'.$lang_common['Register'].'</a></li>';
        $links['login'] = '<li id="navlogin"'.((FORUM_PAGE == 'login') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['login']).'">'.$lang_common['Login'].'</a></li>';
    }

REPLACE WITH:

    // Index should always be displayed
    $links['index'] = '<li id="navindex"'.((FORUM_PAGE == 'index') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['index']).'">'.$lang_common['Index'].'</a></li>';

    if ($forum_config['o_rules'] == '1' && (!$forum_user['is_guest'] || $forum_user['g_read_board'] == '1' || $forum_config['o_regs_allow'] == '1'))
        $links['rules'] = '<li id="navrules"'.((FORUM_PAGE == 'rules') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['rules']).'">'.$lang_common['Rules'].'</a></li>';

    if ($forum_user['g_read_board'] == '1' && $forum_user['g_search'] == '1')
        $links['search'] = '<li id="navsearch"'.((FORUM_PAGE == 'search') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['search']).'">'.$lang_common['Search'].'</a></li>';
    
    if ($forum_user['g_read_board'] == '1' && $forum_user['g_view_users'] == '1')
        $links['userlist'] = '<li id="navuserlist"'.((FORUM_PAGE == 'userlist') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['users']).'">'.$lang_common['User list'].'</a></li>';        
    if ($forum_user['is_guest'])
    {
        $links['register'] = '<li id="navregister"'.((FORUM_PAGE == 'register') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['register']).'">'.$lang_common['Register'].'</a></li>';
        $links['login'] = '<li id="navlogin"'.((FORUM_PAGE == 'login') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['login']).'">'.$lang_common['Login'].'</a></li>';
    }

I don't remember what I've edited and have no time to compare both files, so I've gived you "bigger" code. But don't worry. Everything should be OK smile.

88

(2 replies, posted in PunBB.NET discussion)

There is no Arabic Language Pack for PunBB.NET, also no for PunBB 1.4.

89

(71 replies, posted in PunBB 1.4 additions)

You need pun_bbcode installed.

90

(49 replies, posted in Supported extensions)

Should work, just check.

Here you have manual:
http://dev.mysql.com/doc/refman/5.1/en/ … enied.html

Read his whole post, not only links...

93

(1 replies, posted in Discussions)

Next time, use the topic with the extension to get support for it.
http://punbb.informer.com/forums/topic/ … semanager/
I've not tested it, but it could be in "Features" in Administration.

The second link:
http://www.punres.net/files.php?pid=472

Just try to change maxtestedon to 1.4.2.

Have you a screen from default Oxygen? It will be more useful I think. Actually I can't test this extension. Thanks!

I don't think author will develop this extension anymore. I can do that, but I think it will work with only small changes in manifest.xml for maxtestedon value.

98

(6 replies, posted in PunBB 1.4 troubleshooting)

podhane wrote:

replace

No, I've just gived a code of the submit button for him. If he doesn't know CSS, he won't do that.
Learn CSS. It's not a hard language and will help you with administrating your forums.

No, there is no extension like that, but we have something similar:
http://punbb.informer.com/forums/topic/ … he-guests/

100

(6 replies, posted in PunBB 1.4 troubleshooting)

In CSS stylesheet of your style. Style/Name/Name.css