Home »
FUDforum »
FUDforum Suggestions »
Patch to show/hide reply and quote buttons
Patch to show/hide reply and quote buttons [message #34731] |
Thu, 16 November 2006 16:02 |
jmaimarc
Messages: 5 Registered: November 2006
Karma: 0
|
Junior Member |
|
|
Ilia,
/* I added the "( $perms & 8 ) &&" conditional to show/hide the reply/quote buttons on non-reply forums */
if (( $perms & 8 ) && (!($obj->thread_opt & 1) || $perms & 4096)) {
on line 415ish of tree.php
It seems to be working. Did I get the right bitwise $perms? I tried looking for a chart but couldn't find it, you said it was in a sql file somewhere..
Thanks,
[Updated on: Thu, 16 November 2006 16:03] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Mon Nov 25 04:46:22 GMT 2024
Total time taken to generate the page: 0.02748 seconds