This post describes how to change forum's theme.
926 2009-03-03 11:28
Re: How to change a theme? how to integration with website? (4 replies, posted in Feature requests)
927 2009-03-03 09:23
Re: [release] Simple Image Upload (1 replies, posted in PunBB 1.3 additions)
928 2009-03-02 07:42
Re: Topics cant be moved Problem. (7 replies, posted in PunBB 1.3 troubleshooting)
If I understand you correctly, lists of forum moderators aren't saved when you create a dump of DB?
929 2009-02-27 08:57
Re: being attack..need emergency assitant (8 replies, posted in PunBB 1.2 troubleshooting)
Try to view logs of your server. Maybe you will see something unusual.
930 2009-02-27 08:53
Re: Looking for Automatic Group Change Mod (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Try to search for a similar mod at www.punres.org.
931 2009-02-27 08:40
Re: new install (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 2009-02-27 08:00
Re: How to set cookies? (1 replies, posted in PunBB 1.3 troubleshooting)
Is this a forum message? Is this the full text of the message?
933 2009-02-27 07:38
Re: contest mod? (3 replies, posted in PunBB 1.3 additions)
Sorry, I posted an incorrect URL, this page is for extension requests.
934 2009-02-26 09:03
Re: contest mod? (3 replies, posted in PunBB 1.3 additions)
Describe your extension request on this page in detail.
935 2009-02-26 08:53
Re: login redirect to rss feed (6 replies, posted in PunBB 1.3 bug reports)
What browser are you using?
936 2009-02-26 08:48
Re: jQuery and PunBB (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 2009-02-25 08:01
Re: Read stickies only, but not the forum? (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 2009-02-25 07:41
Re: 1.2 to 1.3 (8 replies, posted in PunBB 1.3 troubleshooting)
This article should help you
939 2009-02-24 10:26
Re: [Problem]Conversion (4 replies, posted in PunBB 1.3 discussion)
This converter is for punbb 1.2
940 2009-02-24 10:12
Re: Admin Add User (extension) bug. (2 replies, posted in PunBB 1.3 bug reports)
Thanks, bug was fixed.
941 2009-02-24 10:11
Re: [extension release] pun_admin_add_user (5 replies, posted in PunBB 1.3 extensions)
Thanks, folder was added in new version of pun_admin_add_user 1.1.1.
942 2009-02-24 09:48
Re: External script, how can I check that user is logged? (5 replies, posted in PunBB 1.3 extensions)
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 2009-02-24 08:19
Re: [Problem]Conversion (4 replies, posted in PunBB 1.3 discussion)
What is the version of your Forum? And what converter are you using?
944 2009-02-20 10:07
Re: Topics cant be moved Problem. (7 replies, posted in PunBB 1.3 troubleshooting)
What topics do you want to move? And to what forums?
945 2009-02-20 09:30
Re: RTL issue (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.
946 2009-02-19 12:29
Re: [extension release] pun_quote 2.0.2 (40 replies, posted in PunBB 1.3 extensions)
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 2009-02-18 07:51
Re: Custom made pages integration (1 replies, posted in PunBB 1.3 discussion)
Are you trying to use extern.php?
948 2009-02-16 16:09
Re: the buttons can't display in the first time. (1 replies, posted in PunBB 1.3 discussion)
What extensions have you got installed?
949 2009-02-16 16:03
Re: Rebuild Index errors (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"?
950 2009-02-16 15:43
Re: Removed all Guest Permissions -> Can't login anymore (4 replies, posted in PunBB 1.2 troubleshooting)
What is the version of your Forum? What mods have you got installed?