The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
New ibProArcade multiple CMPS-Module v2 Details »» | ||||||||||||||||||||
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.. Heres a Demo.. 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
|
Comments |
#22
|
||||
|
||||
This is a great mod Installed thanks stangger!
However have a little question if I may, in the file ibparcade.php what code could I add to this below in order for the "newest games" listing to be randomised. In other words, can the code be modified to randomly select the desired amount of games specified in your mod from the set amount of "new games" in the arcade? Code:
if ($games_new < $largelimit+1) { $bigfield .= newline($games_new) . $output_new . newline($games_new) . linebreak($big); $big++; } else { $smallfield .= newline($games_new) . $output_new . newline($games_new) . linebreak($small); $small++; } |
#23
|
||||
|
||||
I need more info on what you did ??
|
#24
|
||||
|
||||
Quote:
You want random new games ?? |
#25
|
||||
|
||||
Hi Strannger05,
I tried to install it into my board, but when i upload the module in CMPS3.0 i get the message "Invalid Module Specified" ... also creating the module by hand give this error... any suggestions? ::additional info:: Had a small problem with the database, so reinstalled ibparcade. I removed all adv_portal_ibp* from the database, no errors on installation except the error above. |
#26
|
||||
|
||||
I would just have to look and see if I could find the problem...
|
#27
|
|||
|
|||
I use ibProArcade 2.6.5+ on my forum.
but when it wanna to submit the score, this ERROR appeared: Quote:
thanx A LOT . |
#28
|
||||
|
||||
Quote:
That file comes with the arcade.. |
#29
|
||||
|
||||
Quote:
Fixed it by entering this query in the SQL databse: Code:
ALTER TABLE `adv_modules` CHANGE `modid` `modid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT; The "modid" is the field to be adjusted Use above command if there are database errors like these: Invalid SQL: Code:
INSERT INTO field_name .... etc etc MySQL Error : Duplicate entry '0' for key 1 Error Number : 1062 Be carefull... you're really "hacking" into the database! Replace the table name and field according to your errors you receive. This usually happens when a lock is on the field in teh database if I'm correct. Also, a good link for database issues: http://www.vbulletin.com/docs/html/ Cheers and thanks for the module!!!! |
#30
|
||||
|
||||
Thanks for sharing this mod
*INSTALLED* |
#31
|
|||
|
|||
I love this module, despite the HUGE number of queries it adds. However, there's one thing missing I'd love to have:
Since I prune scores every so often, I'd like to have a section for top three high scorers of all time (not reset when scores are pruned), not just the current high score champs (is reset when scores are pruned) . It should be simple, so I may look into this myself, but I'm throwing it out there in case someone else already did this. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|