pun_admin_backup allows to:

  • Make a dump of database and save copies of the forum files.

  • Revert dump, that is stored at server.

  • Upload dump to server to revert it.

All dumps are saved in tgz-format. Extension works only on the *nix platforms. We will be grateful  for reporting bugs and sending any suggestions about improvement of extension.

Download links:

Here SVN link to extension.

All CSS-styles are placed in the forum directory "style".
In 1.2 there are usually two CSS-files for each theme: style_name.css and imports/style_name_cs.css.
First one is used to describe the way the page elements layout, and the second one describes the colors that will be used for the theme.

Regarding 1.3: all the styles for will be updated in the nearest few days. And in a week or two we are planning to publish the documentation.
Please, write here, what exactly do you want to learn about forum styles. We will answer here and this may be the base for documentation.

What modes do you use at your forum? Please, write what URL your users request, when this error appeares.

1,154

(9 replies, posted in PunBB 1.2 troubleshooting)

To include a PHP file in templates use <!-- forum_include "<MY_FILE.php>" -->. <pun_include "*"> was used in PunBB 1.2.

1.Choose a user from the users list on page <FORUM_URL>/userlist.php. Go to tab "Administration" in the user's profile. In the bottom of the page there is a listbox with user's group. Select "Moderator" and click "Save".

2. User can modify his topics' title only if he/she is a moderator or administrator.

  • What exactly are you trying to do? What do you expect?

  • What are you really doing for this? Step by step please ))

  • Maybe it will be easier to you to get help from the French community at http://www.punbb.fr/.

Pun_admin_manage_extensions_improved was developed under the latest of PunBB. Try to get the 1.3 dev from SVN.
Neverheless, thanks for report: I will add the forum version check on the extension install.

If you use PunBB 1.3 go to <FORUM_URL>/admin/options.php?section=setup in part 6 you can change URL scheme.

Pun_admin_manage_extensions_improved adds the following features to the admin console:

  • Group operations on the extensions to enable/disable/uninstall them.

  • One click extension reinstallation: complete uninstallation and installation cycle.

  • One click hooks refresh: hooks are fetched from manifet.xml, but install/unistall code is not being evaluated.

  • One click forced extension uninstallation: this can be useful for developers, e.g. the extension was removed incorrectly.

Download links:

Here SVN link.

PS: pun_extension_reinstaller is now outdated and completely included into pun_admin_manage_extensions_improved.

1,160

(3 replies, posted in PunBB 1.2 discussion)

Do you mean just this forum? Otherwise, could you give us a link to the one please.

1,161

(5 replies, posted in PunBB 1.2 discussion)

Hi, waro!
To install PunBB Forum with your own changes you should:
1) Install "clean" version of PunBB Forum
2) Rewrite all the pages, you have changed, and add your styles to the forum.

1,162

(5 replies, posted in PunBB 1.2 troubleshooting)

It's not a problem with PunBB forum. The problem is in making-up of your site. Check html and CSS-styles at your site for compatibility with IE7.

1,163

(1 replies, posted in Feature requests)

Take a look at http://punbb.informer.com/forums/topic/ … he-number/ please.
We've already added the corresponding ticket.
Thanks for request.

Yes, the problems with SQLite support are possible now (this is still alpha-version). We will test this out and fix it in the next version of the extension.
What is your version of SQLite? And what other extensions do you have installed?

This feature is planned in next version of pun_approval.

Yes, this hotfix is available. Make sure you board checks for updates automatically (Administration/Settings/Features/Check for updates), try clearing the cache (delete <FORUM_URL>/cache/cache_updates.php).
Here is the current list of hotfixes available for 1.3RC:http://punbb.informer.com/update/?version=1.3%20RC

Thank you for having initiated the topic. You have just reminded us to release a hotfix for this bug.
You will see a notification about new hotfixes available at the top of every page in the administration mode.
Hotfixes are installed in the same way as extensions on the following page: <FORUM_URL>/admin/extensions.php?section=install

Hi, Phenex!
What extensions do you use at your forum?

1,169

(4 replies, posted in PunBB 1.2 discussion)

Thanks! We've fixed it.

1,170

(1 replies, posted in PunBB 1.2 discussion)

Hi! You can set default timezone for new users via admin console:

  • go to Administration » Settings » Setup »

  • Configure PunBB for your location (<base_url>/admin/options.php?section=setup#fld5), find listbox "Default timezone" and choose the timezone you need.

Thank you, we'll take it in account.

1,172

(4 replies, posted in PunBB 1.2 discussion)

Hi! There is no action "new" in extern.php.
Here is a list of available actions now:

  • feed - show most recent topics/posts (HTML or RSS)

  • online - The number of guests and users, who are online (HTML)

  • online_full - A list of names of users, who are online (HTML)

  • stats - show board statistics (HTML).

Please note that type should be lowercased now. We will possibly add lowercase() for GET-parameters in extern.php.
Available types of output now:

  • rss - output as RSS 2.0

  • atom - output as Atom 1.0

  • xml - output as XML

  • html - output as HTML (<li>'s)

Here is the short description of others parameters, which you can use:

  • fid - one or more forum ID's (comma-separated). Ids of forums, which will display.

  • nfid - One or more forum ID's (comma-separated) that are to be excluded.

  • tid - a topic ID from which to show posts. If a tid is supplied, fid and nfid are ignored.

  • show - any integer value between 1 and 50. Mean count of elements, which will display on the page. Ignored for RSS/Atom output. The default is 15.

Thank you, mccallum.
Yes, this bug really exists. We have added a corresponding ticket and will fix it in one of the upcoming revisions of PunBB 1.3.
Moreover, we have added a feature request to prevent the alert from being displayed if the administrator isn't going to install one or several hotfixes.
Could you perhaps advise us on a more convenient way to do that? Should we do this in a direct manner (for instance by making a button 'I won't install this hotfix') or in an inderct one (regard a hotfix as 'spotted' if the administrator has opened the page of installing the extensions)

1,174

(6 replies, posted in PunBB 1.3 troubleshooting)

Page layout is created with the help of templates (/include/template/). If you need to rearrange blocks or add new elements, first you should try to change this in the template of the page.
For example, to add a logo you can change the main.tp template:

<!-- forum_skip -->
<img src="http://punbb.informer.com/img/logo_2_light.png" style="float: left; margin: 1em;">
<!-- forum_title -->

1,175

(6 replies, posted in PunBB 1.3 troubleshooting)

jokancn wrote:

homerzhu wrote:

    you can modify it from admin console..............

    also you can modify the code


楼上的你也是中国的吧。我觉得你的方法不可行。

在管理员后台根本就修改不了。
另外你说可以修改代码,那样太复杂了。而且不懂PHP:lol:

homerzhu wrote:

不修改PHP代码也可以, 那可以修改模板里的代码呀。。。呵呵

homerzhu wrote:

在后台你可以修改论坛名字和描述,那样logo处的文字就变了。。。。

如果想用图片,只有该模板了,把logo处的标签可以直接换成IMG代码

Posts deleted. Write in English please