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)
-   -   Add-On Releases - v3 Arcade - Professional vBulletin Gaming (vB4) (https://vborg.vbsupport.ru/showthread.php?t=253211)

stangger5 06-04-2012 09:15 PM

Very nice idea..:up:

I`ve worked on it for a day or two and this is what I`ve come up with..

Game Challenge from arcade main,, per game

Give it a try..:D

Choose your opponent from the drop down box.

Gemma 06-05-2012 11:09 AM

Quote:

Originally Posted by stangger5 (Post 2336576)
Very nice idea..:up:

I`ve worked on it for a day or two and this is what I`ve come up with..

Game Challenge from arcade main,, per game

Give it a try..:D

Choose your opponent from the drop down box.

That looks pretty good stangger5 :)

10 Gauge 06-05-2012 12:17 PM

After upgrade to 4.2 no one can submit scores, it takes them to the forum homepage. Any work around for this?

Gemma 06-05-2012 02:13 PM

You may need to edit your index.php file

https://vborg.vbsupport.ru/showpost....&postcount=730

astdirect 06-12-2012 01:23 PM

I have IBpro, is there a way to "convert" it to v3arcade ?

Gemma 06-12-2012 02:48 PM

Quote:

Originally Posted by astdirect (Post 2338983)
I have IBpro, is there a way to "convert" it to v3arcade ?

There is a conversion script in this thread - http://www.vbadvanced.com/forum/showthread.php?p=221023

The most up-to-date script is in the last post. If you are looking for support for it then I'd suggest posting your queries within that thread.

Gemma 06-13-2012 10:46 PM

Quick update for the v3arcade_tournaments_forumhome template to eliminate the :0 :0 on forumhome for guests and also add the number of completed tournaments and a clickable link to them

Open v3arcade_tournaments_forumhome and replace everything with

Code:

<dl>
    <dt>Tournaments Awaiting Players</dt>
    <dd><a href="arcadetourmnt.php?{vb:raw session.sessionurl}do=viewwaiting">{vb:raw tourcounts.0}</a></dd>
    <dt>Active Tournaments</dt>
    <dd><a href="arcadetourmnt.php?{vb:raw session.sessionurl}do=viewactive">{vb:raw tourcounts.1}</a></dd>
        <dt>Completed Tournaments</dt>
        <dd><a href="arcadetourmnt.php?{vb:raw session.sessionurl}do=viewfinished">{vb:raw tourcounts.2}</a></dd>
      </dl>


doubleclick 06-14-2012 06:57 PM

That's awesome stannger5! Thank you so much. I think this will generate a lot of activity in the arcade, since this makes it obvious you can play against people you know (or want to know) instead of against a scores.

Where can I get this code?




Quote:

Originally Posted by stangger5 (Post 2336576)
Very nice idea..:up:

I`ve worked on it for a day or two and this is what I`ve come up with..

Game Challenge from arcade main,, per game

Give it a try..:D

Choose your opponent from the drop down box.


LLent 06-18-2012 02:04 AM

hey Gemma vb version i am in is 4.2.0 when i go to leader board i get this code error

Code:

Warning: array_slice() expects parameter 1 to be array, null given in [path]/arcade.php on line 2901

Warning: Invalid argument supplied for foreach() in [path]/arcade.php on line 2901

what can i do to fix this thanks

Gemma 06-18-2012 11:55 AM

Quote:

Originally Posted by LLent (Post 2340571)
hey Gemma vb version i am in is 4.2.0 when i go to leader board i get this code error

Code:

Warning: array_slice() expects parameter 1 to be array, null given in [path]/arcade.php on line 2901

Warning: Invalid argument supplied for foreach() in [path]/arcade.php on line 2901

what can i do to fix this thanks

Is your leaderboard empty or do you have data (members with highscores) on it?

LLent 06-18-2012 11:58 AM

Quote:

Originally Posted by Gemma (Post 2340672)
Is your leaderboard empty or do you have data (members with highscores) on it?


leaderboard is empty at the moment

Gemma 06-18-2012 12:01 PM

I should disappear once the leaderboard starts populating with data

LLent 06-18-2012 12:04 PM

Quote:

Originally Posted by Gemma (Post 2340675)
I should disappear once the leaderboard starts populating with data


