Arcade Webmaster Forum - Arcade Webmasters Talk Arcades at ArcadeBB
Current time: 09-07-2010, 11:07 AM


Arcade Webmaster Forum - Arcade Webmasters Talk Arcades at ArcadeBB ok Arcade Forum ok Arcade Scripts and Software ok WordPress Arcade
ok ArcadeBB WordPress Arcade Theme - FREE
Pages (5): « Previous 1 2 3 4 5 Next »
Post Reply 
araclar
ArcadeBB WordPress Arcade Theme - FREE
Threaded Mode
Linear Mode
 
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
03-20-2010, 03:28 AM
Post: #11
ArcadeBB Online
Administrator
*******
Posts: 541
Joined: Dec 2009
Reputation: 0
Points: 870
RE: ArcadeBB WordPress Arcade Theme - FREE
(03-19-2010 08:43 PM)xpoll Wrote:  
(03-19-2010 03:36 AM)xpoll Wrote:  
(03-18-2010 03:09 AM)ArcadeBB Wrote:  
(03-17-2010 08:28 PM)xpoll Wrote:  dear arcadebb,

i've sent a pm to you.

im waiting your response

rgrds

Hi xpoll,

I have send you a copy to your email address.

tks arcadeBB, i've installed it but didnt work on me. Its appear without header.

Any installation guide?
there are any question for me :

when i used this template , only 3 segments appears :top rated games, latest games, and most played games, without any header at the top nor sidebar.

With the mochiads plugin , no setting about our mociads publishr id?

The mochiads plugin comes with a general feed url and does not required any id.

In the mochi.php, there is a line where

feed url = http://www.mochimedia.com/......

You can replace it with your feed if you want.

Arcade Webmaster Forum where Arcade Webmasters Talk Arcades
Visit this user's website Find all posts by this user
Quote this message in a reply
03-24-2010, 03:30 PM
Post: #12
xpoll Offline
Junior Member
**
Posts: 4
Joined: Mar 2010
Reputation: 0
Points: 5
RE: ArcadeBB WordPress Arcade Theme - FREE
(03-20-2010 03:25 AM)ArcadeBB Wrote:  
(03-19-2010 03:36 AM)xpoll Wrote:  tks arcadeBB, i've installed it but didnt work on me. Its appear without header.

Any installation guide?

Hi Xpoll,

Follow the steps for widgets described in post 1

i've edit sb-xxxx.php files and insert the code, but only the footer is appear, not in header, top nor sidebar.

here is the test site

any another setting except insert the code aboce in sb-xxxx.php files?

Free Online Flash Games
Find all posts by this user
Quote this message in a reply
03-25-2010, 11:25 AM
Post: #13
ArcadeBB Online
Administrator
*******
Posts: 541
Joined: Dec 2009
Reputation: 0
Points: 870
RE: ArcadeBB WordPress Arcade Theme - FREE
(03-24-2010 03:30 PM)xpoll Wrote:  i've edit sb-xxxx.php files and insert the code, but only the footer is appear, not in header, top nor sidebar.

here is the test site

any another setting except insert the code aboce in sb-xxxx.php files?

Hi xpoll,

Did you edit all the 9 widgets?

1. Insert the following code to your 9 widgets Replace xxxxx with header, top, top3, sb1,sb2,sb3,bottom3,bottom,footer respectively.

Quote:<?php include($_SERVER["DOCUMENT_ROOT"].'/wp-content/themes/'.get_option(template).'/sb-xxxxx.php');?>

2. edit sb-xxxxx.php and save any changes.

3. Clear the Super-Cache Plugin if you activated it.

Arcade Webmaster Forum where Arcade Webmasters Talk Arcades
Visit this user's website Find all posts by this user
Quote this message in a reply
03-28-2010, 02:41 AM
Post: #14
killdeer Offline
Junior Member
**
Posts: 1
Joined: Mar 2010
Reputation: 0
Points: 2
RE: ArcadeBB WordPress Arcade Theme - FREE
Hi ArcadeBB,

I've pmed you and waiting for your reply Big Grin
Find all posts by this user
Quote this message in a reply
03-28-2010, 10:27 AM
Post: #15
ArcadeBB Online
Administrator
*******
Posts: 541
Joined: Dec 2009
Reputation: 0
Points: 870
RE: ArcadeBB WordPress Arcade Theme - FREE
(03-28-2010 02:41 AM)killdeer Wrote:  Hi ArcadeBB,

I've pmed you and waiting for your reply Big Grin

Hi killdeer,

PM replied and File send.

Let me know if you have any problem.

Regards

Arcade Webmaster Forum where Arcade Webmasters Talk Arcades
Visit this user's website Find all posts by this user
Quote this message in a reply
03-30-2010, 09:38 AM
Post: #16
sherly Offline
Junior Member
**
Posts: 7
Joined: Mar 2010
Reputation: 0
Points: 13
RE: ArcadeBB WordPress Arcade Theme - FREE
how do you add games manually?
Find all posts by this user
Quote this message in a reply
03-30-2010, 11:07 AM
Post: #17
ArcadeBB Online
Administrator
*******
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/";

Arcade Webmaster Forum where Arcade Webmasters Talk Arcades
Visit this user's website Find all posts by this user
Quote this message in a reply
03-30-2010, 03:36 PM
Post: #18
sherly Offline
Junior Member
**
Posts: 7
Joined: Mar 2010
Reputation: 0
Points: 13
RE: ArcadeBB WordPress Arcade Theme - FREE
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.
Find all posts by this user
Quote this message in a reply
03-30-2010, 05:23 PM
Post: #19
ArcadeBB Online
Administrator
*******
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

Let me know if you encounter any problem.

Arcade Webmaster Forum where Arcade Webmasters Talk Arcades
Visit this user's website Find all posts by this user
Quote this message in a reply
04-06-2010, 01:22 PM
Post: #20
blacksheep Offline
Junior Member
**
Posts: 1
Joined: Apr 2010
Reputation: 0
Points: 2
RE: ArcadeBB WordPress Arcade Theme - FREE
Hi ArcadeBB,

pm sent and waiting for your reply, thanks
Find all posts by this user
Quote this message in a reply
 
« Next Oldest | Next Newest »
Pages (5): « Previous 1 2 3 4 5 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


Iphone Seri 4 Tasarımı blackinci Tarafından Yapılmıştır
Powered By MyBB, © 2002-2010 MyBB Group.