Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Disabling On Its Own Thread

$
0
0
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
PHP Code:
$plugins->run_hooks("ratethread_process"); 

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


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


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



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

.jpg  rating.jpg (Size: 51.74 KB / Downloads: 6)

Viewing all articles
Browse latest Browse all 690

Trending Articles