1
deka87
My 2nd theme, let me know what you think
  • 2010/2/14 17:56

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


Hi guys,

Well, inspired with my first shot, I decided to try again and made another theme, for my website this time. Please let me know what you think and what needs to be corrected. Thanks in advance!

http://www.freelancersupport.com/
Resized Image


2
kris_fr
Re: My 2nd theme, let me know what you think
  • 2010/2/14 19:09

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


Nice ! very simply

3
deka87
Re: My 2nd theme, let me know what you think
  • 2010/2/14 19:21

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


thanks, kris. well i think the simplier the better. XOOPS lacks light themes i guess.

4
Bleekk
Re: My 2nd theme, let me know what you think
  • 2010/2/14 19:26

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


very nice theme. I like simple themes. the colors combination is really good

5
mariane
Re: My 2nd theme, let me know what you think
  • 2010/2/14 19:34

  • mariane

  • Theme Designer

  • Posts: 649

  • Since: 2008/1/11


very nice theme, by the way I like the block called : OUR MEMBERS

6
deka87
Re: My 2nd theme, let me know what you think
  • 2010/2/14 19:50

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


thanks guys!

Quote:
by the way I like the block called : OUR MEMBERS
yea, i expected it to be noticed cos i like it too it displays 45 random avatars linking to their owners.

7
Mamba
Re: My 2nd theme, let me know what you think
  • 2010/2/14 20:38

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
it displays 45 random avatars linking to their owners.

Are they totally random? And how do you become a "featured member"?

I like it, so I would like to add it to XOOPS Website. If you can, please email me the the code and we'll use it here

8
deka87
Re: My 2nd theme, let me know what you think
  • 2010/2/14 20:52

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


@Mamba

yea totally random. people are pming me about it so i'm posting the code here:

global $xoopsDB;  
$sql "SELECT u.uid, u.user_avatar  FROM ".$xoopsDB->prefix("users")." u, ".$xoopsDB->prefix("groups_users_link")." g, ".$xoopsDB->prefix("profile_profile")." p WHERE u.uid = g.uid AND u.uid = p.profile_id AND u.level > 0 AND user_avatar <> 'blank.gif' AND u.uid NOT IN (1) ORDER BY RAND()";  
$result $xoopsDB->query($sql45);    
while (list(
$uid$user_avatar) = $xoopsDB->fetchRow($result))    
{    
    echo 
'<div align="center" style="float: left; padding:2px;"><a href="' XOOPS_URL '/userinfo.php?uid=' $uid '"><img src="' XOOPS_URL '/uploads/' $user_avatar '" alt="Avatar" height="30" width="30"/></a></div>';
}
echo 
'<br><br><br><br><br><br><br>';


it'd be cool to see this block here on XOOPS

as in regard to the featured member feature. you need to purchase a pro membership plan via the subscription module. i've created a new group and made some special options available for its members only.

9
bjuti
Re: My 2nd theme, let me know what you think
  • 2010/2/14 22:31

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


Light and clean indeed. Any chance of download for futher changes? (I would like to make it black with transparent blocks )

10
sailjapan
Re: My 2nd theme, let me know what you think

Very nice theme. Excellent site all round!

Login

Who's Online

177 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 177


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits