aery
✭✭✭aery ✭✭✭
Love Google? forum.gtricks.com is waiting
Reactions
-
Re: Is it possible to create a user sumbmitted photo gallery like this?
For wordpress we use this - `function catch_that_image() { global $post, $posts; $first_img = ''; ob_start(); ob_end_clean(); $output = preg_match_all('/<img.+src=\'"[\'"].*>/i', $pos… (View Post)1 -
Re: Installed 2.1, but posts are nowhere to be found?
@Zhaan thats the right thing to do. (View Post)6 -
Re: New Vanilla 2.1 theme in Making
@Zhaan - No it wont be that difficult. I can make traditional style theme for you :) @422 - Thanks. Much of the inspiration is from you :) (View Post)4 -
Re: Great theme, how to make quotes stand out?
@peripatew you are right. Quote will be visible to registered members. You can add top padding to .DataList .Meta class in custom css like padding-top: 10px; To push comment text down, you have to re… (View Post)1 -
Re: Great theme, how to make quotes stand out?
Go the Nebula themes custom.css Add following - blockquote.Quote, div.QuoteText {padding: 10px 10px 10px 15px;background: #EEE;border-left: 6px solid #CCC;} You can find other styles from http://www.… (View Post)2