=======================================
=== HOW TO ADD A MODULE POSITION TO TEMPLATE
=======================================

 http://www.inmotionhosting.com/support/edu/joomla-25/create-template/add-new-position

 =======================================
=== HOW TO PRINT PAGE
=======================================

http://docs.joomla.org/Adding_print_pop-up_functionality_to_a_component

======================================
=== HOW TO FORCE USE OF PHP 5
=======================================

# Use PHP 5.3
AddType application/x-httpd-php53 .php

=======================================
=== EMBED IFRAME
=======================================

Plugins / TinyMCE / update Prohibited Elements

http://screencast.com/t/PSEF2VvIq

http://forum.joomla.org/viewtopic.php?p=1535882

JCE
http://joomlawebhosting.ca/joomla-tips/joomla-25-tips/295-joomla-2-5-jce-allow-iframe.html

=======================================
=== REMOVE INDEX.PHP FROM URL
=======================================

http://rosstanner.co.uk/2012/02/joomla-remove-index-php-url/

=======================================
=== EDIT TITLE BAR FOR EACH PAGE
=======================================

Go to Link manager -> go to the Particular link -> set it under Parameters

=======================================
=== VIEW PAGE TEMPLATE
=======================================

www.url.com/?tp=1

=======================================
=== DISPLAY EDIT BUTTON
=======================================

Be logged in

=======================================
=== NOTES
=======================================
 

turn into ecommerce

- go to extensions

- extensions.joomla.org – search ecommerce or shopping cart

- download zip files – then to Extensions / add extensions and it shows up in the Components pull-down menu

===============================================
===============================================

FORMS:

rsforms pro – try to torrent

extensions directory

===============================================
===============================================

What is a component? – person question

C – COMPONENT – ends up in 1 place – root of device – extenssions

M – MODULE – can feeds off of component – eg: top 10 articles of certain category

P – PLUG IN – you really don’t see it, it just does something

L -

===============================================
===== MOVE EDIT DATE AND HIT COUNTER
===============================================

Joomla 3.1.5
+ location of article
components\com_content\views\article\tmpl\default.php

1. Published Date:
 line number: 120

2. Change Hit:
 line number: 180

 ===============================================
===============================================