Hi,
I have installed the mod_joobbposts v 1.07. How can I remove the author link and also remove the line spacing inbetween the post title and the date ?
ie
Post subject
Date
'line space'
Post subject
Date
'line space'
Instead of ;
Post Subject
'line space'
Date
Post Subject
'Line Space'
Date
At the moment, because of the date location with the spacing it looks as though it is from a different post.
Can anyone help ?
rentfloridavillas,
best way to modify the template of the latest posts module is to copy the file
JOOMLA_ROOT/modules/mod_joobbposts/tmpl/default.php
to
JOOMLA_ROOT/templates/MyTemplate/html/mod_joobbposts/default.php
"MyTemplate" stands for your current used Joomla template. Now you can edit and modify it your way. E.g. by removing the br tag. This way you will not loose your changes on updates of the Joo!BB posts module.
Robbie