inherit
187520
0
Mar 9, 2013 11:54:46 GMT -8
csavagery
3
December 2012
csavagery
|
Post by csavagery on Mar 6, 2013 10:01:42 GMT -8
So, I have found after a lot of research that YourShop 0.3 is really the only shop Proboards currently has in its database. So, I've gone through the steps of hosting it on its site, replaced variable shophosts with my hosting domain, and I've inserted the code at the top my global footers. However, it seems as if nothing has changed? I have no money increment on my profile or mini-profile, and I can't find a link anywhere that points me to the shop. So, I'm not sure where I've gone wrong or if the code is so outdated that it no longer works. My site: http://www.http://cstesters.proboards.com/ my hosting site: www.civilizedsavagery.businesscatalyst.com/YourShop 0.3/ the code: support.proboards.com/thread/70569 I am using google chrome. I have not updated my proboards site to v5.
|
|
inherit
187520
0
Mar 9, 2013 11:54:46 GMT -8
csavagery
3
December 2012
csavagery
|
Post by csavagery on Mar 9, 2013 11:45:25 GMT -8
/bump.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,022
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 12, 2013 15:51:01 GMT -8
Here is the response from civilizedsavagery.proboards.com/YourShop 0.3/shop/0.3/common.js <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /YourShop 0.3/shop/0.3/common.js was not found on this server.</p> </body></html> If you notice it is asking PROBOARDS for the file(s) and that is because of this line var shopHost = "http://civilizedsavagery.proboards.com/YourShop 0.3/";
Your main.js by contrast is properly loading since it is loading in its own script and not using that bad shopHost reference http://civilizedsavagery.businesscatalyst.com/YourShop 0.3/shop/0.3/main.js
|
|