PDA

View Full Version : Quick Reply does not show in Closed Thread even for Moderators


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.

Oblivion Knight
10-05-2005, 09:45 PM
This can be done with a simple plugin (https://vborg.vbsupport.ru/showthread.php?t=97665).. ;)

ozmazdaclub
10-05-2005, 10:09 PM
Im still learning about plugins....

Boofo
10-05-2005, 10:10 PM
So is OK, don't kid yourself. We all are still learning about this wonderful invention. ;)