×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Front end login issue
MULTINOVUM sp. z o.o.
Yeni Üye
Posts: 15
10 yıl 6 ay önce #15
Yazan: MULTINOVUM sp. z o.o.
Front end login issue, MULTINOVUM sp. z o.o. tarafından oluşturuldu
it doesn't work
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
MULTINOVUM sp. z o.o.
Yeni Üye
Posts: 15
10 yıl 6 ay önce #17
Yazan: MULTINOVUM sp. z o.o.
MULTINOVUM sp. z o.o. tarafından Front end login issue konusunda yanıtlandı
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
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
MULTINOVUM sp. z o.o.
Yeni Üye
Posts: 15
10 yıl 6 ay önce - 10 yıl 6 ay önce #19
Yazan: MULTINOVUM sp. z o.o.
MULTINOVUM sp. z o.o. tarafından Front end login issue konusunda yanıtlandı
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
Son Düzenleme: 10 yıl 6 ay önce Düzenleyen:MULTINOVUM sp. z o.o.
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
MULTINOVUM sp. z o.o.
Yeni Üye
Posts: 15
10 yıl 6 ay önce #20
Yazan: MULTINOVUM sp. z o.o.
MULTINOVUM sp. z o.o. tarafından Front end login issue konusunda yanıtlandı
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; ?>
Şu kullanıcı(lar) Teşekkür etti: Søren Beck Jensen
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
dayton
Yeni Üye
Posts: 1
10 yıl 6 ay önce #28
Yazan: dayton
dayton tarafından Front end login issue konusunda yanıtlandı
Thanks for the suggestions....
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Sayfa oluşturma süresi: 0.056 saniye