-Ezy Arcade]
NOTE: This is Ezy Shop not Ezy Arcade!!! Can a mod please edit the title?Preview1. Create a Category, Name it "Shop"
2. Create a Forum, Name it "Shop". Leave everything blank except permission masks.
3. Put this code in board wrappers, after BOARD
- Quote:
-
</tr>
</table>
<script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="http://i5.photobucket.com/albums/y161/TheEdgeNiteShow/coin.gif"0" alt="" /> <a href="SHOP-LINK">Shop</a>'
var uCell = document.getElementsByTagName('TD')
for (i=0;i<uCell.length;i++){
if (uCell.align=="right" && uCell.innerHTML.match("act=calendar") && uCell.innerHTML.match("act=Help")){
var addLink=""
for (j=0;j<aLink.length;j++){
addLink+=aLink[j]+" "
}
uCell.innerHTML=addLink+uCell.innerHTML
}}
</script>
4. Go to Manage Forums and click the triangle next to "Shop"
5. Put this in "Rules Title"
- Quote:
-
<center> Shop <center>
6. Put this in "Rules text"
- Quote:
-
<div style="text-align:center">
<table width="65%" align="center" border="0"><tr><td>
<div class="tableborder">
<div class="maintitle" align="left" style="text-align:left"><img src="http://i1.ifrm.com/style_images/1/nav_m.gif" border="0" alt=">" width="8" height="8" />
Welcome
</div>
<table width="100%" border="0" cellspacing="1" cellpadding="4"><tr><td class="row1">
Welcome to the shop. To buy something you need to have the ammount of money for that item. Then PM the Admin of the forum with what item you want and they will have it done as soon as possible.
</td>
</tr>
</table>
</div>
</td></tr></table>
7. To add items add this to the bottom:
- Quote:
-
</div>
<br />
<br />
<div class="tableborder">
<div class='maintitle' align='left'> Change your name</a></div>
<table border="0" cellspacing="1" cellpadding="4">
<tr>
<th align="center" width="2%" class='titlemedium'></th>
<th align="left" width="59%" class='titlemedium'>Item. </th>
<th align="center" width="20%" class='titlemedium'><center>Cost</center></th>
</tr> <tr>
<td class="row4" align="center"><img src="ITEM-PIC-URL" height="20" width="25"></a></td><td class="row4"><b><a href="LINK TO PM ADMIN"foo('elemenId')">Change your name</a></b><br /><span class='desc'>for only $200<br /></span></td>
<td class="row2" align="center 1."></a> <b>$200</b></td></table></div>
8. Change "Don't Show" to "Show link only"
9. In your forum go into Shop and click on the link above the forum titled "Shop"
10. Copy the address in the address bar and put it in the code under BOARD where it says SHOP-LINK
11. Click on "Edit" next to the Category titled "Shop" and change "Visible" to "Hidden from Forum List, can access via URL if known"
Red = Editable
Made after trying to use the Ezshop and it not working, I tried making my own.