Try recreate search index.
351 2011-11-10 16:20
Re: New Search doesn't work for forum in Chinese language (7 replies, posted in PunBB 1.4 bug reports)
352 2011-11-10 16:20
Re: New Search doesn't work for forum in Chinese language (7 replies, posted in PunBB 1.4 bug reports)
We don not change search algoritm from 1.3 to 1.4
353 2011-11-10 16:19
Re: Pun stop bots question (31 replies, posted in Discussions)
Show me screenshot of settings page for Fancy Stop Spam.
354 2011-11-10 07:34
Re: Subscribed by default in punBB 1.4 (11 replies, posted in General discussion)
The first rule of any subscription - user must manually turn on subscription. All others methods is a spam.
355 2011-11-10 07:30
Re: Image upload via attachment (6 replies, posted in PunBB 1.4 bug reports)
Ok, we check this.
357 2011-11-09 20:42
Re: Subscribed by default in punBB 1.4 (11 replies, posted in General discussion)
The default is 'not subscribed by default' - thats right and correct way of any subscribe list. If user wanted be subscribed default for all topic - it MUST turn this options on. All other method is a SPAM. Realy. Dont do it.
358 2011-11-09 20:36
Re: Extensions that ready for 1.4 (22 replies, posted in Development)
Its for 1.4RC2 and will be worked in 1.4.
359 2011-11-09 20:21
Re: Subscribed by default in punBB 1.4 (11 replies, posted in General discussion)
Its not good idea subscribe user without confirmation. Its like spam. Bad idea.
But if you need this - you need write small extensions that turn this settings on for every new users.
360 2011-11-09 20:13
Re: Pun stop bots question (31 replies, posted in Discussions)
We test it later.
But i think Fancy_stop_spam is enough.
361 2011-11-09 19:52
Re: pun_bbcode not working on 1.4 (28 replies, posted in PunBB 1.4 troubleshooting)
Check all files in /admin and /include subdirs - or better reinstall forum files - with backup of /extensions /img/avatars files. But its not very simple.
362 2011-11-09 19:51
Re: Subscribed by default in punBB 1.4 (11 replies, posted in General discussion)
Its per-user settings in profile - Subscribe to topics by default when posting.
If user turn on this settings - he will be subscribed by default.
363 2011-11-09 19:48
Re: Pun stop bots question (31 replies, posted in Discussions)
StopForumSpam is online database of spammers. We check emails through this database before register user.
364 2011-11-09 19:46
Re: pun_bbcode not working on 1.4 (28 replies, posted in PunBB 1.4 troubleshooting)
Icons on buttons in forum settings.
365 2011-11-09 19:44
Re: pun_bbcode not working on 1.4 (28 replies, posted in PunBB 1.4 troubleshooting)
footer.php is seems to be from 1.3 too.
I`m recommended you test all *.php files at least by size with original in 1.4 version. Or rewrite it (with backup of course).
366 2011-11-09 19:20
Re: Pun stop bots question (31 replies, posted in Discussions)
Main idea of Fancy_stop_spam is been invisible for humans. No captchas or something. Its use non-stadard methods for detecting bots.
At latest version im added support for StopForumSpam email checking and this working good. At next week planned add support for checking IP through StopForumSpam.
367 2011-11-09 19:16
Re: pun_bbcode not working on 1.4 (28 replies, posted in PunBB 1.4 troubleshooting)
Ok, i found your forum.
1. You use not standard or modified template or old template - at least include/template/main.tpl seems to be from 1.3 version. thats why not working our javascript and bbcode_buttons.
2. You use not supported in 1.4 extension - pun_admin_manage_extensions_improved
3. Maybe Lang files from 1.3 but i`m not shure.
368 2011-11-09 19:02
Re: Error upgrading from 1.3.4 to 1.4 (8 replies, posted in PunBB 1.4 troubleshooting)
db_update.php makes changes to database.
369 2011-11-09 19:00
Re: pun_bbcode not working on 1.4 (28 replies, posted in PunBB 1.4 troubleshooting)
No, pun_bbcode is enough.
Can you send me link for your forum for live testing?
370 2011-11-09 18:58
Re: PunBB 1.4 (15 replies, posted in News)
We have reports about broken upgrades with SimpleScripts - do not use this method for upgrade.
371 2011-11-09 18:53
Re: Error upgrading from 1.3.4 to 1.4 (8 replies, posted in PunBB 1.4 troubleshooting)
Show results of this DB query.
select conf_value from config where conf_name="o_database_revision" or conf_name="o_cur_version";
372 2011-11-09 18:34
Re: V1.4 ERROR: Unknown column u.avatar in field list Errno:1054 (8 replies, posted in PunBB 1.4 troubleshooting)
Can you make a query for your forum database? If u can - make this query and show results.
select conf_value from config where conf_name="o_database_revision" or conf_name="o_cur_version";
373 2011-11-09 17:58
Re: V1.4 ERROR: Unknown column u.avatar in field list Errno:1054 (8 replies, posted in PunBB 1.4 troubleshooting)
What is simplescripts?
Seems like your DB revert to 1.3.6 version or not to be updated.
374 2011-11-09 13:46
Re: V1.4 ERROR: Unknown column u.avatar in field list Errno:1054 (8 replies, posted in PunBB 1.4 troubleshooting)
From what version you upgrade?
What type of database you use?
375 2011-11-09 11:15
Re: Pun stop bots question (31 replies, posted in Discussions)
Im check later.
Prefered antispam for 1.4 is Fancy_stop_spam - its under active development and work good.