Find in forum->administration (Settings - Setup) section URL scheme.
401 2011-08-30 17:10
Re: Punbb SEO extenssion, is there one doing this......? (2 replies, posted in PunBB 1.3 troubleshooting)
402 2011-08-30 16:09
Re: Google Page Speed and PunBB "Security Token" Error (2 replies, posted in PunBB 1.3 troubleshooting)
You can disable CSRF checking, but it unsecure.
Maybe better start using PunBB 1.4? it optimzied and fast.
403 2011-08-29 20:12
Re: Topic tags (pun_tags) problem (3 replies, posted in PunBB 1.3 troubleshooting)
Send link to your forum.
Check webserver error log.
404 2011-08-29 20:11
Re: after excessive Baidu spider visits need to reset page views - how? (6 replies, posted in PunBB 1.3 troubleshooting)
Simple way use phpmysqladmin or something for editing database.
405 2011-08-29 20:02
Re: Warning: Cannot modify header information (1 replies, posted in PunBB 1.3 troubleshooting)
What version of PunBB you use?
What PHP version you use?
Looks like you use PHP version 6-dev...
406 2011-08-29 15:13
Re: utf8_decode() error (1 replies, posted in Discussions)
Seems like your PHP build without XML support.
Install the The XML module for PHP.
407 2011-08-27 10:22
Re: How much lightweight PunBB is? (3 replies, posted in Discussions)
Is lightweight.
New 1.4 version is more optimized than 1.3.
408 2011-08-26 19:48
Re: Theme?? (3 replies, posted in PunBB 1.3 discussion)
Custom (facebook.css) themes for PunBB 1.2
409 2011-08-25 19:05
Re: Menu links (5 replies, posted in PunBB 1.3 troubleshooting)
Edit lang/English/* files
410 2011-08-25 17:39
Re: Disabling signatures for a user group (3 replies, posted in PunBB 1.3 discussion)
You need write small extensions for this.
This feature unavailable in core.
411 2011-08-24 20:39
Re: How to remove the forum email link all together? (7 replies, posted in PunBB 1.3 troubleshooting)
Its not good remove directly from code, by many reasons.
412 2011-08-24 19:03
Re: How to remove? (2 replies, posted in PunBB 1.3 troubleshooting)
Try add to config.php
define('PUN_EXTENSIONS_USED', true);
413 2011-08-24 18:51
Re: How to remove the forum email link all together? (7 replies, posted in PunBB 1.3 troubleshooting)
Send me link to forum.
414 2011-08-24 18:13
Re: How to remove the forum email link all together? (7 replies, posted in PunBB 1.3 troubleshooting)
This link is always visible for admin.
Check this as member, not admin.
415 2011-08-24 07:21
Topic: Fancy Next Page Prerender (0 replies, posted in Supported extensions)
Extensions use new feature of Chrome browser than can pre-renderer pages for fast navigation.
Extension pre-renderer "Next" page in multi-pages topics, forums or search results.
Worked on Chrome 13.
Technology described on Chrome dev site.
Prerendering is an experimental feature in Chrome (versions 13 and up) that can take hints from a site’s author to speed up the browsing experience of users. A site author includes an element in HTML that instructs Chrome to fetch and render an additional page in advance of the user actually clicking on it.
416 2011-08-24 07:04
Topic: Fancy Link Icons (2 replies, posted in Supported extensions)
Extension add icons for links at some social sites like twitter, last.fm.
Also added icons for direct links to archive like .zip.
PunBB 1.4
fancy_link_icons.zip
417 2011-08-21 07:44
Topic: Fancy GitHub Gists (3 replies, posted in Supported extensions)
Extension add ability to embed GitHub Gists in posts.
Demo
http://www.punbb.org.ua/punbb/topic/113/
PunBB 1.4
fancy_github_gists.zip — version 0.5
418 2011-08-20 15:22
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
Ok, we try to implement this feature in the next release.
419 2011-08-17 14:37
Re: PunBB 1.4 Release candidate 2 (8 replies, posted in Development)
Visually changes between 1.3 and 1.4 very small.
But too many CSS optimization and tuning for speed and modern specifications.
420 2011-08-16 15:21
Topic: Fancy Spoiler (13 replies, posted in Supported extensions)
Extension add nice spoiler bbcode tag.
Supported custom title. Not flickering.
Demo
http://punbb.org.ua/punbb/topic/112/
Download for PunBB 1.4
fancy_spoiler.zip — version 0.7
421 2011-08-14 11:57
Topic: PunBB 1.4 Release candidate 2 (8 replies, posted in Development)
Release candidate 2
There are no new features in this version — we only fixed bugs founded in RC1 version.
View list of changes on GitHub.
Extensions repo
Repository with Official extensions that ready for PunBB 1.4 (since RC1)
https://github.com/punbb/extensions
Repository with non-official extensions that ready for PunBB 1.4 (since RC1)
https://github.com/dimkalinux/Fancy-Extensions
https://github.com/ashcs/punbb_extensions/
Worked forum
http://punbb.ru/
Download
punbb-1.4RC2.zip
422 2011-08-13 18:03
Re: [pun_attachment] Fix file upload without parent directory (1 replies, posted in PunBB 1.3 extensions)
Ok, i check this.
Thanks for report.
423 2011-08-09 18:44
Re: [request]Bbcode Extensions (2 replies, posted in PunBB 1.3 extensions)
Pun_bbcode in http://punbb.informer.com/extensions/
424 2011-08-08 07:41
Re: [extension release] Fancy JavaScript/CSS cacher (27 replies, posted in PunBB 1.3 extensions)
PunBB 1.4
fancy_js_cache.zip
Changes from version for PunBB 1.3
Removed JS handling, because is async in 1.4
Removed all minifications.
425 2011-08-05 15:13
Re: HELP!!!! Can't login (pun approval) (7 replies, posted in PunBB 1.3 troubleshooting)
Add to config.php
define('FORUM_DISABLE_HOOKS', 1);Uninstall pun_approval
Remove from config.php define('FORUM_DISABLE_HOOKS', 1);