Is there a way to add text to the page listing all events? Currently the page has a heading of "Event Registration Page", followed by the text "Below is a list of all events that are currently open for registration. Click on the event name to proceed." I'd like to add some text to the top area of the page (general registration information). Any suggestions?
Thanks!
1) Modify the language file entry DT_EVENT_LIST_INSTRUCTIONS. The file is found:
/language/en-GB/en-GB.com_dtregister.ini
2) Modify the file dtregister.php found:
/components/com_dtregister/dtregister.php
Search for DT_EVENT_LIST_INSTRUCTIONS. This is the language tag that pulls in the text "below is a list of events..." Here you will find a HTML table where you could insert an extra table row and put in your added data.