Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: [SOLVED] Event Listing Questions

[SOLVED] Event Listing Questions 13 years 8 months ago #13294

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
The title of the event has no separate styling class... it is just a link, so whatever your site template styling for links is, that is what is used. To style links inside of the event listing page separately, add this to the main.css file:

tr.eventListRow1 a:link { }

tr.eventListRow2 a:link { }

Put whatever styling inside of the { } that you need. This will apply to all text links inside of the list table.

If you need to get styling added ONLY to the title, you'll need to modify the code further in file:
/components/com_dtregister/views/event/tmpl/list_row.php

Look for:
<td align="left" class="eventlist">[url=<?php echo $event_title_href;?>]<?php echo $row->title;?>[/url]

		<?php }else { ?>

		<td align="left" class="eventlist"><?php echo $row->title;?>

          <?php } ?>

Where you see $row->title, this is where the title is pulled in. You can add some styling directly into this spot, or you could add a class name to pull in additional styling through the main.css file.

Please Log in or Create an account to join the conversation.

[SOLVED] Event Listing Questions 13 years 8 months ago #13314

  • soundtraxx
  • soundtraxx's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Karma: 1
  • Thank you received: 1
Thank you! You answered my question so thoroughly with step by step directions, you went above and beyond. Thank you again.

Please Log in or Create an account to join the conversation.

[SOLVED] Event Listing Questions 13 years 8 months ago #13338

  • soundtraxx
  • soundtraxx's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Karma: 1
  • Thank you received: 1
A view by Month & Year would also fix my problem; I would like to make it look like this.

[attachment=0:2r18io39]<!-- ia0 -->1111.jpg<!-- ia0 -->[/attachment:2r18io39]
Attachments:

  • Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.

Please Log in or Create an account to join the conversation.

[SOLVED] Event Listing Questions 13 years 8 months ago #13348

  • soundtraxx
  • soundtraxx's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Karma: 1
  • Thank you received: 1
This could easily be implemented with a "Show X amount of events per category" feature.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Time to create page: 0.100 seconds