vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Can you remove the comments feature? (https://vborg.vbsupport.ru/showthread.php?t=171522)

Ultimate Killer 02-26-2008 09:06 PM

Can you remove the comments feature?
 
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

Quote:

Originally Posted by Stifmeister2 (Post 1452098)
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

Quote:

Originally Posted by Stifmeister2 (Post 1452098)
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:





Quote:

Originally Posted by Ultimate Killer (Post 1452484)
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
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']);
                        }
                }

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

Quote:

Originally Posted by Boofo (Post 1453112)
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 ;)


All times are GMT. The time now is 01:10 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01771 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete