How can one change the display order to a horizontal way?
Thursday, 22 April 2010 00:28
I’m struggling of how to display the links in horizontal order instead of vertical order.
A put an example as I know my English is quite bad, I don’t know if I explain myself.
(By the way the display order I use is last link first. For news display)
Link order, from this:
1 4 7
2 5 8
3 6 9
To this:
1 2 3
4 5 6
7 8 9
It is possible to do this? I have managed to change the CSS style a bit, but I’m not an expert. Can you help me a bit or give me advice of what approach I should take. By the way, it could be a nice upgrade for this extension to have an option in the future to display date and have the row or file order option.
Two days ago I was wandering how to display the date in every link, and I found it relative easy to modify.
In case another inexperience user as me is wandering how, I leave the line of code to add in default.php:
After line 12:
<?php echo JHTML::Date($links->date, "%A, %e. %B %Y" ) ; ?>
You’ve a good extension here. Will comment in joomla extension directory and rank this helpful extension.
Hope you can help, thanks!