The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML source needed?

+2
ankillien
toni
6 posters

Go down

HTML source needed? Empty HTML source needed?

Post by toni November 8th 2009, 15:12

Hi,

Ive been asked if I can add some arcade games to my forum, and ive been searching on here. And figured I may have to add another HTML page.

Ive got to the part that I need, but I dont know what HTML source I need, or where to find one. Embarassed

Could someone please help me?

My forum is

www.bullbreedsunite.niceboard.org if you need it?

Thankyou.
avatar
toni
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by ankillien November 8th 2009, 15:27

Hello,

To put games, first of all, you need to find games that you want to put on your site. You can search for flash games on google and get the source code of that game. Most of the game sites provide source code to put game on your site.

You just have to copy and paste that code to your HTML page and save Wink
You can search goole for keywords like 'flash games for website'.

Hope this helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by toni November 8th 2009, 17:00

Ok, just one more question then.

If I go to the add new page bit, i can put more than 1 code in the HTML source? Or do I have to add each game individually?

Thankyou. Smile
avatar
toni
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by Master Marc November 8th 2009, 17:07

toni wrote:Ok, just one more question then.

If I go to the add new page bit, i can put more than 1 code in the HTML source? Or do I have to add each game individually?

Thankyou. Smile
If you add more than one code for one game on one html page, then you'll have more than one screen on the html page displaying the arcade game.

P.S, if you would like a link to a site that offers you arcade games, also giving you the source codes, private message me, Wink

Also, all credits will go to Krik for that arcade, Very good
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by toni November 8th 2009, 17:20

Ok, im quite impressed with myself being able to add a game, lol! But where is it?

I found it, via way of preview, but where has the page gone? :/
avatar
toni
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by ankillien November 8th 2009, 17:59

You need to add the link of the game page to your forum manually.

There are many ways.

1) Add link in your site navigation bar...
Admin CP > Display > Headers & Navigation > Add customized menu

2) Put link in a custom widget block...
Admin CP > Modules > Forum Widget Management > Create custom block.

3) Add link in your forum homepage message...
Admin CP > Display > Generalities > Homepage Message.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by toni November 9th 2009, 15:31

Hi, ankillien, so what ive done so far with the game is correct? Making the HTML page?

If I was to add them to the Nav bar, would this not mean that I have 10, 20, 30 even extra tabs? Or could I add one tab, and this would take you to a page with the other games on? If that makes sense?
avatar
toni
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by ankillien November 9th 2009, 15:50

Adding 10, 20, 30 links in nav bar won't look good Razz

You can add links to games in a custom widget box or you can also put it in a forum description.

To put a link you can use this HTML code...

Code:
<a href="GAME PAGE LINK HERE">GAME NAME HERE</a>

Hope this helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by toni November 9th 2009, 16:21

Ok, im new to this so please excuse me Embarassed

Would I need a widget for each game?

Is it impossible to have somethings along the lines of this?

http://yahooforum.freeforums.org/arcade.php?sid=8006699621771fbdd7e957d9048a2c88

Smile

Or is it impossible for a newbie lol! And if it is possible, am I allowed to request someone on here to help sort it out with me?
avatar
toni
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by Rok November 10th 2009, 02:32

Miniclip.com has a pretty cool arcade. You can get the script, throw it on an html page, and post the link of it on your forum.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by kirk November 10th 2009, 08:55

well i will be writing up a few different ways to have arcades.

level one arcade being simple and easy to set up.
level two arcade setting up a basic index with stickies.
level three arcade being what i call a mega arcade. all three concepts are easy to apply but it depends how much work your willing to put into it if you where to do level two or three.

here is an example link of one i am working on now.
this would be conciderd the mega arcade when completed.
it's basically just all in the indexing. as far as haveing the games. you just add them to your site. it's the linking,adding the grid,creating the text images and adding the game logos that takes the most time.

anyway when this arcade is finished i will then write up a new tutorial on how to do it. once again it's an easy concept and not hard to do it just depends how much work you want to put into it.

example arcade.. the game codes are there to if you want to use them on your forums.

http://www.iwebbuddy.com/Casino-Classics-h6.htm

So it will be at least two more weeks befor i can have everthing writen up on the 3 methods i have plus i will have to get them approved here as well. there is an arcade tutorial here now. but my ways are a lil different and updated versions.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

HTML source needed? Empty Re: HTML source needed?

Post by tony_h January 10th 2010, 07:16

ankillien wrote:Hello,

To put games, first of all, you need to find games that you want to put on your site. You can search for flash games on google and get the source code of that game. Most of the game sites provide source code to put game on your site.

You just have to copy and paste that code to your HTML page and save Wink
You can search goole for keywords like 'flash games for website'.

Hope this helps Very Happy


Hi,


Just about the copying and pasting onto the source code, I have tried to do this also. It seems as though the source code is locked?


How can you edit it?
tony_h
tony_h
Forumember

Male Posts : 245
Reputation : 6
Language : English
Location : Ireland

http://www.honda-haven.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum