|
Re: Moderator Options Limited to "Move?" [message #1712 is a reply to message #1710] |
Sun, 21 April 2002 18:30 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can lock/unlock & delete the thread as a moderator.
To see those options you actually have to click on the thread itself. Deletion of entire thread is accomplished by deleting the 1st (root) message in the thread.
The show IP option means that regular users (not admin & mods) won't see IP address'
The rating column will still appear no matter what... That is because even if users can't rate the thread the admin/mod still can.
FUDforum Core Developer
|
|
|
|
|
|
Re: Moderator Options Limited to "Move?" [message #1726 is a reply to message #1723] |
Sun, 21 April 2002 21:38 |
mauftarkie
Messages: 29 Registered: April 2002
Karma: 0
|
Junior Member |
|
|
FTP access, perhaps? You need to remove the bang (!) on line 34 of util.inc. The function should read:
function fmt_year($val) { if( empty($val) ) return; return date("Y", mktime(1,1,1,1,1,$val)); } If you can FTP the file to your local box, edit it with notepad/vi/whatever, and upload it... theoretically it should work.
|
|
|
Re: Moderator Options Limited to "Move?" [message #1727 is a reply to message #1726] |
Sun, 21 April 2002 22:19 |
DocObvious
Messages: 39 Registered: March 2002
Karma: 0
|
Member |
|
|
mauftarkie wrote on Sun, 21 April 2002 5:38 PM | FTP access, perhaps? You need to remove the bang (!) on line 34 of util.inc. The function should read:
function fmt_year($val) { if( empty($val) ) return; return date("Y", mktime(1,1,1,1,1,$val)); } If you can FTP the file to your local box, edit it with notepad/vi/whatever, and upload it... theoretically it should work.
|
Fix applied - thanks for the help.
[Updated on: Sun, 21 April 2002 22:20] Report message to a moderator
|
|
|