Back to vBulletin 3.6 Add-ons

v3arcade: Set Start Category ID
Mod Version: 1.00, by rjordan

This modification is in the archives.
vB Version: 3.6.5 Rating: (1 vote - 5.00 average) Installs: 6
Released: 12 Apr 2007 Last Update: Never Downloads: 3
Not Supported  

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.

Download

No files for download.

Similar Mods

Add-On Releases v3arcade Add Game Category when you Mass Game Import vBulletin 3.6 Add-ons
V3Arcade Category search fix vBulletin 3.0 Full Releases

vblts.ru supports vBulletin®, 2022-2024