We will add article to wiki, which will help you to do this (http://punbb.informer.com/trac/ticket/126#comment:6).
1,127 2008-10-06 07:15
Re: Allowing DST by default (3 replies, posted in Feature requests)
You can fix it via your SQL-console.
Make a dump of your DB.
SQL-statement will look like:
UPDATE <DB_PREFIX>_users
SET dst = 1
WHERE id in (<list of id>)
If you want to change dst setting for all users, execute this SQL without WHERE-statement
1,128 2008-10-02 09:46
Re: my forum dosent accept hyperlink pictuer (15 replies, posted in PunBB 1.2 troubleshooting)
Are you sure that tag [ img] is enabled for posting?
1,129 2008-09-30 06:53
Re: Spam from .RU or mail.ru - how do i block this domain or ban it? (9 replies, posted in PunBB 1.2 troubleshooting)
It will be nice feature. We will add it to pun_antispam extension. Thank you for reporting.
1,130 2008-09-30 06:48
Re: my forum dosent accept hyperlink pictuer (15 replies, posted in PunBB 1.2 troubleshooting)
To use a picture as a hyperlink use this BBcode.
[url=http://www.punbb.org/img/small_logo.png][img]http://www.punbb.org/img/small_logo.png[/img][/url]
If the picture isn't shown, maybe the [ img] tag is disabled in writing posts. To turn it on, go to <FORUM_ROOT>/admin_permissions.php. In "Posting" section there is the "Image tag" option.
1,131 2008-09-30 06:12
Re: Changing typestyle of category name. (2 replies, posted in PunBB 1.2 troubleshooting)
Hi, what version of PunBB do you use?
1,132 2008-09-30 05:56
Re: show recent topic problem (7 replies, posted in PunBB 1.2 troubleshooting)
You can use this script to get 10 recent posts. Place it into the php-file and use it. If you include it outside the root directory of your forum, change the FORUM_ROOT constant.
1,133 2008-09-29 08:25
Re: So far this forum has been of 0 help but here is a proposal/question (7 replies, posted in PunBB 1.2 troubleshooting)
We tried to run an SMTP-connection check, but most servers responded incorrectly. Do you have any ideas how to do this checking?
1,134 2008-09-29 08:06
Re: my forum dosent accept hyperlink pictuer (15 replies, posted in PunBB 1.2 troubleshooting)
Write in more detail what problem is. Do you use BBCode to create link? What version of your forum do you use?
1,135 2008-09-29 07:53
Re: pun_karma (2 replies, posted in PunBB 1.3 troubleshooting)
We have taken your request into account. Here is ticket. This feature will be added when we finish the main branch of pun_karma development.
1,136 2008-09-29 07:25
Re: Login Problem from external site (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Use smth like that to determine who the user is.
//if user guest
if ($pun_user['is_guest'])
code;
//if user is a administrator
else if ($pun_user['group_id] == 1)
code;
//if user is not an admin
else
code;
1,137 2008-09-29 06:29
Re: External Login (2 replies, posted in PunBB 1.2 troubleshooting)
This is a copy of this topic
1,138 2008-09-29 06:17
Re: show recent topic problem (7 replies, posted in PunBB 1.2 troubleshooting)
Are there any errors on the page, when you include file? Maybe URL file-access is disabled on your server.
1,139 2008-09-25 08:04
Re: If I delete a theme that someone is using, what happens? (1 replies, posted in General discussion)
For those users, who used deleted themes, the first theme in the "Style" directory will be set as the current one.
1,140 2008-09-25 06:58
Re: Installation failure (3 replies, posted in PunBB 1.2 troubleshooting)
What DB do you use? Try to download forum again and run installation.
1,141 2008-09-22 08:01
Re: Punbb Starting (1 replies, posted in PunBB 1.2 discussion)
To install PunBB forum:
Upload PunBB forum onto your server or copy it to directories on a local machine.
Create a database for your forum, if you do not intend to use an existing database.
Run <FORUM_ROOT>/install.php
Fill in all fields on this page and press "Start install"
Remove the file install.php
1,142 2008-09-22 07:24
Re: Radio Buttons (5 replies, posted in PunBB 1.2 troubleshooting)
What modes do you use at your forum?
1,143 2008-09-22 06:40
Re: Radio Buttons (5 replies, posted in PunBB 1.2 troubleshooting)
These radiobuttons are needed to enable other users to send an e-mail to you via the forum. The checkbox is needed to make forum "remember" you between your visits. Check if there is the "prof_reg.php" file in "<FORUM_ROOT>/lang/English/"
1,144 2008-09-18 09:43
Re: Integration's Problem (3 replies, posted in PunBB 1.2 troubleshooting)
Please, describe the structure of folders on your site and where you want to read cookie
1,145 2008-09-18 08:17
Re: DownloadMod 1.1 (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ensure that the Web-server has the permission to write into folder "forums/downloads/Tracks/"
1,146 2008-09-18 08:08
Re: Captchabox 1.0.5 (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You can ask this question to the author of the Captcha Box. Here is the link to topic, where the extension was released.
1,147 2008-09-18 07:47
Re: i need a plugins to hide admin*please help* (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
هوهی تۆ باسی ئهکهی نیه بهڕێز.
بژین.
Post deleted. Write in English please
1,148 2008-09-15 11:01
Re: I Have A Working TinyMCE Modification for Rich Editing (4 replies, posted in PunBB 1.3 extensions)
You can look pun_bbcode as an example of extension. Our documentation about extension development isn't ready yet. But extension system of PunBB is compatible with ext. system FluxBB, so you can see this article by FluxBB team. And we advice you not to name extensions with "pun_", because we use this prefix for our official extensions.
1,149 2008-09-15 10:55
Re: Error: Unable to insert search index words. (1 replies, posted in PunBB 1.2 troubleshooting)
Hi, maybe it is problem with your DB. To be sure of it, turn on Debug mode. Visit this page to know how to do this.
1,150 2008-09-15 10:54
Re: Unable to fetch old entries from online list (3 replies, posted in PunBB 1.2 troubleshooting)
That's correct. Only administrator can visit forum pages in maintenance mode. And other users will see only maintenance message. Maybe some of your mods were installed not correct. Also you can try to turn on Debug mode (http://punbb.informer.com/docs/faq.html#faq2_7). Maybe there is some other errors on pages.