Its bad idea.
Im work on similar idea on Fancy_stop_spam extensions - it will be require capctha or answer from suspicious users, not all.
251 2011-12-18 08:26
Re: Pun stop bots question (31 replies, posted in Discussions)
252 2011-12-17 21:14
Re: pun_bbcode not working on 1.4 (28 replies, posted in PunBB 1.4 troubleshooting)
Find Fancy_video_tag extension.
253 2011-12-17 16:36
Re: Login problem (3 replies, posted in PunBB 1.4 troubleshooting)
SHow link to forum.
White page its error on server - its must be on error logs.
254 2011-12-17 16:34
Re: pun_bbcode not working on 1.4 (28 replies, posted in PunBB 1.4 troubleshooting)
bbcode v1.14.17 its for PunBB 1.4.
Your forum look like 1.3 version - use pun_bbcode for 1.3 http://punbb.informer.com/extensions/
255 2011-12-17 08:03
Re: Login problem (3 replies, posted in PunBB 1.4 troubleshooting)
Disable extensions for test.
256 2011-12-16 19:11
Re: A couple of requests that are needed. (1 replies, posted in Feature requests)
You can not close categories - only forums.
Forget password feature exists in profile (change password) and on login page.
257 2011-12-16 19:08
Re: How to change username URL (9 replies, posted in Discussions)
Use website field in user profile.
258 2011-12-14 19:59
Re: pun_bbcode not working on 1.4 (28 replies, posted in PunBB 1.4 troubleshooting)
Show link to your forum.
259 2011-12-14 07:03
Re: pun_bbcode not working on 1.4 (28 replies, posted in PunBB 1.4 troubleshooting)
Pun_bbcode 1.4.17 is worked fine with PunBB 1.4.
You can check on this forum.
Check console log in browser for errors.
260 2011-12-13 07:04
Re: punbbcode extension is not working on punbb 1.4 (1 replies, posted in PunBB 1.3 extensions)
Check browsers console log.
261 2011-12-13 07:03
Re: Fancy Stop SPAM (115 replies, posted in Supported extensions)
I`m worked on version 2.0 - it will be for 1.4.1 version.
263 2011-12-12 06:59
Re: Can't change emoticon size...? (2 replies, posted in PunBB 1.3 troubleshooting)
No :-)
264 2011-12-11 09:30
Re: Fancy Profile Fields (11 replies, posted in Supported extensions)
This extension is unsupported and not recommended for using.
265 2011-12-07 07:22
Re: Update issues : 1.2.21 > 1.4 (11 replies, posted in PunBB 1.4 troubleshooting)
Its line from access logs.
Check error logs for error description.
266 2011-12-06 20:53
Re: [Theme release]Urban (71 replies, posted in PunBB 1.4 additions)
Its much better.
Dont use short-tags.
<? if($noavatar != TRUE) { ?>
267 2011-12-06 19:57
Re: [Theme release]Urban (71 replies, posted in PunBB 1.4 additions)
We have named constants for avatar type.
$forum_user['avatar']['type'] == 2
- its wrong
268 2011-12-05 15:50
Re: Fancy Gravatar (8 replies, posted in Supported extensions)
Register first at http://gravatar.com/. Than register with this email in forum.
269 2011-12-04 15:19
Re: new forum running but cant make avatar (9 replies, posted in PunBB 1.3 troubleshooting)
Check server logs for errors.
270 2011-12-04 08:28
Topic: Russian (10 replies, posted in Language packs)
Source on GitHub
https://github.com/punbb/langs/tree/1.4/Russian
Russian for 1.4.2
Russian-1.4.2_2.zip
271 2011-12-03 23:02
Re: Check if index | viewtopic (2 replies, posted in PunBB 1.4 troubleshooting)
Use 'FORUM_PAGE' constant for current page detecting.
FORUM_PAGE
The name of the forum page which is currently running. This constant is defined on every forum page. If you create a new forum page, you should define it manually.
Example: define('FORUM_PAGE', 'viewtopic');
272 2011-12-02 17:10
Re: pun_poll (115 replies, posted in Supported extensions)
Something causing javacript errors. Check Javascript console for errors in browser. maybe old extensions.
273 2011-12-02 17:09
Re: deleted user still shows up as "Newest registered user" (2 replies, posted in PunBB 1.4 bug reports)
Newest registered user info is cached for 30 minutes. Will be fixed in the next releases.
274 2011-12-02 10:14
Re: Extensions that ready for 1.4 (22 replies, posted in Development)
No, but make backup before upgrade.
275 2011-12-01 18:41
Re: Sort topics by post count (3 replies, posted in Feature requests)
No, need write extensions.