• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Modifying the event details page ?

Modifying the event details page ? 14 years 1 month ago #13095

  • Geniweb
  • Geniweb's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
JOOMLA 1.6.1 | RSEVENT 1.2.0

Hello,

I need to modify the presentation structure of the event details page.

I built my own template but I need more than just the ability to work with the wrappers of each call function. For example, I'd like to create a DIV or TABLE structure to display each row of details and separate the label from its content.
<table>
  <tr>
    <td>Hosted by:</td>
    <td>...</td>
  </tr>
  <tr>
    <td>Start:</td>
    <td>...</td>
  </tr>
  <tr>
    <td>End:</td>
    <td>...</td>
  </tr>
</table>

Can anyone point me to the file in question that builds the info in the event details page ?

Thanks,

Danny
6degres - Évoluez sur le 3W
www.6degres.ca
Last Edit: 14 years 1 month ago by Geniweb.
The administrator has disabled public write access.

Re:Modifying the event details page ? 14 years 1 month ago #13102

Hi Danny

Are you trying to build the template from within the Joomla backend in Components>RS Events>Settings>Events>Event Settings>Event Intro Layout ?


Go to your site root in FTP and browse to components/com_rsevents/designs/**YOUR ACTIVE TEMPLATE**/default.html That's the template file where further changes can be made.
The administrator has disabled public write access.

Re:Modifying the event details page ? 14 years 1 month ago #13120

  • Geniweb
  • Geniweb's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
Actually, the mods I want to do to the template cannot be done via their templating system. These can only be achieved by hacking the events.php file found in the helpers directory of the component.

The templating will allow you to modify some of the general layout but you need to alter the functions to change what i'm stating in my above post.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!