Missing system-message messages


Author Message
Jan Zitniak

Posted: 4/16/2013
Quote message 


I used the template generated by Artisteer 4.1.0.59861 in my Joomla 3.0.3.

In the registration form I misses system-message messages like Required fields ..., The form succesfully filled, ... and so on when user fill out the form ok or not

When I change the template to another one (basic installed templates in Joomla) the system-message messages appear ok.

Regards Jan
 
Jan

Posted: 4/16/2013
Quote message 


Hello.

I've found where is problem. It is in generated template by Artisteer 4.1.0.59861.

Is neccessary to change the line in the installed_template/index.php
 :

echo artxPost(array('content' => '<jdoc:include type="message" />', 'classes' => ' art-messages'));

to:

echo artxPost(array('content' => '<jdoc:include type="message" />', 'classes' => 'art-messages'));


The difference is in art-messages (in the first case is art-messages with space in beginning)

Regards
Jan
 
Rob Bekke

Posted: 4/17/2013
Quote message 

Hello Jan,

I had the same issue.
There is a update that fixes this issue.

Try updating Joomla the plug-in from Marketplace.
(Export -> Marketplace -> Updates -> Joomla Template).

Regards
Rob