Thread: Major Additions - Gameroom
View Single Post
  #230  
Old 08-01-2011, 03:21 PM
rootsxrocks rootsxrocks is offline
 
Join Date: Aug 2009
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I remember right, there was a modification I did to make the number of players in the gameroom appear on the tab and it changed the color to pink, but I may have lost that in a revert some were along the way.
I have the Pro version so I am not sure how different that may be.
This is in the pluggin called 'gameroom_menu' .Everything sees to work fine in 4.1.5 but our poker room is filled with cobwebs. due to the confusion and hidden aspect of the poker and multiplayergames. I sure wish I knew how to modify this Mod because I would rebuild it if I could. I am really sorry Kevin has not come back to it, I would pay more for an updated version with the credits deluxe API integrated, and an updated graphics or customizable set of slot machines. I did several improvments to the images but that was the limit of what I knew how to do.
The multi player games and poker really need to be more prominent and easy to make a game start. the interface makes it seem that one has to upload a game software when it says add a game it should say start a game and we need more notices to draw the second or third players in.
I wonder if the chat could be integrated into v3 arcade as well, or better replaced with a third party shout box that would work in any add on that you wished.
PHP Code:
$tablinks '';
if (
THIS_SCRIPT == 'gameroom')
{
    
$vbulletin->options['selectednavtab']='gameroom_tab';
    
$tabselected ' class="selected"';
    
$tablinks '                <ul class="floatcontainer">
                        <li><a href="Gameroom.php">Gameroom [' 
$playersInGameroom ']</a></li>
                </ul> '
;

$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="gameroom.php">Gameroom [' $playersInGameroom ']</a></li>' 
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01602 seconds
  • Memory Usage 1,783KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete