This post describes how to change forum's theme.

927

(1 replies, posted in PunBB 1.3 additions)

Dupe of http://punbb.informer.com/forums/topic/ … ge-upload/

If I understand you correctly, lists of forum moderators aren't saved when you create a dump of DB?

Try to view logs of your server. Maybe you will see something unusual.

Try to search for a similar mod at www.punres.org.

931

(12 replies, posted in PunBB 1.3 troubleshooting)

To add new languages, place them in directory <FORUM_ROOT>/lang. To add new styles, place them in directory <FORUM_ROOT>/style. Then go to <FORUM_URL>admin/settings.php?section=setup and change the default style and language.

932

(1 replies, posted in PunBB 1.3 troubleshooting)

Is this a forum message? Is this the full text of the message?

933

(3 replies, posted in PunBB 1.3 additions)

Sorry, I posted an incorrect URL, this page is for extension requests.

934

(3 replies, posted in PunBB 1.3 additions)

Describe your extension request on this page in detail.

935

(6 replies, posted in PunBB 1.3 bug reports)

What browser are you using?

936

(2 replies, posted in PunBB 1.3 troubleshooting)

It happens because of this code at the top of the page:

<div id="battle_bar">
    <div id="bb_status">
<span id="bb_ugroup"><strong>Visitor</strong></span>        <span id="bb_title">battlebar</span> <span id="bb_ver">v0.3.4</span>
    </div>
    <div id="bb_reports">
        <span><strong>Reports:</strong></span>
        <span class="na">Attack</span> | <span class="na">Defense</span> | <span class="na">Spy</span><br /><span id="bb_upload"><a href="http://hg.slickplaid.net/extensions/battlebar/upload/upload.php?KeepThis=true&TB_iframe=true&height=400&width=600" title="Image Uploader" class="thickbox">Upload Image</a></span><br />
    </div>
</div>

You should place it inside the tag "body".

937

(1 replies, posted in Discussions)

No, you can't do this by default. But it can be an extension. You may add an extension request.

938

(8 replies, posted in PunBB 1.3 troubleshooting)

This article should help you

939

(4 replies, posted in PunBB 1.3 discussion)

This converter is for punbb 1.2

Thanks, bug was fixed.

Thanks, folder was added in new version of pun_admin_add_user 1.1.1.

This code should solve your problem. If it does not work, you should change the value of $cookie_domain variable to '.pcmod.pl'. Also don't forget to change PATH_TO_FORUM in this part of code:

if (!defined('FORUM_ROOT'))
   define('FORUM_ROOT', '<PATH_TO_FORUM>');
require FORUM_ROOT.'include/common.php';
if (!$forum_user['is_guest'])
  die('You are logged in !');
else
  die('No permission');

943

(4 replies, posted in PunBB 1.3 discussion)

What is the version of your Forum? And what converter are you using?

What topics do you want to move? And to what forums?

945

(2 replies, posted in PunBB 1.3 bug reports)

RTL is not working properly because of the markup of the Forum. The markup is based on DIV. To provide proper RTL, you need to redesign the Forum using the Table markup.

New version of pun_quote 2.1 has been released. The bug with output of special HTML chars was fixed. Feel free to report bugs.

947

(1 replies, posted in PunBB 1.3 discussion)

Are you trying to use extern.php?

What extensions have you got installed?

949

(4 replies, posted in PunBB 1.3 bug reports)

This error appeared for me if I saved file with BOM. But in this case you will have "п»ї" before error-output. Have you opened and saved "/lang/English/common.php"?

What is the version of your Forum? What mods have you got installed?