Disabling On Its Own Thread
#1
Hopefully I do not "repost"
Here I will share knowledge for anyone who did not know how to knock out on its own thread (Manually)

I want to review the thread that describes the "rating"
This thread explains to remove the "rating" on his own thread but using the plugin
http://community.mybb.com/thread-61092.html
This thread explains to remove the "rating" on the thread
http://community.mybb.com/thread-41394.html

just, open the file showthread.php

find this code
$plugins->run_hooks("ratethread_process"); 

add this code, on it
if($mybb->user['uid'] != $thread['uid']) 
{

next
find this code
$time = TIME_NOW;
    my_setcookie("mybbratethread[{$tid}]", $mybb->input['rating']);
} 

add this code, below it
}
else {
    error("Cannot add rate to your own thread");
}


Source : http://komunitas.mybbindonesia.com/thread-1532.html


Attached Files Thumbnail(s)
   
[Image: sundi3yansyah@github.jpg]
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)