Use url bb-code: http://punbb.informer.com/forums/help/bbcode/

152

(8 replies, posted in News)

Hi, all!
We moved development on to  github. You can join the development, without tests your knowledge.
Read more here: http://punbb.informer.com/forums/topic/ … to-github/

153

(5 replies, posted in News)

PunBB 1.3.5 is released

1.3.4 to 1.3.5 changes

  • a lot of bugs fixed (CSS & markup, added missing lang entries on language files, correct path and alerts on install, fixed typos and more);

  • hidden guest email;

  • increased visit timeout;

  • deleting non-activated users on registering;

  • correct deprecated function calls;

  • added paginal navigation on pages admin users and bans, added validation timezone and report length, added hooks;

How to upgrade

  • make a backup of the database and files;

  • turn the Maintenance mode on (via admin panel);

  • overwrite old files with new ones;

  • after owerwriting, verify that the cache, img/avatars and extensions (for pun_repository) directories have enough write permissions (usually 777);

  • clear cache directory;

  • go to the forum index and run db_update.php script;

  • turn the Maintenance mode off.

A note to developers
Please check your extensions, styles and language packs for compatibility with the version 1.3.5. The following may be of use to you:

Downloads: get the latest PunBB on Downloads page or via Subversion repository.

PHP version < 4.3.0 ?

http://www.php.net/manual/en/tokenizer.installation.php

Cool! smile
Ticket #379 is closed.

Fixed: #1678

Added ticket: #379

Fixed on 1677

Fixed on Changeset #1683

Thanks, we added ticket: #378

Thanks, we added ticket: #377

Fixed on changest 1681

163

(19 replies, posted in Discussions)

Fixed on changest 1681

place in config.php:

define('PUN_EXTENSIONS_USED', 1);

165

(3 replies, posted in Discussions)

Punbb not dead. Now there are temporary problems, but the project will be continued.

166

(28 replies, posted in Feature requests)

The PunBB project will be continued.

setup this extension for jquery: http://punbb.informer.com/forums/topic/ … cy-jquery/

Images are stored in the storage /uploads/
Sizes vary in the admin center, see the first message, there is a screenshot
Administration>Settings>Images

169

(20 replies, posted in PunBB 1.3 extensions)

Set limitation on Administration > Users > Groups:
http://punbb.ru/downloads/reputation/admin-groups.JPG

170

(20 replies, posted in PunBB 1.3 extensions)

Data Backup makes hoster.
In the extension does not provide data destruction.
You just did an update? Do not reinstall?

The extension adds a big button to upload the images. After uploading the images in the message is automatically inserted bb-codes.
Required: JQuery, pun_bbcode
Current version 1.1.8
Download: http://punbb.ru/downloads/hcs_image_uploader.zip

Screenshoots:

http://punbb.ru/downloads/img-up/img-up-post.jpg

http://punbb.ru/downloads/img-up/img-up-post-2.jpg

http://punbb.ru/downloads/img-up/img-up-adm.jpg

172

(20 replies, posted in PunBB 1.3 extensions)

Das ist fantastisch!
Need backup for restore

173

(20 replies, posted in PunBB 1.3 extensions)

The new version 3.2.2 (see download link in first post)
What's new:
1) Ability to reply to reputation.

What is fixed:
1) Reputation for posts in the closed sections is shown as "[topic in the closed forum] - [view can not]"
2) Fixed a validation error when adding a reputation for one and the same message and the same user to a timeout.
3) Moderators now can not delete reputation.

This extension allows the administrator to load the extension without using FTP. Form to download extensions located on the page, managing extensions. Loadable extensions must be packed in zip archiver.

Authors: KANekt & hcs
Version: 1.0.2

Download: http://punbb.ru/downloads/extension_zip_upload.zip

175

(1 replies, posted in PunBB 1.3 bug reports)

also hardcoded on functions.php ~1115

(($cur_post['is_topic']) ? 'Delete topic' : 'Delete post')

manifest.xml ~752

                    redirect(forum_link($forum_url['post'], $last_post_id), 'Your post will be approved (moderated)');
                }
                else if ($fid)
                    redirect(forum_link($forum_url['forum'], $fid), 'Your topic will be approved (moderated)');

Also lang/English/pun_approval.php contains many unused vars

//copyright from lang_topic
    'Topic by'                    => 'Topic by %s:',
    'Reply by'                    => 'Reply by %s:',
    'Post reply'                => 'Post reply',
    'Topic closed'                => 'Topic closed',
    'Guest reply disabled'        => 'Guests may not reply to topics in this forum.',
    'Status'                    => 'Status:',
    'From'                        => 'From:',
    'Registered'                => 'Registered:',
    'Note'                        => 'Note:',
    'Posts'                        => 'Posts:',
    'IP'                        => 'IP:',
    'Visit website'                => '<span>%s\'s </span>Website',
    'Guest'                        => 'Guest',
    'Online'                    => 'Online',
    'Offline'                    => 'Offline',
    'Last edited'                => 'Last edited by %s (%s)',
    'Report'                    => 'Report',
    'Delete'                    => 'Delete',
    'Delete topic'                => 'Delete topic',
    'Edit'                        => 'Edit',
    'Quote'                        => 'Quote',
    'Cancel subscription'        => 'Unsubscribe from topic',
    'Subscription'                => 'Subscribe to topic',
    'Topic login nag'            => 'Guest posting is disabled. You must %s or %s to post a reply.',
    'Quick post'                => 'Quick post',
    'Avatar'                    => 'Avatar',
    'Post'                        => 'Post',
    'Cannot delete'                => 'You cannot delete the first post',
    'Permalink post'            => 'Permanent link to this post',
    'Permalink topic'            => 'Permanent link to this topic',
    'Go to profile'                => 'Go to %s\'s profile',
    'Move'                        => 'Move topic',
    'Open'                        => 'Open topic',
    'Close'                        => 'Close topic',
    'Unstick'                    => 'Unstick topic',
    'Stick'                        => 'Stick topic',
    'Delete posts'                => 'Delete posts',
    'bann'                        => 'Bann to user',
//errors
    'Badly link argument'        =>    'The link you followed contains bad arguments.',
    'No db result from posts'    =>    'There are no unapproved posts.',