Tuesday, 6 October 2009

Artisteer Frontend editor button hiding problem fix

If it's helpful to anyone else, I just edited and replaced the following HTML table code in this file --> com_content --> article --> form.php.


It just removes all of the styling around the buttons themselves, but leaves the rest of the styled form intact.








escape($this->article->title); ?>" maxLength=100 size=50 name=title> escape($this->article->alias); ?>" type=hidden name=alias> " type=button> " type=button>

No comments:

Post a Comment