This seems to be my week for dumb questions.
I am wondering what determines the url for the \'click here to register link\' that displays at the bottom of the event listing?
The reason I ask is that I am having problems with item IDs.
As a result, my event registration page is rendering within the context of the home page (and thus displaying home page modules).
Normally this happens when one fails to create a menu link to the component. But in this case, I have a main menu link to DT Register. And if I follow the path through the DT Register link, it displays properly.
But my main menu link and my link within the event listing are different. Why are they different?
Any chance that the link from the event was created when perhaps there was no menu link for the component? If so, is there a way to reset the link?
Here are some examples:
Main site url:
http://www.belcommunications.net/orrrc
If you follow the DT Register link from the main menu and then click the Carol Wolff Memorial 5k Run/Walk link, then you end up here:
http://www.belcommunications.net/orrrc/index.php?option=com_dtregister&task=mainlist&type=pre_paypal_individual&eventId=9&paymentmethod=paypal&Itemid=64
From here, it knows that it is in the DT Register area and does not display any modules.
But if you click in through either the calendar or from the main menu link to the Carol Wolff Memorial 5k Run/Walk, then of course you end up at the event listing within the JEvents component here:
http://www.belcommunications.net/orrrc/index.php?option=com_events&task=view_detail&agid=9&year=2008&month=09&day=13&Itemid=65
From here, if you click the \'Click here to register for this event\' link, then you end up here:
http://www.belcommunications.net/orrrc/index.php?option=com_dtregister&task=mainlist&type=pre_paypal_individual&eventId=9&paymentmethod=paypal&Itemid=99999999
Notice that this page still thinks it is at the home page on the main menu and the right side module displays.
I\'m sure that this is something trivial, but I need a push in the right direction.
Thanks!