×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Front end login issue
MULTINOVUM sp. z o.o.
New Member
Posts: 15
10 Anni 6 Mesi fa #15
da MULTINOVUM sp. z o.o.
Front end login issue è stato creato da MULTINOVUM sp. z o.o.
it doesn't work
Si prega Accedi o Crea un account a partecipare alla conversazione.
MULTINOVUM sp. z o.o.
New Member
Posts: 15
10 Anni 6 Mesi fa #17
da MULTINOVUM sp. z o.o.
Risposta da MULTINOVUM sp. z o.o. al topic Front end login issue
I have websites on two version Joomla 3.2.3 and 3.3
. I use the same component on both websites
In frontend when I make FormComponent, the main button SEND gives no effect - dont save item
But if I put not correct value in input field the SEND button work - that monit, that I set wrong value
. I use the same component on both websites
In frontend when I make FormComponent, the main button SEND gives no effect - dont save item
But if I put not correct value in input field the SEND button work - that monit, that I set wrong value
Si prega Accedi o Crea un account a partecipare alla conversazione.
MULTINOVUM sp. z o.o.
New Member
Posts: 15
10 Anni 6 Mesi fa - 10 Anni 6 Mesi fa #19
da MULTINOVUM sp. z o.o.
Risposta da MULTINOVUM sp. z o.o. al topic Front end login issue
I noticed - when I logged as superuser in frontend - it works. But every user have to be superuser?
Of course I set all permissions for registered user in backend component administration
Of course I set all permissions for registered user in backend component administration
Ultima Modifica 10 Anni 6 Mesi fa da MULTINOVUM sp. z o.o..
Si prega Accedi o Crea un account a partecipare alla conversazione.
MULTINOVUM sp. z o.o.
New Member
Posts: 15
10 Anni 6 Mesi fa #20
da MULTINOVUM sp. z o.o.
Risposta da MULTINOVUM sp. z o.o. al topic Front end login issue
this code (in views/form) has an some error - when I remove that - it works for registered user too:
<?php if (!JFactory::getUser()->authorise('core.admin','lista')): ?>
<script type="text/javascript">
jQuery.noConflict();
jQuery('.tab-pane select').each(function(){
var option_selected = jQuery(this).find(':selected');
var input = document.createElement("input");
input.setAttribute("type", "hidden");
input.setAttribute("name", jQuery(this).attr('name'));
input.setAttribute("value", option_selected.val());
document.getElementById("form-kontakt").appendChild(input);
jQuery(this).attr('disabled',true);
});
</script>
<?php endif; ?>
<?php if (!JFactory::getUser()->authorise('core.admin','lista')): ?>
<script type="text/javascript">
jQuery.noConflict();
jQuery('.tab-pane select').each(function(){
var option_selected = jQuery(this).find(':selected');
var input = document.createElement("input");
input.setAttribute("type", "hidden");
input.setAttribute("name", jQuery(this).attr('name'));
input.setAttribute("value", option_selected.val());
document.getElementById("form-kontakt").appendChild(input);
jQuery(this).attr('disabled',true);
});
</script>
<?php endif; ?>
Ringraziano per il messaggio: Søren Beck Jensen
Si prega Accedi o Crea un account a partecipare alla conversazione.
dayton
New Member
Posts: 1
10 Anni 6 Mesi fa #28
da dayton
Risposta da dayton al topic Front end login issue
Thanks for the suggestions....
Si prega Accedi o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.054 secondi