| QUOTE (Horgande @ Jul 23 2008, 09:52 AM) |
Here is just a few of my opinions, and what I can suggest to be changed:- Fantastic board so far, apart from the huge number of posts and members, the community seems great! Defiantly an upside to the board.
- The custom skin, graphics, and different additions to the skin, and the multiple unique advertising uses make this board a one-of-a-kind board.
- Some graphics and colors used seem out of place though, which include the red bar when posting, the white part in the maintitle, and what looks to be yellow text in the Tag Ads.
Suggestions:- Change the white in the maintitle to something that suits the current theme more, like say a grey that matches the text color used.
- A favicon would be nice, something as simple as an 'MA' on the image would be enough to make the board's favicon unique.
- Reverse the order of the colors in the Tag Ads, as the boards with the smaller text have colors easier to read, while the bigger text is harder to read, unless this is what you intended.
- Get a custom Forum Rules icon, as the default one clashes with the skin, and really stands out in an unprofessional way.
- Install the code below to your Footers wrapper, to remove the Welcome back text, unless you want it there, I generally find it annoying.
Hmm, that is it for now, more might be added in future. Depends if the topic is trashed before then or not. :P I still need to get a better look at the board, so more will be added/changed, shortly.
Welcome Back Remover:
| CODE | <!-- // Remove 'Welcome back' text by ticlo // http://s4.invisionfree.com/Digitalized/ function removeWelcomeBack() { var c, n; var e = document.getElementsByTagName('DIV'); for (n = 0; n < e.length; n++) { if (e[n].innerHTML.indexOf('Welcome back; your last visit was on') != -1) { for (c = e[n].firstChild; c; c = c.nextSibling) { if ((c.nodeName == '#text') && (c.nodeValue.indexOf('Welcome back; your last visit was on') != -1)){ c.parentNode.removeChild(c); return; }}}}};
removeWelcomeBack(); // --> |
|
Hmm. Regarding the "Yellow" I think its okay as its a very green yellow. Also, I like the maintitles as they are. But you need to fix the new reply page part, and the membet groups (

), and a favicon would be brilliant. Could I have a go? ^_^.
I don't know what you mean by welcome back text.