No, follow the hdiff on your current files (but back them up first just in case).
351 2007-12-11 18:20
Re: punBB update with edited lines of code (4 replies, posted in PunBB 1.2 discussion)
352 2007-12-11 15:52
Re: punBB update with edited lines of code (4 replies, posted in PunBB 1.2 discussion)
You can use the hdiffs.
353 2007-12-11 14:50
Re: Search words are not indexed if a appostrophe is used l'éléphant (33 replies, posted in PunBB 1.2 bug reports)
That much I knew. Point is just, there's no good way to fix this with the current system I think, unless someone takes the time of converting all French language rules into a substitution system
354 2007-12-11 12:32
Re: Search words are not indexed if a appostrophe is used l'éléphant (33 replies, posted in PunBB 1.2 bug reports)
You could do a substitution for "l'". But as far as I know the French language, there are too many exceptions on whatever seems to be the rule to do that decently.
355 2007-12-11 11:44
Re: Checking ftp availability (4 replies, posted in Programming)
Or use the FTP functions.
356 2007-12-10 20:28
Re: Connection to host localhost is broken. (14 replies, posted in PunBB 1.2 troubleshooting)
Or with PHP itself. Maybe the PGSQL module has been badly built?
357 2007-12-09 20:07
Re: Autoremove not activated User Accounts (bots) by rules (16 replies, posted in PunBB 1.2 discussion)
Add a check for no posts too, just to make sure.
358 2007-12-08 15:25
Re: Install Error #(10061) (7 replies, posted in PunBB 1.2 troubleshooting)
Make sure MySQL has been started.
359 2007-12-07 16:49
Re: [1.3] Parse error in File_Based(fancy).php (6 replies, posted in PunBB 1.2 discussion)
Ofcourse you can't, only the developers can commit. Quite logical
And it's a work in progress, I'm sure they know and will fix it.
360 2007-12-07 16:45
Re: [1.3] Parse error in File_Based(fancy).php (6 replies, posted in PunBB 1.2 discussion)
They're not taking bugs for 1.3 yet, it's not even in Alpha
361 2007-12-07 11:56
Re: Extension (2 replies, posted in PunBB 1.2 discussion)
I have
I made this to remove the annoying stuff like the query debug table and the alert from the hotfix.
<extension engine="1.0">
<id>test</id>
<title>RemoveAnnoying</title>
<version>0.2</version>
<description>This removes annoying crap</description>
<author>Elbekko</author>
<maxtestedon>1.3 SVN</maxtestedon>
<minversion>1.3 SVN</minversion>
<hooks>
<hook id="hd_template_loaded"><![CDATA[$tpl_main = str_replace(array('<!-- pun_debug -->', '<!-- pun_alert -->'), '', $tpl_main);]]></hook>
</hooks>
</extension>
Save it as manifest.xml in a folder called 'test'.
Might need some tweaking to work with the latest extension installer.
362 2007-12-07 11:51
Re: Where should i go to web host in punbb (25 replies, posted in PunBB 1.2 discussion)
I've never had a problem with Dreamhost.
363 2007-12-07 11:46
Re: WP Cache like Mod for PunBB which will make fully static PunBB pages (30 replies, posted in PunBB 1.2 discussion)
Hmm, well, permissions are the biggest issue here. Unless you only cache those pages that are viewable for guests.
364 2007-12-06 15:07
Re: WP Cache like Mod for PunBB which will make fully static PunBB pages (30 replies, posted in PunBB 1.2 discussion)
8 queries is nothing. And it's still only one connection.
365 2007-12-06 14:19
Re: WP Cache like Mod for PunBB which will make fully static PunBB pages (30 replies, posted in PunBB 1.2 discussion)
You're missing the point. I didn't say anything about doing it automatically every second, I'm talking about when alot of users are online and posting.
366 2007-12-06 13:44
Re: WP Cache like Mod for PunBB which will make fully static PunBB pages (30 replies, posted in PunBB 1.2 discussion)
I have a feeling you'd be putting a whole lot of load on the server if you're saving new cached files every other second. And if it's really such a busy forum, I'd be a bit worried about file locks too.
It can be done, but I doubt it would make alot of difference.
367 2007-12-06 11:11
Re: WP Cache like Mod for PunBB which will make fully static PunBB pages (30 replies, posted in PunBB 1.2 discussion)
This would only be for guest users, correct?
368 2007-12-05 16:27
Re: Thread Count off... (27 replies, posted in PunBB 1.2 troubleshooting)
Where did you get this QuickBB mod? I don't see it on PunRes.
And are you sure that's only modification you installed? I saw this error recently with a soft delete mod, but apart from that, never seen it.
369 2007-12-05 13:56
Re: Charset problem with spanish (30 replies, posted in PunBB 1.2 discussion)
Try rebuilding your search index (it's in the admin panel under Maintenance).
370 2007-12-05 12:00
Re: Charset problem with spanish (30 replies, posted in PunBB 1.2 discussion)
Now that you enabled debug mode, please post the full error.
371 2007-12-05 11:55
Re: Charset problem with spanish (30 replies, posted in PunBB 1.2 discussion)
And can you enable debug mode?
372 2007-12-04 23:16
Re: Charset problem with spanish (30 replies, posted in PunBB 1.2 discussion)
You have to change the language encoding in the language file to UTF-8 too. When I set my browser to read the site as UTF-8, it works fine.
373 2007-12-04 18:50
Re: Problem with functions.php 1.2.16 (4 replies, posted in PunBB 1.2 troubleshooting)
Have you installed any modifications?
374 2007-12-04 09:59
Re: I know this is wildly off topic... (3 replies, posted in General discussion)
Hahah, brilliant
375 2007-12-01 12:43
Re: Problems after changing to "application/xhtml+xml" from "text/html" (10 replies, posted in PunBB 1.2 troubleshooting)
Hmm, I have no problem with stylesheets on a site I'm developing and which is being served as application/xhtml+xml:
http://stringsandints.com/index3.php