Joomla 2.5 views - php vs html suffix -


i'm looking @ site under development (at wife's work). it's being built joomla 2.5.x, , it's using kunena template forum.

each page on site uses single url php variables, e.g. www.sitename.com/index?option=com_content&view=article&id=96&itemid=101.

however, on demo site, suffix .html though content cms/database-generated.

what want know is:

  1. why site @ wife's work use .php?...?
  2. where in backend administration portal (to have access) settings each view (presumably using mvc framework)? or available editing php files directly?

thanks.

addendum

i found this documentation helps explain #1. still answer #2.

first, should never edit joomla file directly. if there ever somethign can't via setting, override file. changes make in core files, besides potentially breaking things, overwritten on update.

in terms of settings in general every view has options button , set default settings component there. there in general individual settings in items , menu items override defaults.

kunena has more complex configuration , has own complete ui.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -