2013-04-13, 03:34 AM
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
add this code, on it
next
find this code
add this code, below it
Source : http://komunitas.mybbindonesia.com/thread-1532.html
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