Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using Joomla 2.5. I want to remove/hide Publishing, Language and Metadata options from front-end(Create Article) so that users of the website can just enter the subject and content for their article and submit the article.
Another question - How can I Publish Joomla article programatically?
Thanks in Advance.

share|improve this question

1 Answer

up vote 0 down vote accepted

This can not be done as these fields are part of the Joomla! Article Manager form. These are the core functionality of Joomla. But if you really want it,They can probably be removed using a "Template override method" -

http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.