2,501

(4 replies, posted in PunBB 1.2 troubleshooting)

1. Edit index.php, add a box similar to the pun_announcement box found in header.php
2. Edit viewforum.php, add a box similar to the pun_announcement box found in header.php

2,502

(4 replies, posted in PunBB 1.2 troubleshooting)

Not without modifications, no smile

2,503

(11 replies, posted in PunBB 1.2 troubleshooting)

Yes, I'm quite aware of that. However, has the database schema changed drastically? As in, have categories/forums/topics/posts/users been moved into new tables, had necessary column names changed, etc? If so, then yes, it might not work. However, since I have done no research regarding any schema changes in phpBB3 and haven't been provided with any information to the contrary, it certainly seems to be worth trying the phpBB2 converter.

http://dev.mysql.com/doc/refman/5.0/en/old-client.html

2,505

(6 replies, posted in Programming)

Someone's idea of a bad joke. For the future, you should really put some kind of warnings about that link.

lol tongue
Well, the Modifications forum description is a bit misleading: when people ask for support for a specific modification I move the topics here.

2,507

(6 replies, posted in Programming)

In all honesty, if you don't have cron, I would make the script display a 1x1 transparent image and call the script in an image tag at the bottom of the page.
Alternately, if you can use the exec function, you can fork off that PHP script to run in the background.

2,508

(3 replies, posted in General discussion)

Err, I'm not sure this is the right place, you might want to look for a forum about Bittorrent wink

Moved to Modifications

2,510

(4 replies, posted in PunBB 1.2 discussion)

As I've said many times before
http://dev.punbb.org/svn/punbb/branches/punbb-1.3-dev/

There is a store mod, although it is a bit limited
And I think any ideas like this are best left until 1.3 is released. With the new extension system, installing mods should be much simpler.

2,512

(4 replies, posted in PunBB 1.2 discussion)

PunBB 1.3 will be released when it's ready wink
There is no beta released right now, although it is possible to checkout a copy of the current code from the SVN repository.

Yup. If you rebuilt the search index, no issue smile

Exactly. Add ;s after every create table statement

I think you need a ; at the end of the create table statement

2,516

(7 replies, posted in PunBB 1.2 discussion)

Of course, logins won't carry over

2,517

(38 replies, posted in PunBB 1.2 bug reports)

No, the problem was that we (the developers) assumed that the allowed levels of isolation for transactions in PostgreSQL would solve the issue by themselves. They don't wink

2,518

(1 replies, posted in PunBB 1.2 troubleshooting)

I think there's a readme with the tool, but you upload the folder into your PunBB folder and browse to it.

2,519

(11 replies, posted in PunBB 1.2 troubleshooting)

Why not?

2,520

(38 replies, posted in PunBB 1.2 bug reports)

Thanks smile
If you have any suggestions for how to fix it, feel free to make them. I've been looking around and it seems fairly difficult, especially compared to MySQL tongue

2,521

(38 replies, posted in PunBB 1.2 bug reports)

Looking at how PostgreSQL transactions work, it appears that the bug is not fixed for PostgreSQL users
Moved to Bug Reports

2,522

(38 replies, posted in PunBB 1.2 bug reports)

Oh, that is quite relevant. wink
The index was only created for MySQL databases because pgsql should be using transactions tongue

2,523

(38 replies, posted in PunBB 1.2 bug reports)

If you used the database update script, this situation is impossible wink
The database index added to the online table precludes multiple entries for the same user from existing.

2,524

(2 replies, posted in PunBB 1.2 troubleshooting)

Change config.php to use mysql instead of mysqli

2,525

(9 replies, posted in General discussion)

Err, what do you mean?