
Put your site @http://www.xoops-topsites.com
CREATE TABLE banner (
bid smallint(5) unsigned NOT NULL auto_increment,
cid tinyint(3) unsigned NOT NULL default '0',
imptotal mediumint(8) unsigned NOT NULL default '0',
impmade mediumint(8) unsigned NOT NULL default '0',
clicks mediumint(8) unsigned NOT NULL default '0',
imageurl varchar(255) NOT NULL default '',
clickurl varchar(255) NOT NULL default '',
date int(10) NOT NULL default '0',
htmlbanner tinyint(1) NOT NULL default '0',
htmlcode text NOT NULL,
PRIMARY KEY (bid),
KEY idxbannercid (cid),
KEY idxbannerbidcid (bid,cid)
) TYPE=MyISAM;
Bender wrote:
Great one SMD.
Looks much less "crowded" than the original theme before.
Comments:
Not sure about the blue tables holding the usernames/ips/flags. Could be either with grey background instead of blue or even without the cell outlines just as a list like
Flag IP (module)
Just a thought though
If its not fixed width for the reason of keeping it compatible with 800/600 users ... then maybe bump up the percentage a little?
So more words find space in the center column per line?
wcrwcr wrote:
Hey smdcom
What a change
I feel like having more room now.
Lite and clear.
Good color combination and one more example of a nice two columms layout.
Great.
Congrats
phppp wrote:
I like the clean, simple style.
One minor issue: the "powered by you" text is overlapped with your logo (firefox)