Thanks gemma i will see what happens once some scores go in ...but like you said should fix it

jderouen 06-22-2012 02:46 PM

We just upgraded from vBulletin 3.6x to v4.2. If I install this newest version of Arcade 3, it will pick up all the old settings from our old Arcade 3 and let people pick up where they left off, right?

Gemma 06-22-2012 04:22 PM

Quote:

Originally Posted by jderouen (Post 2342053)
We just upgraded from vBulletin 3.6x to v4.2. If I install this newest version of Arcade 3, it will pick up all the old settings from our old Arcade 3 and let people pick up where they left off, right?

Yes, just upload the files for vB4.x to overwrite the existing files and then import the product - again overwriting the existing one.

A few things you will need to do is, manually add the navigation menu as the arcade hasn't been upgraded to be compatible with vb4.2 yet - https://vborg.vbsupport.ru/showpost....&postcount=733

And if you are running vBAdvanced CMPS or vBulletin CMS you will may need to make a small edit to your index.php - https://vborg.vbsupport.ru/showpost....&postcount=750

jderouen 06-22-2012 04:49 PM

Thanks Gemma, you're brilliant! :)

Datenpapst 06-23-2012 07:54 AM

hey,
got a little problem here. I reinstalled my forum and then copied the database information for the arcade of my old board to the new board.
I removed all scores reuploaded all games etc but when someone finishes a game and the score should be added to the highscore list, the game jumps back to the forum home.

Why's that?

Gemma 06-23-2012 10:40 AM

Quote:

Originally Posted by Datenpapst (Post 2342217)
hey,
got a little problem here. I reinstalled my forum and then copied the database information for the arcade of my old board to the new board.
I removed all scores reuploaded all games etc but when someone finishes a game and the score should be added to the highscore list, the game jumps back to the forum home.

Why's that?

Are you running vBAdvanced CMPS or vBulletin CMS?

Datenpapst 06-23-2012 02:34 PM

its the vbulletin CMS www.c-arena.com

Gemma 06-23-2012 02:39 PM

Quote:

Originally Posted by Datenpapst (Post 2342306)
its the vbulletin CMS www.c-arena.com

Then have a read of this post and the other posts linked to it.

https://vborg.vbsupport.ru/showpost....&postcount=750

Datenpapst 06-23-2012 03:07 PM

^^ well thx. sry 'bout that. Didnt think of that thing again... ;)

jderouen 06-23-2012 06:15 PM

Installed! Everything works great, except that we've lost all the games we had. The only games available are the five that come with the Arcade. Where did all the old games go, and how do I get them back?

Gemma 06-23-2012 06:32 PM

Quote:

Originally Posted by jderouen (Post 2342376)
Installed! Everything works great, except that we've lost all the games we had. The only games available are the five that come with the Arcade. Where did all the old games go, and how do I get them back?

What version of the arcade were you upgrading from?

dmm2020 06-23-2012 08:07 PM

With 4.2 the menu system changed. Can someone tell me what items go into the main menu for this AND what files they point to? I can handle it from there. Thanks in advance.

jderouen 06-23-2012 08:13 PM

Gemma - I think it was the last one before compatibility came out for v4.

Gemma 06-23-2012 10:17 PM

Quote:

Originally Posted by jderouen (Post 2342401)
Gemma - I think it was the last one before compatibility came out for v4.

If you uploaded the new files and selected to overwrite when installing the product then the games and data should still be there. If you uninstalled the previous arcade before installing the new one then the database and data will have been removed.

If you want to PM me admin access to your site and database access I can have a look.

Gemma 06-23-2012 10:18 PM

Quote:

Originally Posted by dmm2020 (Post 2342399)
With 4.2 the menu system changed. Can someone tell me what items go into the main menu for this AND what files they point to? I can handle it from there. Thanks in advance.

Search back a couple of pages, this has already been answered.

MaxLiao 06-24-2012 04:24 PM

Upgraded to 4.2, everything *seems* to be working ... I'm sure someone will let me know if I missed something. ;)

Anyway, when I go to Admin CP >> v3 Arcade >> Import Games and click the [Browse MochiMedia.com games] button I get this error: XML Error: Empty document at Line 0.

