vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - v3 Arcade - Professional vBulletin Gaming (vB4) (https://vborg.vbsupport.ru/showthread.php?t=253211)

Mooff 09-13-2011 02:05 PM

That is a game setting which you can individualy set for each game.

Image in game where one needs to be the fastest, there low should be on top.

In the acp - v3 arcade section - manage games (or similar) is an option.

talkncaasports 09-13-2011 02:19 PM

Thank you Mooff.

Is there a quicker way to set all the same? I have over 1400 games.

Gemma 09-13-2011 03:23 PM

Quote:

Originally Posted by talkncaasports (Post 2245335)
Why is vb arcade saving the low scores as high scores? How do I fix this?

http://www.realsoonerfans.com/arcade.php

Is it doing that for every game or do you mean it is saving some games scores this way?

Run the following database query. (myPhpAdmin)

Code:

UPDATE `v3arcade_games` SET isreverse = 0
It will set high scoring for all the games, however if there are some scores which require low scoring you will need to edit them manually (things like golf games and fastest time wins etc)

There is also an option when managing games AdminCP > v3 Arcade > Manage Games to set the scoring to either high or low for each game.

Sunka 09-13-2011 05:43 PM

Any chance to put in newer version inline mod to "select all" or "inverse selection" games and set for all games at once high or low scores.

And please, do that also for delete games. I have to delete more hundreds games one by one, and after installation 200 newer games, manually setup high score


Please, give option to mass delete games, and mass update high or low scores at once in ACP.

Gemma 09-13-2011 07:09 PM

Quote:

Originally Posted by Sunka (Post 2245466)
Any chance to put in newer version inline mod to "select all" or "inverse selection" games and set for all games at once high or low scores.

And please, do that also for delete games. I have to delete more hundreds games one by one, and after installation 200 newer games, manually setup high score


Please, give option to mass delete games, and mass update high or low scores at once in ACP.

You'd be better off requesting that over on v3arcade.com so it doesn't get lost in all the posts in this thread :)

Sunka 09-13-2011 07:29 PM

Hope that I open thread in right subforum :)

http://www.v3arcade.com/forums/showt...9023#post19023

Sunka 10-03-2011 01:45 PM

Gemma, do you have SQL query to mass update Minimum Posts Per Day to play game, and Minimum Average Posts Per Day and Minimum Post Count (Total, for all games at once?

Gemma 10-03-2011 01:53 PM

Leave it with me until tomorrow and I'll have a look when I get back on my own computer and can check my files/database etc :)

Sunka 10-03-2011 05:31 PM

OK
Thanks

Gemma 10-04-2011 07:14 PM

Quote:

Originally Posted by Sunka (Post 2252689)
Gemma, do you have SQL query to mass update Minimum Posts Per Day to play game, and Minimum Average Posts Per Day and Minimum Post Count (Total, for all games at once?

You can run these queries (phpMyAdmin), replacing X in each instance to whatever value you require. This will set the values for all installed games.

I'll see if I can add something to the Arcade Admin so mass changes can be applied.

Minimum Posts
Code:

UPDATE `v3arcade_games` SET `minpoststotal` = 'X'
Average Minimum Posts
Code:

UPDATE `v3arcade_games` SET `minpostsperday` = 'X'
Minimum Posts Per Day
Code:

UPDATE `v3arcade_games` SET `minpoststhisday` = 'X'


All times are GMT. The time now is 01:15 PM.

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.02536 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete