vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   v3Arcade Limit games to usergroups (https://vborg.vbsupport.ru/showthread.php?t=108493)

pross 02-20-2006 10:00 PM

v3Arcade Limit games to usergroups
 
According to the v3Arcade forums this MOD was impossible, but we really needed it on our forums, so i figured it out.
Firstly, we wanted ALL our games in a premium category except for 5 or 6 which are in a 'Free' category.
Its not perfect and im SURE it could be done with an array (anybody?)

Things Needed:
vBulletin 3.5.X
v3Arcade 1.0.X

Templates To Edit: 1
Install Time: 5 mins

OK assuming you have 5 free games and all the rest you want restricted to usergroups 5 and 6 (admins and premium on our board)

Open arcade_play template

find:
Code:

$flashcode
replace with
Code:

<if condition="$game[gameid] ==5 OR $game[gameid] ==4 OR $game[gameid] ==3 OR $game[gameid] ==2 OR $game[gameid] ==1">
$flashcode
<else />
<if condition="is_member_of($bbuserinfo, 5, 6)">
$flashcode
<else />
You need to subscribe to play this game!!
</if>
</if>

So basically you just add the gameid of the games that are FREE to the first condition and the usergroup id's that can play any game to the second.

Hope someone else finds this useful.

GoTTi 02-21-2006 02:32 AM

FINALLY...i will be sure to test this out

Hornstar 02-21-2006 04:08 AM

I think this is going to be default in the next release which should be in about 2 or 3 weeks. but nice work and thanks for this.

hugh_ 02-21-2006 08:04 AM

Nice work, here's hoping it's indeed in the next release...

hugh

Floris 02-21-2006 10:08 AM

This is a must! This helps you get users going from starter to high end and become bigger posters on the forum just to play more games.

I wish this was a default feature! tnx for sharing.


All times are GMT. The time now is 10:38 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.00917 seconds
  • Memory Usage 1,715KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete