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,501 2007-08-15 20:06
Re: A Couple Questions (4 replies, posted in PunBB 1.2 troubleshooting)
2,502 2007-08-15 02:45
Re: A Couple Questions (4 replies, posted in PunBB 1.2 troubleshooting)
Not without modifications, no
2,503 2007-08-14 21:51
Re: phpBB3 to punBB. (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.
2,504 2007-08-14 21:49
Re: Client does not support authentication protocol requested by server??? (13 replies, posted in PunBB 1.2 troubleshooting)
2,505 2007-08-14 02:48
Re: php: updating database at end of script? (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.
2,506 2007-08-14 01:09
Re: Boxes on Main Page (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
lol
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 2007-08-14 01:03
Re: php: updating database at end of script? (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 2007-08-13 23:22
Re: cinema-obscura (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
2,509 2007-08-13 22:44
Re: Boxes on Main Page (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
2,510 2007-08-12 21:01
Re: PunBB 1.3 for testing? (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/
2,511 2007-08-12 16:05
Re: i propose a contest to encourage making modifications (2 replies, posted in PunBB 1.2 discussion)
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 2007-08-12 15:50
Re: PunBB 1.3 for testing? (4 replies, posted in PunBB 1.2 discussion)
PunBB 1.3 will be released when it's ready
There is no beta released right now, although it is possible to checkout a copy of the current code from the SVN repository.
2,513 2007-08-12 12:32
Re: Unable to Fetch Subscription info. (6 replies, posted in PunBB 1.2 troubleshooting)
Yup. If you rebuilt the search index, no issue
2,514 2007-08-12 12:18
Re: Unable to Fetch Subscription info. (6 replies, posted in PunBB 1.2 troubleshooting)
Exactly. Add ;s after every create table statement
2,515 2007-08-12 12:03
Re: Unable to Fetch Subscription info. (6 replies, posted in PunBB 1.2 troubleshooting)
I think you need a ; at the end of the create table statement
2,516 2007-08-12 11:26
Re: 1 Forum, 2 websites? (7 replies, posted in PunBB 1.2 discussion)
Of course, logins won't carry over
2,517 2007-08-12 11:26
Re: Double posts and online users (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
2,518 2007-08-11 21:16
Re: How do I use this migrator? (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 2007-08-10 20:20
Re: phpBB3 to punBB. (11 replies, posted in PunBB 1.2 troubleshooting)
Why not?
2,520 2007-08-09 22:20
Re: Double posts and online users (38 replies, posted in PunBB 1.2 bug reports)
Thanks
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
2,521 2007-08-09 21:48
Re: Double posts and online users (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 2007-08-09 21:39
Re: Double posts and online users (38 replies, posted in PunBB 1.2 bug reports)
Oh, that is quite relevant.
The index was only created for MySQL databases because pgsql should be using transactions
2,523 2007-08-09 20:21
Re: Double posts and online users (38 replies, posted in PunBB 1.2 bug reports)
If you used the database update script, this situation is impossible
The database index added to the online table precludes multiple entries for the same user from existing.
2,524 2007-08-09 20:17
Re: MySqlI problem (2 replies, posted in PunBB 1.2 troubleshooting)
Change config.php to use mysql instead of mysqli
2,525 2007-08-08 21:13
Re: Disable refer(r)er for forum (9 replies, posted in General discussion)
Err, what do you mean?