The Arcive of vBulletin Modifications Site. |
|
Can you remove the comments feature? Details »»
|
|||||||||||||||||||||||||
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Wtf are you talking about?
Never seen any comments feature in ibproarcade.
|
|
#3
|
||||
|
||||
|
C'mon when you get a high score it allows you to add a comment.......
|
|
#4
|
|||
|
|||
|
It's apparent you never got a highscore.
|
|
#5
|
|||
|
|||
|
LOL!!!
I think I was very tired... :erm: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.
|
|
#6
|
||||
|
||||
|
Stifmeister2 goes and sits in the corner to contemplate, .....
" Thinking must get brain in gear before answering question's "
|
|
#7
|
||||
|
||||
|
to deactivate the saving of comments open arcade.php
search for Code:
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']);
}
}
|
|
#8
|
||||
|
||||
|
Maybe an option to turn that off an on in the next update?
|
|
#9
|
|||
|
|||
|
Thank you
|
|
#10
|
||||
|
||||
|
No, sorry - I don't want a million of options for every part of ibProArcade
|
![]() |
|
|