PDA

View Full Version : Add-On Releases - Who`s Playing Texas Hold`em on vba CMPs-module


stangger5
11-25-2007, 10:00 PM
This module shows Who`s Playing Texas Hold`em for Andrew Green`s Casino..
Shows players names and count..
Casino found here (https://vborg.vbsupport.ru/showthread.php?t=159151) ..

For use with vBadvanced CMPS v3.0 RC2..

Heres a Demo (http://www.next-level-arcade.com) ..

Add one Phrase:
Admincp >> Phrase Manager >> Add New Phrase
Phrase Type: GLOBAL
Product: vbulletin
Varname: no_members_playing_texas_hold
Text: No members playing at the moment.

Install the module:
Upload the texasholdem.module with vbAdvanced's AdminCP-Functions.

admincp >> vBa CMPS >> Download / Upload Module,,
Select texasholdem.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: right or left Column,,then set the Order:

Enjoy !!:)

TheDogzBollox
11-26-2007, 09:03 AM
Thanks, just what i was after... however;

XML Error: not well-formed (invalid token) at Line 1 on upload of module :confused:

stangger5
11-26-2007, 11:05 AM
XML ???..This isnt a XML plugin..

Did you,,
Install the module:
Upload the texasholdem.module with vbAdvanced's AdminCP-Functions.

admincp >> vBa CMPS >> Download / Upload Module,,
Select texasholdem.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: right or left Column,,then set the Order:

buurman
11-27-2007, 06:36 AM
Awesome Stangger for making them so fast after my request!!

Donation is on its way!!

Thx!!

fatal1980
11-28-2007, 05:58 PM
Really good mod! Thanks!

carleboy
12-12-2007, 05:46 PM
Install the module:
Upload the texasholdem.module with vbAdvanced's AdminCP-Functions.

admincp >> vBa CMPS >> Download / Upload Module,,
Select texasholdem.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: right or left Column,,then set the Order:

i cant find "admincp >> vBa CMPS >> Download / Upload Module,," can somone elaberate please. i may just be missing it but iv serched for about 30 mins now and cant find how to install a module. ?

screen shot or somthing will be helpfull please.

will click install as soon as i have it installed lol.

stangger5
12-12-2007, 06:01 PM
Do you have vBadvanced CMPS v3.0 RC2 installed ??

If so,,look in the column on the left side of the admincp..
You should see vBa CMPS..Expand that to see Download / Upload Module option..

carleboy
12-12-2007, 06:18 PM
i do now lol cheers didnt know it was a seperate thing lol

forumrunt
01-01-2008, 04:13 AM
Ok how do I have it show up in all themes?

stangger5
01-01-2008, 05:34 AM
You can select to install on one or every style..

admincp >> vBa CMPS >> Download / Upload Module,,
Select texasholdem.module file from your computer.
Select Style or styles to install templates to..

or you can add the adv_portal_texas_players template to every style yourself..

admincp >> Styles & Templates >> Style Manager : Add New Template

Title:
adv_portal_texas_players

Template :
<tr>
<td class="thead"><span class="smallfont">Members: $countplayers</span></td>
</tr>
<tr>
<td class="$altbgclass"><span class="smallfont">$texasusernames</span></td>
</tr>
<tr>
<td class="$bgclass"><span class="smallfont"><a href='casino.php?do=texasholdem'>Click here to join them.</a></span></td>
</tr>