Mot nya höjderSK Home-made Software
 

Go Back   SK Home-made Software > SK Home-made Software > SK vBulletin Modifications > Discontinued Modifications

Reply
 
Thread Tools Display Modes
  #1  
Old October 27th, 2007, 13:54
sk's Avatar
sk sk is offline
Super Moderator
Space Invaders Champion, The Donnas Puzzle Champion, Snakeman Steve Champion, Parachute Panic Champion, Triangles Champion, Space Snake Champion
 
Join Date: May 2005
Location: Uppsala, Sweden
Posts: 75
Default SK Arcade Play Personal Best

This plugin is for v3Arcade.
Add this plugin and you can see your personal record when playing a game in the arcade.

Tested on vBulletin 3.6.x and v3Arcade 1.0.7

Installation:
2 steps installation. Import plugin and edit one template.

Import SK_arcade_play_personal_best.xml as a plugin.
(Via "Plugin & Products" > "Download / Upload Plugins" > "Import Plugin Definitions XML File" in your Admin CP.)

In the template: ARCADE_PLAY
Find:
HTML Code:
 <tr align="center">
   <td class="alt1" align="center">
  <div class="smallfont"><phrase 1="$game[title]">$vbphrase[score_to_beat]</phrase>:</div>
  <strong>$game[highscore]</strong>
   </td>
 </tr>
Below it, add:
HTML Code:
<!-- SK - Personal best add -->
 <tr align="center">
   <td class="alt1" align="center">
     <div class="smallfont"><phrase 1="$game[title]">$vbphrase[personalbest]</phrase>:</div>
     <if condition="!$sk_pbscore"> 
  <em>$vbphrase[none]</em>
     <else />
  <strong>$sk_pbscore</strong>
     </if>
   </td>
 </tr>
<!-- /SK - Personal best add-->
 
Download - SK_arcade_play_personal_best.zip
__________________
Mot nya höjder

Last edited by sk; October 27th, 2007 at 14:03.
Reply With Quote
Reply

Thread Tools
Display Modes

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 +2. The time now is 17:00.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

All the programs found on these pages comes without any warranty or support, and you are using them at your own risk.
But if you have problems, questions or any comments about it, feel free to send me an email - sk@sk-software.com
Copyright 1999-2010, Sören Klasson