The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
v3 Arcade - Professional vBulletin Gaming (vB4) Details »» | |||||||||||||||||||||||||||||
v3 Arcade - Professional vBulletin Gaming (vB4)
Developer Last Online: Nov 2021
v3 Arcade is now a member of the vBadvanced family!
http://www.vbadvanced.com/forum/showthread.php?t=47571 The support forums & data from v3Arcade.com have been merged into the vBadvanced.com site. ================================= v3 Arcade for vBulletin 4.x.x For vBulletin 3.x.x, please see here. ================================= Please note... until v3Arcade.com is upgraded to vBulletin 4, some demo sites can be found here. Also, because of styling changes introduced in vB 4.0.8 to allow customized user profile pages, this version requires 4.0.8+ to be installed. "v3 Arcade" is the premiere arcade system written specifically for vBulletin. It's coded from scratch - not a port of an older version - and because it was coded specifically for vBulletin it uses the product system for code modifications & utilizes AJAX technology throughout. Here's a brief rundown of the features in this version of v3 Arcade. Supports MochiAds, v3 Arcade and IBPArcade games!
Branding Free ================================= All v3 Arcade installations carry and require a small "v3 Arcade" logo in the footer, as well as the text "Powered by v3 Arcade" which links to http:www.v3arcade.com. For information on legally removing the branding, please visit www.v3arcade.com. ================================= www.v3arcade.com ================================= If you're looking for more games, add-ons, support, tutorials, or anything Arcade related - www.v3arcade.com is the place to go. ================================= Copyright ================================= All code & images distributed in this zip is Copyright ?2010 CinVin, with the following exceptions:
Many thanks to... =================================
Change Log ================================= For the complete change log, please click here. The change log is getting too big to include inline with this thread. Download Now
Show Your Support
|
7 благодарности(ей) от: | ||
chocolate angel, GamBun, K4GAP, KevinL, MichaelDance, rootsxrocks, Sunka |
Comments |
#792
|
|||
|
|||
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??
|
#793
|
||||
|
||||
Sorry I don't understand what you mean (I'm more blonde than usual in the mornings). Can you post a screenshot?
|
#794
|
|||
|
|||
Quote:
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 . |
#795
|
||||
|
||||
Did you use the Navigation Manager to set up your links?
https://vborg.vbsupport.ru/showpost....&postcount=733 |
#796
|
|||
|
|||
Quote:
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. |
#797
|
||||
|
||||
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.
|
#798
|
|||
|
|||
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? |
#799
|
||||
|
||||
Quote:
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">&<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">&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">&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 --> https://vborg.vbsupport.ru/showthread.php?t=261177 |
#800
|
|||
|
|||
i have vb 4.2.0 and the scores dont save,
when i submit a score, this redirect to the page activity.php why? |
#801
|
|||
|
|||
I have 4.2.0 pl2 and scores submit fine for me.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|