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)

Amaury 05-29-2012 09:01 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 tried this, but when I try to view the links of steps 1-6, it gives me a no permission page.

Gemma 05-29-2012 09:20 PM

Quote:

Originally Posted by Amaury25 (Post 2334458)
I tried this, but when I try to view the links of steps 1-6, it gives me a no permission page.

You will need to set the permissions according to your setup, ie admin, guest, member etc in the Show Permission Name box.

For the AdminCP help
Quote:

This determines which variable(s) in the vBulletin $show array will be used to decide if the element should be displayed. For instance 'member' means it will only display if $show['member'] is true. Multiple variables can be specified by joining them with a dot. All of them must then be true for the element to display.
Or use https://vborg.vbsupport.ru/showthread.php?t=283123 for more options.

Amaury 05-29-2012 09:37 PM

Quote:

Originally Posted by Gemma (Post 2334463)
You will need to set the permissions according to your setup, ie admin, guest, member etc in the Show Permission Name box.

For the AdminCP help


Or use https://vborg.vbsupport.ru/showthread.php?t=283123 for more options.

Fixed it. I had tournaments disabled in the Arcade settings in the Admin CP. I had turned it off when I thought we had the same arcade, the one that had a security issue, that KHV had.

Gemma 05-31-2012 05:22 PM

Quote:

Originally Posted by Amaury25 (Post 2334468)
Fixed it. I had tournaments disabled in the Arcade settings in the Admin CP. I had turned it off when I thought we had the same arcade, the one that had a security issue, that KHV had.

Yeah, that would cause a problem :D

doubleclick 06-01-2012 01:14 AM

1 Attachment(s)
Hello -

Where are the links to challenge someone? This was one of my favorite features of v3arcade, but I can't find it anywhere. I would have asked sooner, but I figured it would eventually jump out at me.

I was just playing some games at an ibpro arcade site, and they have have a nifty feature where a challenge link for each game. When you click it, it opens up a popup window where you can select users by username from a dropdown, or use a search box. I suppose there is something similar here, but I can't for the life of me find it.

Gemma 06-01-2012 06:39 AM

Quote:

Originally Posted by doubleclick (Post 2335261)
Hello -

Where are the links to challenge someone? This was one of my favorite features of v3arcade, but I can't find it anywhere. I would have asked sooner, but I figured it would eventually jump out at me.

I was just playing some games at an ibpro arcade site, and they have have a nifty feature where a challenge link for each game. When you click it, it opens up a popup window where you can select users by username from a dropdown, or use a search box. I suppose there is something similar here, but I can't for the life of me find it.

I agree with you, the challenge feature is one of the best and unique part of v3 Arcade. Unfortunately, it is somewhat a hidden gem.

Firstly, challenges must be enabled globally. Then each user has the option of enabling/disabling challenges on a personal level. For those that have challenges enabled, the only way to actually challenge them to a game (in vB4) is via the arcade tab in their member profile.

doubleclick 06-01-2012 06:35 PM

wow! that is hidden!

Do you know if they have any plans to unhide this. or if a mod is in the works? I really like the way the method I showed you, that lets you choose your opponent from the droptdown. The only improvement I'd make to their presentation would be to have the challenge in the V3ARCADE_PLAY template, right below the plugin you made to "Add to Favorites". I think that would be the most likely spot for user activity. What do you think?

dog-tag 06-02-2012 02:30 PM

After upgrading to 4.2 my forum didn't load v3arcade.

Your above directions worked for me however I had some problems.

For example you said -

Quote:

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
I did everything 100% but nothing worked, just 404errors.

I then removed all the //// signs and it worked fine, and everything loaded up.
I know you understand the slash sign, but for some people it confuses us.


So the above example should have been -

Quote:

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
Note for all noobies, don't paste in the slash sign = remove all of these /


Thanks for this plugin again, it really is fantastic and my users genuinely love it, and have mentioned many many times how much fun they get from it :)

doubleclick 06-03-2012 07:02 PM

Well, I finally figured out how to move the challenge option out of the basement and somewhere easier to find. Not a rocket science solution, but here it is:

I pasted this into the postbit template:

Code:

<b><a href="arcade.php?do=newchallenge&userid={vb:raw post.userid}">Invite {vb:raw post.username} to play a game!</a></b>
Still hope sombody will make the link beside each game, so when a user is playing it, he/she has the option to select a user to challenge like I mentioned above. But making something that fancy is way beyond my abilities.

Gemma 06-04-2012 11:09 AM

Quote:

Originally Posted by doubleclick (Post 2335562)
wow! that is hidden!

Do you know if they have any plans to unhide this. or if a mod is in the works? I really like the way the method I showed you, that lets you choose your opponent from the droptdown. The only improvement I'd make to their presentation would be to have the challenge in the V3ARCADE_PLAY template, right below the plugin you made to "Add to Favorites". I think that would be the most likely spot for user activity. What do you think?

Quote:

Originally Posted by doubleclick (Post 2336259)
Well, I finally figured out how to move the challenge option out of the basement and somewhere easier to find. Not a rocket science solution, but here it is:

I pasted this into the postbit template:

Code:

<b><a href="arcade.php?do=newchallenge&userid={vb:raw post.userid}">Invite {vb:raw post.username} to play a game!</a></b>
Still hope sombody will make the link beside each game, so when a user is playing it, he/she has the option to select a user to challenge like I mentioned above. But making something that fancy is way beyond my abilities.

I believe the challenge link appears in more places in the vB3 version of the arcade but I think it was just a link in the postbit dropdown menu (similar to what you have posted above) and not within the actual game itself.

Do you know what version of IPB arcade and what version of IPB this was running on so I can take a look, it might give me some ideas.


All times are GMT. The time now is 07:42 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.02029 seconds
  • Memory Usage 1,763KB
  • 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
  • (10)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