help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Login advice on event page leads to error 404

Login advice on event page leads to error 404

3 years 7 months ago
#28549
If I am on the event page and not logged in a light red banner appears saying I need to login first before I can register for an event. When clicking on this banner i am rerouted to the 404 error page. Up to now I could not find a place where I can set the correct link to my login page.
Code:
<input class="btn btn-warning" type="button" value="Zur Anmeldung für Veranstaltungen bitte zuerst einloggen!" onclick="window.location='/index.php?option=com_comprofiler&amp;view=login&amp;Itemid=4812';">

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

Re: Login advice on event page leads to error 404

3 years 7 months ago - 3 years 7 months ago
#28550
you're right. You should insert there the right address to login into your site. If you are using Community Builder Login, it is an other address than the only normal joomla login.

if you don't find the right link to insert, you can use the line like that:
Code:
<input class="btn btn-warning" type="button" value="<?php echo JText::_('COM_JEM_LOGIN_FOR_REGISTER'); ?>"onClick=""/>
Last edit: 3 years 7 months ago by jojo12.

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

Time to create page: 0.470 seconds