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.

Hi, Im kind of new to Phpbb2

2 posters

Go down

Hi, Im kind of new to Phpbb2 Empty Hi, Im kind of new to Phpbb2

Post by Hahamikey July 28th 2009, 3:26 am

Hello, im having trouble creating a shop and i need some help

Code:

<script>
var Name = "NAME";
var Sign = "SIGN";
var PerPost = "PERPOST";
var UserID = "ID";

var Item = new Array();
Item[Item.length] = ["ITEM","DESCRIPTION","COST"];

document.write("<script src='http://209.85.62.24/365/94/0/f367133/shop1.js'><\/script>");
</script>

That is what is in my custom html page.
Is their anything else i need to add?

I have enabled HTML via profile and admin panel but i can figure it out here is the page:

herehttp://phoenixscape.darkbb.com/Shop-h1.htm

Thank you Very Happy
avatar
Hahamikey
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Hi, Im kind of new to Phpbb2 Empty Re: Hi, Im kind of new to Phpbb2

Post by ankillien July 28th 2009, 4:08 am

Hi!

I think your code doesn't work because it is imperfect.
Use the following code.

Code:
<html><head><body>

<script>
var Name = "NAME";
var Sign = "SIGN";
var PerPost = "PERPOST";
var UserID = "ID";

var Item = new Array();
Item[Item.length] = ["ITEM","DESCRIPTION","COST"];

document.write("<script src='http://209.85.62.24/365/94/0/f367133/shop1.js'><\/script>");
</script>
</body></html>

And if it doesn't work, the problem should be in the code itself.
ankillien
ankillien
Energetic

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

Back to top Go down

Hi, Im kind of new to Phpbb2 Empty Re: Hi, Im kind of new to Phpbb2

Post by Hahamikey July 28th 2009, 4:13 am

Doesnt work check it out now


Umm do you know any shop codes?
avatar
Hahamikey
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Hi, Im kind of new to Phpbb2 Empty Re: Hi, Im kind of new to Phpbb2

Post by ankillien July 28th 2009, 4:16 am

Sorry, I don't know about any of them.
You can make a google search to find.
You can also set up a Shop using point system of forumotion.

This would help you...
https://help.forumotion.com/tricks-tips-f32/points-shop-ideas-t41194.htm
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

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