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

TOPIC: How can I change the width of the "Event" title?

How can I change the width of the "Event" title? 16 years 4 months ago #1768

  • bluemuse3
  • bluemuse3's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I\'m looking to change the fixed width of the \"Event\" column on the main Event Registration page.

You can see it here - http://shamusheagerty.com/register/index.php

I poked around in com_dtregister/main.css but I think it\'s hard-coded into a PHP file.

Where should I be looking? :)

Thanks!

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

How can I change the width of the "Event" title? 16 years 4 months ago #1769

  • bluemuse3
  • bluemuse3's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Note: I can see that I need to change some PHP in dtregister.php around:

<tr><th class=\"coltitle\" align=\"left\" width=\"100\"><?php echo DT_EVENT;?></th><th class=\"coltitle\" align=\"left\"><?php echo DT_DATE;?></th>

<?php
if($capacity_column)
echo \'<th class=\"coltitle\" align=\"left\">\'.DT_CAPACITY.\'</th>\';
if($registered_column)
echo \'<th class=\"coltitle\" align=\"left\">\'.DT_REGISTERED.\'</th>\';
?>
</tr>

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

How can I change the width of the "Event" title? 16 years 4 months ago #1770

  • bluemuse3
  • bluemuse3's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Ok. I solved it myself. It was really simple...

Just had to change:

<th class=\"coltitle\" align=\"left\" width=\"100\"><?php echo DT_EVENT;?></th>

to:

<th class=\"coltitle\" align=\"left\" width=\"250\"><?php echo DT_EVENT;?></th>

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

How can I change the width of the "Event" title? 16 years 4 months ago #1773

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Congrats :)

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

  • Page:
  • 1
Time to create page: 0.153 seconds