PDA

View Full Version : Feedback for GSPTruth.com


DaPro
11-05-2008, 05:58 PM
Hello Everyone!

Over the past couple of months I have been working to make an online gaming community directed at offering gamers reviews for various service providers (like gamer servers, voice over IP, hosting, software, etc.) and many other resources like press releases, interviews, offers, etc.

I came up with the idea of GSPTruth and have since then been moving it along, and so far it has been a good experience. I have been able to acquire some more staff to help me moderate and been through a few design revisions as well. I would just like to get feedback, general feedback from a broad user base that this vB community can produce. Please let me know anything that you feel will benifit my little community. Thanks!

http://www.gsptruth.com/

Regards,
John

Gio~Logist
11-05-2008, 06:29 PM
Seems like a pretty neat website. Definitely a different look than most other websites (this seems more clean and less cluttered actually). How about a quick (but effective) template change such as including conditionals to make your navigation tabs appear selected when browsing those pages?

DaPro
11-05-2008, 07:22 PM
Seems like a pretty neat website. Definitely a different look than most other websites (this seems more clean and less cluttered actually). How about a quick (but effective) template change such as including conditionals to make your navigation tabs appear selected when browsing those pages?

Nice idea, how would I go about doing that if you don't mind me asking because I have wondered about that for quite some time.

Gio~Logist
11-05-2008, 10:00 PM
Nice idea, how would I go about doing that if you don't mind me asking because I have wondered about that for quite some time.

You'd need to create custom conditionals in your header template based on the page they're navigating.

Example: If you want it highlighted only on the forum homepage, it'd be something like:
<if condition="THIS_SCRIPT == 'index'">whatever class info or attributes you want to bring in here</if>