Version: v2, by stangger5
Developer Last Online: Oct 2023
Category: Add-On Releases -
Version: 3.6.8
Rating:
Released: 10-14-2007
Last Update: 10-17-2007
Installs: 209
Supported Template Edits
Additional Files
This was developed using vBulletin 3.6.8, vBadvanced CMPS v3.0 and
ibProArcade 2.6.5+ & 2.6.6+
This version should show the right date/time now..
This modification may not be copied, reproduced or published elsewhere without my permission.
This is a multiple CMPS-Module that is highly configurable..
You can setup if each of the included Info-Boxes should appear or not, and how many Games/Scores each one should show..
This Module can be used as a center-Module displaying alot of information, or just a sidebar-Module with just one (or more) active Info-Boxes..
The Module can show:
* Latest Scores
* Latest Highscore-Champions
* Top X Highscore-Champions
* Random Game(s)
* newest Game(s)
* most popular Game(s)
* best rated Game(s)
How to install:
1) Upload the arcade.module-File with vbAdvanced's AdminCP-Functions
admincp >> vBa CMPS >> Download / Upload Module,,
Select arcade.module file from your computer.
Select Style to install templates to..
After Rebuild Style Information ,,click "Continue" to activate this module on your CMPS pages.
Move to: Center Column,,then set the Order:
2) Import the product-ibProArcade_CMPS.xml-File,,Only,, if the arcade.module does not write the adv_portal_ibproarcade template.
Next versions will have more options..Stats and Touraments info..
If you have the older ibproarcade CMPS module v1 install,,all you need to do is overwrite the ibproarcade.module through your ftp,,using the one from ibProArcade CMPS v2 module.zip../modules/ibproarcade.module
Enjoy !!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
OK... how can I add a small module block for this onto the right column? I have the main module block in the center area, but I'd like to add a smaller one now. You didn't provide info on how to do that in the instructions.
I`m still having problems. I am using cmps 3.0.1 and VB v3.7.2 and I updated to this version, I`m assuming it is the most up to date right?
I get this message on the top of my portal page repeated several times (and then it shows the rest of my portal page all in tact under it)
Warning: Division by zero in [path]/modules/ibparcade.php on line 400
when i install and activate this module, I get the following SQL error:
Code:
Invalid SQL:
SELECT g.gid, g.gname, g.gcount, g.gtitle, g.g_rating, g.gwords
FROM forum_games_list AS g, forum_games_cats AS c
WHERE g.active='1' AND g.gcat=c.c_id AND c.password=''
ORDER BY gid DESC
LIMIT 5;
will really appreciate if somebody makes it xhtml valid. This is the only part in my site that isn't xhtml valid and thus generating a lot of validation errors.
will really appreciate if somebody makes it xhtml valid. This is the only part in my site that isn't xhtml valid and thus generating a lot of validation errors.
Actually i would have done it myself and I DID remove 90% of the errors, but you see this mod doesn't use the normal vba style coding. Most of the HTML is generated from .PHP and not from the template. So, it has become quite confusing for me.