vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

The Notorious 03-28-2006 07:26 PM

Can't wait for new version!

NDRPrelude 03-28-2006 07:49 PM

Is anybody else having problems with it not reconizing secondary user groups? Is it just me?

MrZeropage 03-28-2006 08:38 PM

the settings included are for primary usergroup.

You can change that whole thing to check only the secondary usergroups, but not both/mixed by now. This is something I will implement in v2.5.6+ ;)


to make it work with secondary usergroup just open /arcade/modules/mod_Arcade.php and look for
Code:

        $DB->query("SELECT m.id, m.name, m.posts, m.arcade_ban, m.times_played, m.is_arcade_mod AS is_mod,
                                m.fav_games AS favs, m.user_sort, m.user_order, m.user_g_pp, m.membergroupids,
                    m.user_s_pp, m.def_g_cat, m.game_skin, m.arcade_mod_privs, m.arcade_pmactive, g.g_access_cp AS is_admin,
                    g.arcade_access, g.p_require, g.max_play, g.ppd_require, g.ibpa_cats AS allowed_categories
                    FROM ibf_members AS m
                    LEFT JOIN ibf_groups AS g
                    ON (m.mgroup = g.g_id)
                    WHERE id=".$ibforums->member['id']." LIMIT 0, 1");

and replace it with
Code:

        $DB->query("SELECT m.id, m.name, m.posts, m.arcade_ban, m.times_played, m.is_arcade_mod AS is_mod,
                                m.fav_games AS favs, m.user_sort, m.user_order, m.user_g_pp, m.membergroupids,
                    m.user_s_pp, m.def_g_cat, m.game_skin, m.arcade_mod_privs, m.arcade_pmactive, g.g_access_cp AS is_admin,
                    g.arcade_access, g.p_require, g.max_play, g.ppd_require, g.ibpa_cats AS allowed_categories
                    FROM ibf_members AS m
                    LEFT JOIN ibf_groups AS g
                    ON (m.membergroupids = g.g_id)
                    WHERE id=".$ibforums->member['id']." LIMIT 0, 1");


dizzy100 03-29-2006 06:00 AM

Quote:

Originally Posted by MrZeropage
@dizzy100:
Thanks, and welcome to ibProArcade :)

This Guest-Thing is one of the last points on my List for v2.5.5+ so just wait ;)

Mmmmm any ideas when the release is to be scheduled ? Its just i'm in post production now of an all arcade site (using your hack) and i'm doing quite some template modifications and eager to open the site doors.

Any ETA on the next release ?

MrZeropage 03-29-2006 08:13 AM

If everything works well it could be within the next 48h

But ibProArcade is somehow independent, it uses just one Template :)

dizzy100 03-29-2006 09:49 AM

Quote:

Originally Posted by MrZeropage
If everything works well it could be within the next 48h

But ibProArcade is somehow independent, it uses just one Template :)

48 hours is good :)

I'm having a devil of a time finding things mind you in that template. I was hoping to move the games to the top so browsing is more obvious with a left hand side panel but can i heck as like find the games listing section of the template. I have managed to move the catagories up but thats about at at the moment :)

MrZeropage 03-29-2006 04:09 PM

/arcade/skins/skin_Arcade.php

DementedMindz 03-29-2006 04:18 PM

v2.5.5+ Development completed 99,0%

from what i seen of it i cant wait... :banana:

NDRPrelude 03-30-2006 12:12 AM

Quote:

Originally Posted by MrZeropage
the settings included are for primary usergroup.

You can change that whole thing to check only the secondary usergroups, but not both/mixed by now. This is something I will implement in v2.5.6+ ;)


[/code]

Thanks man that did the trick! I'll be sure and send you a little bit of cash at the end of the month!

dizzy100 03-30-2006 04:37 AM

Quote:

Originally Posted by MrZeropage
/arcade/skins/skin_Arcade.php

Yes but where in there ? :)

I use the v3 skin and can i heck as like find the games listing template in there ....


Also is it possible to add the popup window code to the v3arcade template ?


All times are GMT. The time now is 09: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.04252 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)pagenav_pagelinkrel
  • (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