ozmazdaclub
10-04-2005, 10:00 PM
Hi All,
Just a quick edit to a feature that i use on my forums. I used to use it on VB3.0.8 and have missed it since the upgrade. Finally got round to looking at the code. Quite a simple little hack.
In showthread.php find:
($thread['open'] OR can_moderate($threadinfo['forumid'], 'canopenclose'))
and replace with:
($thread['open'])
Enjoy!
NB: This is my first released hack so bear with me if you experience any issues.
Just a quick edit to a feature that i use on my forums. I used to use it on VB3.0.8 and have missed it since the upgrade. Finally got round to looking at the code. Quite a simple little hack.
In showthread.php find:
($thread['open'] OR can_moderate($threadinfo['forumid'], 'canopenclose'))
and replace with:
($thread['open'])
Enjoy!
NB: This is my first released hack so bear with me if you experience any issues.