vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3Arcade - new look to your arcade main page (https://vborg.vbsupport.ru/showthread.php?t=71481)

Lionel 11-09-2004 12:03 PM

Quote:

Originally Posted by GenSec
It works with categories... on my board - no problem. Why should?

But frankly :) I don't know about what "categories mod" your ask

I had a rough time with categories and ushop arcade pass. I am going to try again later.

Oblivion Knight 11-09-2004 01:56 PM

This also requires a bit of modification to work with the Favourites system, though I got there in the end.. :D

Lionel 11-09-2004 02:08 PM

Quote:

Originally Posted by Oblivion Knight
This also requires a bit of modification to work with the Favourites system, though I got there in the end.. :D

where is the favourites system? I must have missed that one! :disappointed:

Oblivion Knight 11-09-2004 03:35 PM

It's pretty hidden.. ;)

http://www.v3arcade.com/play/showpos...23&postcount=2

Lionel 11-09-2004 04:33 PM

thanks.

Lionel 11-09-2004 07:02 PM

This is a great hack. Has anyone managed to install it with the arcade pass? It gets though with the game cost and the jackpot column....

GenSec 11-09-2004 11:49 PM

Quote:

Originally Posted by Lionel
This is a great hack. Has anyone managed to install it with the arcade pass? It gets though with the game cost and the jackpot column....

If you look on what I suggest to change in arcade.php you see that it has only 4 new lines to include in

Code:

// Gets all of the games
    $gamebits .="<tr>";
while ($game = $DB_site->fetch_array($result_allgames)) {
$gamename = $game['shortname'];
if ($gamecache["$game[shortname]"]) {
$game = $gamecache["$game[shortname]"];
} else {
// the game has never had a score recorded
// $extra is used as a conditional for the arcade_main_games_bit template
$extra = 1;
}
if (($game['gamesettings'] & 1)&&($g >= $startingfrom && $g < $upperlimit)) {
               if(!(($g+1)%4))        $nextrow="</tr><tr>";
                  else    $nextrow="";

eval('$gamebits .= "' . fetch_template('arcade_main_games_bit') . '";');
exec_switch_bg();
        }
if ($game['gamesettings'] & 1) {
$g++;
}
unset($extra);
}
   $gamebits .="</tr>";

block :)

Lionel 11-09-2004 11:51 PM

thanks

frankenberrie 11-10-2004 11:36 AM

Installed .... Excellent job@

dina 11-10-2004 12:53 PM

An amazing mod, the only problem I can see is this;

Your record: íåò

It will display this if you don't have a record in the game. Any way to fix this?


All times are GMT. The time now is 06: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.01331 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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