Page 1 of 1

Developer Blog on joomla.org

Posted: Thu Jun 08, 2006 11:54 pm
by fabs
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:

Code: Select all

<small><?php the_time('F jS, Y') ?> < by <?php the_author() ?> ></small>


thanks for the help guys!

Re: Developer Blog on joomla.org

Posted: Fri Jun 09, 2006 9:12 pm
by stingrey
fabs wrote:if not how do you achieve that on joomla.org?

This is achieved on dev.joomla.org via a custom Wordpress plugin created by Joomla! Core Team member and jd-wp creator Marko Schmuck.

All it does is pull an image from a specfic directory with the same name as the username of the post publiisher and add it to the post in the position you see.

Re: Developer Blog on joomla.org

Posted: Fri Jun 09, 2006 10:41 pm
by fabs
i would be honoured stingrey , if u could share some more info on that  ;)

Re: Developer Blog on joomla.org

Posted: Fri Jun 09, 2006 11:13 pm
by stingrey
fabs wrote:i would be honoured stingrey , if u could share some more info on that  ;)


Sorry but that is something you will have to ask Marko about