Posts: 541
Joined: Dec 2009
Reputation: 0 Points: 870
RE: ArcadeBB WordPress Arcade Theme - FREE
(03-30-2010 09:38 AM)sherly Wrote: how do you add games manually?
To add games manually, simple add a new post as follows:
1) Title - Enter the name of your game.
2) Content - Enter the description of your game.
3) Under custom field, add
a) height - height of your game.
b) width - width of your game
c) instructions (optional) - instruction of your game
d) desciption - desccription of your game (same as step 2).
e) swf_url or swf - swf location or filename
f) thumbnail_url or thumbnail - thumbnail location or filename.
It is recommend to use swf_url (custom field) if you are using mochi supplied swf url.
If you are using your own hosted swf, use swf (custom field) and enter just the swf filename. In this case, you can have as many sites sharing the same swf hosted on 1 single location. All you need is to set
$swf_domain = 'http://123.45.67.89/swf/";
in your wp-config.php.
I will make it a option in the next verstion of ArcadeBB WordPress Arcade Theme.
For dcr files, use dcr_url or dcr if using $dcr_domain.
eg. $dcr_domain = 'http://123.45.67.89/dcr/";
Same applied for thumbnail_url and thumbnail if using $thumbnail_domain.
eg. $thumbnail_domain="http://img.yourdomain.com/img/";
Posts: 541
Joined: Dec 2009
Reputation: 0 Points: 870
RE: ArcadeBB WordPress Arcade Theme - FREE
(03-30-2010 03:36 PM)sherly Wrote: Thank you!
How do you get those top-rated-high-score-games, most played & etc to run? I am having 404 error on these pages.
For those pages, you need to add page.
1) Goto pages, add new page
2) Enter Page Title
3) Select Template for the page you add