vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - v3arcade: Set Start Category ID (https://vborg.vbsupport.ru/showthread.php?t=144620)

rjordan 04-11-2007 09:00 PM

v3arcade: Set Start Category ID
 
This will allow you to set the initial category when entering v3arcade. I had wanted to make the initial category selectable from the AdminCP, but for the time being this will work.

Please note the following:
  • This is a very simple change. Feel free to modify it as you see fit and redistribute according to the v3arcade license. This means it can only be distributed where v3arcade can be legally distributed.
  • v3arcade v1.0.7 is required for this modification.
Files required to be changed: 1 (v3arcade.php)
Time for modification: < 1 minute


In v3arcade.php, find:

Code:

// Now, let's get the games.
 $vbulletin->input->clean_array_gpc('r', array(
 'categoryid' => TYPE_INT
 ));



Below this, add the following:
Code:


// *** BEGIN: SET START CATEGORY IN V3ARCADE *** //
 if(empty($vbulletin->GPC['categoryid']))
 {
  $vbulletin->GPC['categoryid'] = 1;
 }
// *** END: SET START CATEGORY IN V3ARCADE *** //



Change the line above to the category ID that you want the arcade to open into by default.

Littlerocket 04-11-2007 11:03 PM

Thanks for this bit of code. Been looking for this for a while.

HMBeaty 04-11-2007 11:12 PM

Just something else to try, if all else fails...

https://vborg.vbsupport.ru/showthread.php?t=141214

txsbmw 06-14-2007 12:09 PM

i tried this and am wanting it to point to my All category which appears to be cat 1, however it also appears that the Misc. category is 1 as well so instead of it going to all it is going to Misc.

txsbmw 06-14-2007 01:14 PM

LOL nevermind figured out there was a - in front of the 1 for the All category.


All times are GMT. The time now is 02:59 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.01598 seconds
  • Memory Usage 1,716KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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