| Cash - Casino System 2.0 By THN Design (cntt_webmaster@yahoo.com)
__________________________________________________ ____________
INSTALLATION INSTRUCTIONS
1. Upload files in same structure as they are in this zip file
2. Login to your admincp and run yoursite.com/forum/admincp/install_cash.php
3. Delete install_cash.php
4. Upload the Plugin via the Product Manager!
7. Edit template 'postbist' or 'postbit_legacy'
Find:
-------------
<div>
$vbphrase[posts]: $post[posts]
</div>
-------------
Add below:
-------------
<!-- Cash - Casino System By THN Design -->
<if condition="$post['points']"><div>Points: $post[points] (<a href="cash.php?do=donate&userid=$post[userid]" target="cash">Donate</a>)</div></if>
<!-- / Cash - Casino System By THN Design -->
-------------
Find:
-------------
</div>
<!-- / attachments -->
</if>
-------------
Add below:
-------------
<!-- Cash - Casino System By THN Design -->
<if condition="$post['items']">
<div style="padding:$stylevar[cellpadding]px">
<fieldset class="fieldset">
<legend><a href="cash.php?do=useritems&userid=$post[userid]" target="cash">$post[musername]'s items</a></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[items]
</table>
</fieldset>
</div>
</if>
<!-- / Cash - Casino System By THN Design -->
-------------
8. Edit template 'navbar'
Find:
-------------
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
-------------
Add below:
-------------
<td class="vbmenu_control" id="cash"><a href="cash.php$session[sessionurl_q]">Shop</a></td>
-------------
9. Your own custom phrase to be added:
Type: GLOBAL
Name: money
Value: Gil (Or w/e you want your currency name to be)
And thats it, Cash - Casino System is installed on your forum, enjoy people ^_^ |