default message in troubleshooting forum?
dmolavi
Joined: 2002-12-05
Posts: 573 |
Posted: Tue, 2003-07-29 18:04 |
i noticed that in the troubleshooting forum, you have a default message requesting config info from the user. it isn't present in any of the other forums i've looked at. what code change did you make to your phpBB code to enable this? i'm looking to do the same at www.nukedgallery.net |
|
Posts: 7994
I modified the phpBB2 code directly to make that default message. Here's a patch to posting.php that I think is all you need (but I could be wrong -- you might need more code).
Posts: 573
awesome, thanks dude.