Thanks a ton for any assistance.

Gemma 06-24-2012 05:38 PM

Quote:

Originally Posted by MaxLiao (Post 2342577)
Upgraded to 4.2, everything *seems* to be working ... I'm sure someone will let me know if I missed something. ;)

Anyway, when I go to Admin CP >> v3 Arcade >> Import Games and click the [Browse MochiMedia.com games] button I get this error: XML Error: Empty document at Line 0.

Thanks a ton for any assistance.

Can you try and see if any of the XML solutions (near the top) help you - http://www.vbadvanced.com/forum/showthread.php?t=47378

MaxLiao 06-24-2012 06:36 PM

It was this ---> allow_url_fopen

I know I read that in previous posts, but it didn't seem to stick with me. Thanks for your patience and assistance, Gemma!

Recon0303 06-25-2012 02:11 AM

Hi , I need a little help here, I'm still new with Vbulletin as well, The arcade works great but under whats new, forums and such I noticed the arcade sub forums over ride the old ones, how can I just have the arcade ones there and get rid of the others??

Gemma 06-25-2012 05:09 AM

Quote:

Originally Posted by Recon0303 (Post 2342666)
Hi , I need a little help here, I'm still new with Vbulletin as well, The arcade works great but under whats new, forums and such I noticed the arcade sub forums over ride the old ones, how can I just have the arcade ones there and get rid of the others??

Sorry I don't understand what you mean (I'm more blonde than usual in the mornings). Can you post a screenshot?

Recon0303 06-25-2012 05:30 AM

Quote:

Originally Posted by Gemma (Post 2342701)
Sorry I don't understand what you mean (I'm more blonde than usual in the mornings). Can you post a screenshot?

Nah, I just explained poorly, tired sorry...
sigh some reason my screenshot won't link properly

I added it in my public profile, I know thats ghetto but I'm not sure what is the deal tonight, anyways what happens is that the arcade sub forums are over riding a forum sub forum , which the arcade sub forum should be there alone, its showing both over one another ... also when I select arcade forum and arcade is highlighted at the same time ...

So you can read what is under what is new, forums since 2 things are on top of one another. If you look at the pic I circled the area where it happens .

Gemma 06-25-2012 07:59 AM

Did you use the Navigation Manager to set up your links?

https://vborg.vbsupport.ru/showpost....&postcount=733

Recon0303 06-25-2012 02:44 PM

Quote:

Originally Posted by Gemma (Post 2333227)
Until an update is released for 4.2 you can follow these steps to set up the arcade navigation system. Shouldn't take any more than a few minutes to do.

1. Disable the plugin - Arcade Navbar Link
2. In the new Navigation Manager, create an Arcade Tab

Active: Yes
Product: v3 Arcade
Title: Arcade
Target URL: /arcade.php
Tab Script(s): arcade

3. Now we will create an Arcade Games Link

Active: Yes
Product: v3 Arcade
Title: Arcade Games
Target URL: /arcade.php
Parent: Arcade

4. Next, we want to create a View Leaderboard link

Active: Yes
Product: v3 Arcade
Title: View Leaderboard
Target URL: /arcade.php?do=leaderboard
Parent: Arcade

5. Now, we need to create a Tournaments dropdown menu. In the Navigation Manager go back to the Arcade Tab we created in step 2 and from the dropdown box choose Add Menu

Product: v3 Arcade
Active: Yes
Title: Tournaments
Parent: Arcade

6. Now we can populate the dropdown menu, first up is Your Tournaments. In the Navigation Manager you should now see a record for Tournaments (Menu); select Add Link

Product: v3 Arcade
Active: Yes
Title: Your Tournaments
Target URL: /arcadetourmnt.php?do=viewyour
Parent: Tournaments

You now want to create the rest of the tournament links following the same steps but replacing the Title and Target URL as follows -

Title: Tournaments Awaiting Players
Target URL: /arcadetourmnt.php?do=viewwaiting

Title: Active Tournaments
Target URL: /arcadetourmnt.php?do=viewactive

Title: Finished Tournaments
Target URL: /arcadetourmnt.php?do=viewfinished

Title: Start A Tournament
Target URL: /arcadetourmnt.php?do=newtourmnt

