View Full Version : Can you remove the comments feature?
Ultimate Killer
02-26-2008, 09:06 PM
There seems to be people leaving nasty comments between each other so I wanted to know if there was a way to turn off the comment feature?
Thanks
Stifmeister2
02-27-2008, 01:18 PM
Wtf are you talking about?
Never seen any comments feature in ibproarcade. :eek:
Feckie (Roger)
02-27-2008, 02:14 PM
Wtf are you talking about?
Never seen any comments feature in ibproarcade. :eek:
C'mon when you get a high score it allows you to add a comment.......
Ultimate Killer
02-27-2008, 09:28 PM
Wtf are you talking about?
Never seen any comments feature in ibproarcade. :eek:
It's apparent you never got a highscore.
Stifmeister2
02-28-2008, 02:16 PM
LOL!!! :D I think I was very tired... :p :o:erm:
It's apparent you never got a highscore.
Actually I haven't had a high score for a while. My arcade is set to record olny users best score and I can't beat my old scores anymore. :p
Feckie (Roger)
02-28-2008, 02:24 PM
Stifmeister2 goes and sits in the corner to contemplate, .....
" Thinking must get brain in gear before answering question's " ;)
MrZeropage
02-28-2008, 06:35 PM
to deactivate the saving of comments open arcade.php
search for if($ibforums->input['comment'] != "") {
if(isset($ibforums->input['s_id']) && $ibforums->input['s_id'] != "") {
$DB->query("UPDATE ibf_games_scores SET comment='".$ibforums->input['comment']."' WHERE s_id=".$ibforums->input['s_id']);
} else {
$DB->query("UPDATE ibf_games_scores SET comment='".$ibforums->input['comment']."' WHERE mid=".$this->arcade->user['id']." AND gid=".$ibforums->input['gameid']);
}
}and remove this code
Boofo
02-28-2008, 07:31 PM
Maybe an option to turn that off an on in the next update? ;)
Ultimate Killer
02-28-2008, 09:07 PM
Thank you
MrZeropage
03-02-2008, 03:16 PM
Maybe an option to turn that off an on in the next update? ;)
No, sorry - I don't want a million of options for every part of ibProArcade ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.