Can someone help me on how to modify the .php or .xml file on how the Latest Events are displayed.
I have a box on the right margin to list all the upcoming events. At present the Upcoming Events list gets displayed using<strong> tags</strong>.
Right now each item is displayed in each row. ie. Title in one row, date in the next row, details the next row and so on. I like to have some of those fields side by side... For that I need to add more in each row and move those objects in to the tags or I have to convert them to tags and have the tags float to left. But I can't figure out which module has the code and how I can change the tags to tags.
In both cases, I need to modify the underlying code. If someone can help me figure that out, that would be greatly appreciated.
I have a box on the right margin to list all the upcoming events. At present the Upcoming Events list gets displayed using<strong> tags</strong>.
Right now each item is displayed in each row. ie. Title in one row, date in the next row, details the next row and so on. I like to have some of those fields side by side... For that I need to add more in each row and move those objects in to the tags or I have to convert them to tags and have the tags float to left. But I can't figure out which module has the code and how I can change the tags to tags.
In both cases, I need to modify the underlying code. If someone can help me figure that out, that would be greatly appreciated.