Developer Blog on joomla.org
Posted: Thu Jun 08, 2006 11:54 pm
Hi All!
I have jd-wp installed and have now added category limitations so that users can blog in one category but no other. what i would need now not to get confused when seeing the blog frontpage are the cute pictures of each user .. in my blog i just see the date no author no pic... the picture should be drawn from the cb profile... is that possible? if not how do you achieve that on joomla.org?
my main index template file of jd-wp read ike that:
thanks for the help guys!
I have jd-wp installed and have now added category limitations so that users can blog in one category but no other. what i would need now not to get confused when seeing the blog frontpage are the cute pictures of each user .. in my blog i just see the date no author no pic... the picture should be drawn from the cb profile... is that possible? if not how do you achieve that on joomla.org?
my main index template file of jd-wp read ike that:
Code: Select all
<small><?php the_time('F jS, Y') ?> < by <?php the_author() ?> ></small>
thanks for the help guys!