You cannot access the database, nor can you access the config file. How would you suggest these error messages be localised? Through magic?
101 2008-03-09 23:35
Re: [Bug]: no headers in messages in install.php (8 replies, posted in PunBB 1.3 troubleshooting)
102 2008-03-09 21:15
Re: [mod release] Last 24 hours visited users (12 replies, posted in PunBB 1.3 extensions)
Are you serious?
The whole point of extensions is that you don't have to modify the source code. You can disable them if they clash, and tell the developers.
103 2008-03-09 20:01
Re: [Bug]: no headers in messages in install.php (8 replies, posted in PunBB 1.3 troubleshooting)
They're installation error messages. There is no need for other languages there. Would be utterly useless.
104 2008-03-09 19:38
Re: [Bug]: no headers in messages in install.php (8 replies, posted in PunBB 1.3 troubleshooting)
Why would those messages need to show UTF-8 characters?
105 2008-03-09 11:17
Re: How to control which registrations are accepted (2 replies, posted in PunBB 1.2 troubleshooting)
Change the default usergroup, and put them in the members usergroup yourself.
106 2008-03-08 23:55
Re: Request of a feature - already done! (1 replies, posted in Feature requests)
I doubt it's something that would be put in the core, but it would make a nice extension. Which you're free to make and release however you want.
107 2008-03-08 21:24
Re: Google Maps and Css (2 replies, posted in PunBB 1.3 troubleshooting)
User is a class used in PunBB indeed.
108 2008-03-08 18:20
Re: Adding PMs plugin (13 replies, posted in PunBB 1.2 troubleshooting)
This is PunBB, not phpBB.
109 2008-03-07 23:02
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
When the new parser comes, I'd guess.
110 2008-03-07 19:15
Re: help a stop bad forum (5 replies, posted in PunBB 1.2 discussion)
I have a feeling he found a porn forum running PunBB.
111 2008-03-07 12:51
Re: "Cannot modify header information" problem (3 replies, posted in PunBB 1.2 troubleshooting)
Probably an UTF-8 character that sneaked in.
112 2008-03-07 09:59
Re: What extensions are planned as official? (10 replies, posted in PunBB 1.3 discussion)
Those I know of:
PM
Polls
OpenID or something
That's all I can recall for now, there might be more.
113 2008-03-07 09:58
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
Oh, I don't have much against this extension system It should just be as optimised as possible.
114 2008-03-06 16:37
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
For forum software like this, it isn't very acceptable indeed =P 3.4 CPU seconds is actually quite alot.
115 2008-03-06 08:03
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
You'd still be calling eval() uselessly then, which I'm sure is slower than a little check, even with false as the argument.
116 2008-03-05 20:35
Re: [extension release] Smiley List 1.0 (18 replies, posted in PunBB 1.3 extensions)
Yes, I'll need to find a solution for that. If you have any suggestions...
117 2008-03-05 18:49
Re: 404 redirect possible? (12 replies, posted in PunBB 1.3 troubleshooting)
You should create an extension for that. There are plenty of extensions already floating about that you can use as exampe.
118 2008-03-04 19:45
Topic: BBCode permissions on per-group basis (0 replies, posted in PunBB 1.3 troubleshooting)
What the topic says. Would be alot better really.
Should be fairly easily doable, come to think of it. Add a few rows to the groups table, and pass an extra parameter to parse_message().
119 2008-03-04 18:54
Re: How to allow javascript in posts for Admin only (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Isn't there some checkbox you have to check to allow HTML?
120 2008-03-04 11:18
Re: set_default_user & csrf_token (4 replies, posted in PunBB 1.3 troubleshooting)
Probably a corruption somewhere or so.
121 2008-03-04 08:05
Re: set_default_user & csrf_token (4 replies, posted in PunBB 1.3 troubleshooting)
A hash, which I believe the token is, should never include quotations. But I could be wrong there.
And the online table 'issue' has been rectified in an SVN update.
122 2008-03-03 15:24
Re: Been messing around with extensions.... (7 replies, posted in PunBB 1.3 troubleshooting)
Yes, but also pretty annoying
123 2008-03-03 15:10
Re: Been messing around with extensions.... (7 replies, posted in PunBB 1.3 troubleshooting)
That you can't, for example, put a block between two hooks in a conditional.
124 2008-03-03 14:44
Re: Bug with <p> in BBCode (4 replies, posted in PunBB 1.3 troubleshooting)
It is indeed a bug in 1.2, that can't easily be fixed AFAIK.
125 2008-03-02 23:58
Re: Function for displaying an avatar (7 replies, posted in PunBB 1.3 troubleshooting)
Well, you generate it. You check which extension has been used and return the proper img tag on basis of that.
Right now, the same code is being used in various places. This would also make it easier to display avatars at different locations (eg. PMs.)
And indeed Smartys.