Simple Machines Community Forum

General Community => Showcase => Topic started by: Glyph on December 08, 2015, 09:07:59 PM

Title: GW2PvP
Post by: Glyph on December 08, 2015, 09:07:59 PM
Site Name: GW2PvP
Site URL: gw2pvp.com
Forum URL: http://gw2pvp.com/forum/
Standalone or Integrated: Integrated with my own scripts
Version of SMF: 2.0.11

DESCRIPTION:

Currently a small community of Guild Wars 2 "PvPers" that focuses on an economy of Rank Points. Players can trade, bet with, and sell their rank points for goods and services in the game.

This started out as a simple project, I was going to just do some simple integration into the SMF forum with a mod package, but it turned into a full blown external script with the GW2 and SMF API. It's all based on Bootstrap with a custom color pallete (LESS). The only images are from the SMF forum itself and the logo in some of the jumbotrons. It is inspired by d2jsp but with my own twist.

This is still a Work In Progress and I honestly didn't expect this to take the route that it did, but here it is. I am extremly happy so far, and obviously there's alot to be done. Overall I think there's a million things I can still do and will eventually be doing, but for now i'm open to constructive criticism or any questions you might have.

Thanks for your time! =)
- Glyph

p.s. if you're interested in helping you can contact me via PM.
Title: Re: GW2PvP
Post by: margarett on December 09, 2015, 07:00:23 AM
Looks good ;)

A note though, in your home page the links don't work ("Learn more" and the upper buttons).
The JS console says:
QuoteContent Security Policy: The page's settings blocked the loading of a resource at self ("script-src http://gw2pvp.com").
Title: Re: GW2PvP
Post by: Glyph on December 09, 2015, 06:46:07 PM
Quote from: margarett on December 09, 2015, 07:00:23 AM
Looks good ;)

A note though, in your home page the links don't work ("Learn more" and the upper buttons).
The JS console says:
QuoteContent Security Policy: The page's settings blocked the loading of a resource at self ("script-src http://gw2pvp.com").

Thank you! hmm, i've only tested this on chromium and firefox on desktop as well as dolphin and firefox on mobile.
Never got an error for CSP issue; however, i've updated the CSP origin and this _should_ fix the issue. Thank you for letting me know! Not sure if it's fixed now or not, i'll try to use some other browsers to ensure compatibility.
Title: Re: GW2PvP
Post by: margarett on December 09, 2015, 06:49:11 PM
No, it still fails in FF.
Title: Re: GW2PvP
Post by: Glyph on December 09, 2015, 07:00:30 PM
Heh, woops. just updated it now.
script-src \'self\' //ajax.cloudflare.com //gw2pvp.com //gw2pvp.org

Only things i can think of at this point is browser cache, ill jump on opera and try that
Title: Re: GW2PvP
Post by: Glyph on December 10, 2015, 09:20:52 PM
Should have done some more reading, ctrl+shift+i shows errors in chrome.
All fixed :)