Global Configuration
Mailer: SMTP Server
Mail from: messologgi@gmail.com
From Name: Δήμος Μεσολογγίου
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication: Yes
SMTP Security: None
SMTP Port: 25
SMTP Username: messologgi@gmail.com
SMTP Password: ******
SMTP Host: ssl://smtp.gmail.com:465…
If you want to hide the categories that is disabled for a user you have to do the following:
You must find the page http://yoursite/components/com_k2/views/item/tmpl/form.php
and replace
if(window.ie){
var disabledOptions=$$(‘#catid option[disabled]‘);
$each(disabledOptions, function(option){
option.setStyle(‘height’, ’0px’);
});
}
with this code…