7. Now, one final link to create for Edit Your Settings, in the Arcade (Tab) record select Add Link

Active: Yes
Product: v3 Arcade
Title: Edit Your Arcade Settings
Target URL: /profile.php?do=editarcade
Parent: Arcade



I did all of this and double checked, I got rid of the nav bar like you said here, now its no longer over riding, but now the forum is still highlighted when in the Arcade tab, and the info from forum is there instead of the arcade nar bar stuff, like Tourment etc, I added all of them as seen here, but none of them show up.

I think what the issue is the forum is highlighting when I click arcade and the nav stuff from there is showing up over riding it, and I,m not sure why, I looked every where and even made more nav bars tabs and it does the same thing, any time I make a new nav bar tab, it high lights the forum tab even though I'm not clicking it, which is Odd.

Gemma 06-25-2012 03:05 PM

If you want to PM me temporary admin access to your site I'll take a quick look, sounds like a reference to forum or arcade is being made where it shouldn't be.

doubleclick 06-26-2012 12:14 PM

Hello -

A couple of quick questions.

1. Where is the code for the News, Arcade Champions, etc. I'd like to change the order in which they appear.

2. How can I display one of those blocks like the News and events in the forum sidebar?

3. Can you point me to some resources that would help me figure out how to display these arcade boxes in a column on existing pages outside the vbulletin folder?

Gemma 06-26-2012 04:37 PM

Quote:

Originally Posted by doubleclick (Post 2343025)
Hello -

A couple of quick questions.

1. Where is the code for the News, Arcade Champions, etc. I'd like to change the order in which they appear.

2. How can I display one of those blocks like the News and events in the forum sidebar?

3. Can you point me to some resources that would help me figure out how to display these arcade boxes in a column on existing pages outside the vbulletin folder?

1. Here is the section of code from the v3ARCADE_MAIN template which displays all the arcade sidebar. The bits in bold highlight the start and finish of each block.

Code:

