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)

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 09:50 PM.

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.02245 seconds
  • Memory Usage 1,803KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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