I am looking to modify the article component ( I do not want it to have the same article options as my main menu, but rather use the global article settings and not have to change it for each individual article, see: Joomla 3 Article Options - How to get article view different from category blog view)
To do this I need to get the parameter values set in the global article manager options (System->Global Configuration->Articles). For example the "Show Author" parameter. I have tried googling this to no avail. I have looked at the docs for JApplication, JRegistry and more and cannot see anything that would point me in the right direction.
I could probably do a SQL query to get the values, but it feels as if Joomla should have this functionality already built in.
Thanks Roelf