Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
v3arcade Module CMPS - 5 Random Games Details »»
v3arcade Module CMPS - 5 Random Games
Version: 1.00, by MioTraGusa MioTraGusa is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 12-02-2005 Last Update: Never Installs: 21
Uses Plugins Template Edits
Additional Files  
No support by the author.

This plugin will display five random arcade on your vbadvanced CMPS

This addon is for v3arcade and vbadvanced CMPS

Tested in vbulletin V.3.5.1 and vbadvanced CMPS V2.0.0
  • Files to Upload: (1) - v3_5_ra_cmps.php
  • New Templates: (1) - adv_portal_5randomgame
  • Phrases Added:
Installation Instructions:
  1. Upload the v3_5_ra_cmps.php file to your /forums/modules/ folder.
  2. Upload product_v3arcade_random_block.xml or Create one new template, adv_portal_5randomgame and fill them in with the template information listed in zip.
  3. Create a new PHP type CMPS module in your AdminCP,(PHP File Module Options) Module Title-> Random Games , File to Include-> v3_5_ra_cmps.php , Templates Used--> adv_portal_5randomgame templates, AND specifiy which usergroups will be able to view this module.
  4. You're done!
Sorry for my english

**click Install**

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 03-18-2006, 01:01 AM
RsX's Avatar
RsX RsX is offline
 
Join Date: Sep 2004
Location: Toronto
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah - i need an arcade module... its the only one im missing.

Anybody figured out how to make it work with vb3.5.4 & CMPS v2.1.0?
Reply With Quote
  #13  
Old 03-18-2006, 08:47 PM
Deska's Avatar
Deska Deska is offline
 
Join Date: Aug 2002
Location: Asia
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this one:
http://www.vbadvanced.com/forum/showthread.php?t=13429
Reply With Quote
  #14  
Old 03-19-2006, 03:58 AM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deska
Awesome... thanks a lot Deska, I had no idea that was available.
Reply With Quote
  #15  
Old 03-30-2006, 01:24 PM
Cky47's Avatar
Cky47 Cky47 is offline
 
Join Date: Feb 2006
Location: PA
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really thought this was a good idea for a module... although I noticed a good many errors in the coding. The bottom link that goes to the arcade would not work, and the top message did not make any sense, so I fixed both of them along with cleaning the code of errors.

Use this code, only change the alt atributes to your own, instead of mine.

Code:
<tr><td class="$altbgclass" valign="middle" colspan="1"><center><img src="$vboptions[bburl]/$vboptions[arcadeimages]/$randomimage0" title="$randomdescr0" alt="Boarding Scene Arcade Game" border=0 width=20 height=20 hspace=10 vspace=1 align="absmiddle" /><br /><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid0"><font size=1>$randomtitle0</font></a></center></td></tr>
    			<tr><td class="$bgclass" valign="middle" colspan="1"><center><img src="$vboptions[bburl]/$vboptions[arcadeimages]/$randomimage1" title="$randomdescr1" alt="Boarding Scene Arcade Game" border=0 width=20 height=20 hspace=10 vspace=1 align="absmiddle" /><br /><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid1"><font size=1>$randomtitle1</font></a></center></td></tr>
    			<tr><td class="$altbgclass" valign="middle" colspan="1"><center><img src="$vboptions[bburl]/$vboptions[arcadeimages]/$randomimage2" title="$randomdescr2" alt="Boarding Scene Arcade Game" border=0 width=20 height=20 hspace=10 vspace=1 align="absmiddle" /><br /><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid2"><font size=1>$randomtitle2</font></a></center></td></tr>
			<tr><td class="$bgclass" valign="middle" colspan="1"><center><img src="$vboptions[bburl]/$vboptions[arcadeimages]/$randomimage3" title="$randomdescr3" alt="Boarding Scene Arcade Game" border=0 width=20 height=20 hspace=10 vspace=1 align="absmiddle" /><br /><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid3"><font size=1>$randomtitle3</font></a></center></td></tr>
			<tr><td class="$altbgclass" valign="middle" colspan="1"><center><img src="$vboptions[bburl]/$vboptions[arcadeimages]/$randomimage4" title="$randomdescr4" alt="Boarding Scene Arcade Game" border=0 width=20 height=20 hspace=10 vspace=1 align="absmiddle" /><br /><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid4"><font size=1>$randomtitle4</font></a></center></td></tr>
<tr><td class="thead" align="center" valign="middle" colspan="1"><font size=1><a href="$vboptions[bburl]/arcade.php?$session[sessionurl]">Go to the Arcade</a></font></td></tr>
Reply With Quote
  #16  
Old 06-26-2006, 10:49 AM
blueberry blueberry is offline
 
Join Date: Apr 2006
Location: dubai
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed thanks alot!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07470 seconds
  • Memory Usage 2,262KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete