https://next-level-arcade.com


Results 1 to 7 of 7

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator stangger5's Avatar

    Join Date
    Nov 2005
    Posts
    1,634
    Thanks
    666
    Thanked 621 Times in 321 Posts

    ibProArcade 2.7.6+ Newest Game Thread

    This mod makes a new thread when you install a .tar game..
    It only works when installing one game at a time..


    Step #1
    Add this to your admincp/arcade.php file...

    Look in the // TAR install code
    Find:
    Code:
    global $IN, $INFO;
    change to:
    Code:
    global $IN, $INFO, $vboptions;
    Still in the // TAR install code, now find this code:
    Code:
    $DB->query("INSERT INTO " . TABLE_PREFIX . "games_list (" .$db_string['FIELD_NAMES']. ") VALUES (". $db_string['FIELD_VALUES'] .")");
    Put this right below it:
    Code:
    $DB->query("select g.*, c.c_id, c.password, c.cat_name from " . TABLE_PREFIX . "games_list as g
    		left join " . TABLE_PREFIX . "games_cats as c on (g.gcat = c.c_id)                              
    		ORDER BY g.added DESC LIMIT 1");  
    		$gamea = $DB->fetch_row();		            
    
         		$vbversion = substr($vboptions[templateversion],0,3);
      		if (($vbversion != "3.0") && ($NATIVEMODE==0))
      		{
      			($hook = vBulletinHook::fetch_hook('ibproarcade_game_added')) ? eval($hook) : false;
    		}

    Step ##2
    Find this in the includes/xml/hooks_ibproarcade.xml file:
    Code:
    <hook>ibproarcade_acp_morecode</hook>
    and put this below it:
    Code:
    <hook>ibproarcade_game_added</hook>

    Step ###3
    Import the product-newestgamethread.xml file..


    Step #####4
    Go into your admincp >> vBulletin Options: IBPro Arcade Thread on newest game

    Add: Under which exisiting Username will post the New Thread.

    Add: The User ID who makes the Highscore Thread.

    Show the thread starters signature. Yes/No

    Add: In which Forum will create a new Thread.

    Enter the id of the post icon. 0 to show no icon.

    Reply Allowed ? (open/close Thread) Yes/No..

    Click (Save)..

    Step ######5
    Now go install a game to see the Thread..

    Enjoy !!
    Attached Files Attached Files

  2. The Following 2 Users Say Thank You to stangger5 For This Useful Post:

    bosss (09-16-2019), junkyman (09-12-2019)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Link Exchange - Affiliates/Friends