<!-- Side Bar -->
<div style="float: <vb:if condition="$vboptions['fliparcade']">left<vb:else />right</vb:if>; width: 200px">
    <div class="collapse">
        <h3 class="blockhead">
            <a href="#top" class="collapse" id="collapse_v3_userblock"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>
            {vb:rawphrase loggedinas}
        </h3>
        <div class="blockbody v3_block" id="v3_userblock">
            <div class="blockrow" align="center">
                <div class="v3_strong">{vb:raw player.username}</div>
                <vb:if condition="$player['usertitle']">
                    <div>{vb:raw player.usertitle}</div>
                </vb:if>
                <vb:if condition="$player['rank']">
                    <div>{vb:raw player.rank}</div>
                </vb:if>
                <vb:if condition="$show['avatar']">
                    <div>
                        <vb:if condition="!$player['userid']">
                            <img class="v3_gameicon" src="{vb:raw player.avatarurl}" alt="" border="0" />
                        <vb:else />
                            <a href="{vb:link member, {vb:raw bbuserinfo}}<vb:if condition="$vboptions['friendlyurl'] < 3">&amp;<vb:else />?</vb:if>tab=v3arcade_stats"><img class="v3_gameicon" src="{vb:raw player.avatarurl}" alt="" border="0" /></a>
                        </vb:if>
                    </div>
                </vb:if>
            </div>
        </div>
    </div>
   
    <div class="collapse">
        <h3 class="blockhead">
            <a href="#top" class="collapse" id="collapse_v3_search"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>
            {vb:rawphrase gamesearch}
        </h3>
        <div class="blockbody v3_block" id="v3_search">
            <div class="blockrow">
                <input type="text" class="textbox" name="gamestring" onkeyup="gamesearch(this.value)" />
            </div>
            <div class="blockrow" id="searchtable">
                {vb:rawphrase searchresultsappearbelow}
            </div>
        </div>
    </div>

    <vb:if condition="$vboptions['arcade_newslimit']">
        <div class="collapse">
            <h3 class="blockhead">
                <a href="#top" class="collapse" id="collapse_v3_news"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>{vb:rawphrase newsandevents}
            </h3>
            <div class="blockbody v3_block" id="v3_news">
                {vb:raw newsbits}
            </div>
        </div>
    </vb:if>
       
    <vb:if condition="$arcadechamps">
        <div class="collapse">

            <h3 class="blockhead">
                <a href="#top" class="collapse" id="collapse_v3_champs"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>
                {vb:rawphrase arcade_champions}
            </h3>
            <div class="blockbody v3_block" id="v3_champs">
                {vb:raw arcadechamps}
                <vb:if condition="$show['lb_link']">
                    <div class="blockrow">
                        <a href="arcade.php?{vb:raw session.sessionurl}do=leaderboard">{vb:rawphrase view_leaderboard}</a>
                    </div>
                </vb:if>
            </div>
        </div>
    </vb:if>

       
    <vb:if condition="$latestscorebits">
        <div class="collapse">

            <h3 class="blockhead">
                <a href="#top" class="collapse" id="collapse_v3_newscores"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>{vb:rawphrase latest_scores}
            </h3>
            <div class="blockbody v3_block" id="v3_newscores">
                {vb:raw latestscorebits}
            </div>
        </div>
    </vb:if>

       
    <vb:if condition="$mcbits">
        <div class="collapse">

            <h3 class="blockhead">
                <a href="#top" class="collapse" id="collapse_v3_newchallenges"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>{vb:rawphrase recent_challenges}
            </h3>
            <div class="blockbody v3_block" id="v3_newchallenges">
                <div class="blockrow">
                    <table cellpadding="2" cellspacing="0" width="100%">
                        {vb:raw mcbits}
                    </table>
                </div>
            </div>
        </div>
    </vb:if>

   
  <div class="collapse">
        <h3 class="blockhead">
            <a href="#top" class="collapse" id="collapse_v3_viewmode"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>{vb:rawphrase viewingmode}
        </h3>
        <div class="blockbody v3_block" id="v3_viewmode">
            <div class="blockrow">
                <table cellpadding="4" cellspacing="0" width="100%">
                    <tr>
                        <td width="50%" align="{vb:stylevar right}" style="padding-{vb:stylevar right}: 2px">
                            <img src="{vb:raw vboptions.arcadeimages}/slim{vb:raw barstatus.1}.gif" border="0" alt="" align="{vb:stylevar left}" />
                            <vb:if condition="$barstatus[0]">
                                <a href="arcade.php?{vb:raw session.sessionurl}barsize=1<vb:if condition="$categoryid">&amp;categoryid={vb:raw categoryid}</vb:if>">{vb:rawphrase mode_miniature}</a>
                            <vb:else />
                                <em>{vb:rawphrase mode_miniature}</em>
                            </vb:if>
                        </td>
                        <td width="50%" align="{vb:stylevar left}" style="padding-{vb:stylevar left}: 2px">
                            <img src="{vb:raw vboptions.arcadeimages}/thick{vb:raw barstatus.0}.gif" border="0" alt="" align="{vb:stylevar right}" />
                            <vb:if condition="$barstatus[1]">
                                <a href="arcade.php?{vb:raw session.sessionurl}barsize=0<vb:if condition="$categoryid">&amp;categoryid={vb:raw categoryid}</vb:if>">{vb:rawphrase mode_standard}</a>
                            <vb:else />
                                <em>{vb:rawphrase mode_standard}</em>
                            </vb:if>
                        </td>
                    </tr>
                </table>
            </div>
        </div>
    </div>
</div>
<!-- / Side Bar End -->

2 and 3 - If you check the code in my CMS/Forum Sideblock add-on it may give you some ideas of what code is required to make the blocks; you basically need the database query to pull the information (usually found within either arcade.php or v3arcade_functions.php) and then generate a template to display it.

https://vborg.vbsupport.ru/showthread.php?t=261177

Elitek550 06-28-2012 10:24 PM

i have vb 4.2.0 and the scores dont save,

when i submit a score, this redirect to the page activity.php

why?

dmm2020 06-29-2012 03:08 AM

Quote:

Originally Posted by Elitek550 (Post 2343717)
i have vb 4.2.0 and the scores dont save,

when i submit a score, this redirect to the page activity.php

why?

I have 4.2.0 pl2 and scores submit fine for me.


All times are GMT. The time now is 02:52 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.02745 seconds
  • Memory Usage 1,881KB
  • 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
  • (4)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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