david steadson

Reviews(4)
 
bydavid steadson, October 26, 2009
Article-Generator
This component successfully pulls in articles from RSS feeds, however as others have noted it's lacking in documentation, with a number of back-end configuration settings that have no explanation. There also appears to be no easy way to change the way article intros are formatted, with a forced two column layout (image + text) that looks poor if there are no images in the feed.
bydavid steadson, July 11, 2009
JcatX
This does exactly what it says it does and I have no idea why this functionality isn't in joomla core along with mod_sections.
bydavid steadson, May 12, 2009
Mini Post-it
A small module that does one thing and does it very well. Adds character to my site, thanks!
bydavid steadson, April 22, 2009
JUMultithumb
I was looking for a plugin to cleanup oversized images on my frontpage and in blog/article layouts and this does it great. Two things missing - I'd like to be able to easily tell it to not thumbnail ALL articles, just do if for the frontpage/blogs. It also would be great with an easy way to change the margins around the thumbnail. It may be their but I couldn't find it.
Owner's reply

>I was looking for a plugin to cleanup oversized images on my frontpage and in blog/article layouts and this does it great. Two things missing - I'd like to be able to easily tell it to not thumbnail ALL articles, just do if for the frontpage/blogs.

Good idea! In next version will be.

>It also would be great with an easy way to change the margins around the thumbnail. It may be their but I couldn't find it.

Please use classes "juleft" and "juright" for change margin in your css.

Look example:

.juleft{
float: left;
margin: 0 6px 6px 0;
}
.juright{
float: right;
margin: 0 0 6px 6px;
}