Use url bb-code: http://punbb.informer.com/forums/help/bbcode/
151 2011-03-27 14:38
Re: forum runnig but how i put hyperlink to a file (3 replies, posted in PunBB 1.3 troubleshooting)
152 2011-03-25 17:27
Re: Get involved! (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 2011-03-21 12:30
Topic: PunBB 1.3.5 (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.
154 2011-03-08 15:42
Re: Fatal error: Call to undefined function token_get_all() (1 replies, posted in PunBB 1.3 troubleshooting)
PHP version < 4.3.0 ?
155 2011-03-08 12:13
Re: [Fixed: 1675] Bans page - pagination needed (6 replies, posted in PunBB 1.3 bug reports)
Cool!
Ticket #379 is closed.
156 2011-03-08 05:20
Re: [Fixed: 1678] Signature, forbidden tags + error (1 replies, posted in PunBB 1.3 bug reports)
Fixed: #1678
157 2011-03-08 05:18
Re: [Fixed: 1675] Bans page - pagination needed (6 replies, posted in PunBB 1.3 bug reports)
Added ticket: #379
158 2011-03-08 05:07
Re: [Fixed:1677] Profile, changing password - admod (2 replies, posted in PunBB 1.3 bug reports)
Fixed on 1677
159 2011-03-08 04:57
Re: [Fixed: 1683] Guest email revealed... (4 replies, posted in PunBB 1.3 bug reports)
Fixed on Changeset #1683
160 2011-03-08 04:56
Re: [Fixed: 1693] missing issue in paginate function (4 replies, posted in PunBB 1.3 bug reports)
Thanks, we added ticket: #378
161 2011-03-08 04:50
Re: [Fixed: 1691] Minor bug during a fresh installation (4 replies, posted in PunBB 1.3 bug reports)
Thanks, we added ticket: #377
162 2011-03-07 03:23
Re: [Fixed: 1681] How many hours or days before activation link expires? (6 replies, posted in PunBB 1.3 bug reports)
Fixed on changest 1681
163 2011-03-07 03:22
Re: PunBB Unverified Users Problem (19 replies, posted in Discussions)
Fixed on changest 1681
164 2011-03-03 01:14
Re: How to hide messages in the footer .. (2 replies, posted in PunBB 1.3 discussion)
place in config.php:
define('PUN_EXTENSIONS_USED', 1);
165 2011-02-26 11:48
Re: Ok i know PunBB is Dead (3 replies, posted in Discussions)
Punbb not dead. Now there are temporary problems, but the project will be continued.
166 2011-02-26 11:46
Re: RETURN PUNBB TO THE COMMUNITY (28 replies, posted in Feature requests)
The PunBB project will be continued.
167 2010-12-02 07:44
Re: [Release] Upload images to post (26 replies, posted in PunBB 1.3 extensions)
setup this extension for jquery: http://punbb.informer.com/forums/topic/ … cy-jquery/
168 2010-11-28 14:28
Re: [Release] Upload images to post (26 replies, posted in PunBB 1.3 extensions)
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 2010-11-28 08:28
Re: [Release] Reputation (20 replies, posted in PunBB 1.3 extensions)
Set limitation on Administration > Users > Groups:
170 2010-11-26 01:13
Re: [Release] Reputation (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?
171 2010-11-25 13:39
Topic: [Release] Upload images to post (26 replies, posted in PunBB 1.3 extensions)
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:
172 2010-11-21 11:43
Re: [Release] Reputation (20 replies, posted in PunBB 1.3 extensions)
Das ist fantastisch!
Need backup for restore
173 2010-11-21 07:56
Re: [Release] Reputation (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.
174 2010-11-21 07:43
Topic: [Release] Upload extension (0 replies, posted in PunBB 1.3 extensions)
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 2010-06-19 14:48
Re: pun_approve hardcoded (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.',