Update instructions Pages-and-Items

from any version to version 1.5.2

From 1.4.6 to 1.5.2 on Joomla 1.5.x you can also just upgrade the component by installing the 1.5.2 component over the old 1.4.6 component. The module and plugin are the same.

OR

Download the patch, unzip and upload it to your site root.

compat_15_native.png

compat_10.png
   

from version 1.4.5 to version 1.4.6

Download the patch and upload it to your site root.

compat_15_native.png

compat_10.png
   

from version 1.4.4 to version 1.4.5

  1. Download the patch and upload it to your site root.
  2. open the configuration and click 'save'.

compat_15_native.png

compat_10.png
   

from version 1.4.3 to version 1.4.4

Download the patch and upload it to your site root.

compat_15_native.png

compat_10.png
   

from version 1.4.2 to version 1.4.3

Download this patch and paste it in your site root.
   

from version 1.4.1 to version 1.4.2

  1. If you want to save your configuration, take notes or open the current config in a browser tab and don't close it ;-)#
    When you reinstalled everything you can synchcronize the new config with the old.
    This will be the last time you will have to do this, as in this version the config is in the database and next time you update all config is saved, so you don't have to backup-synch or redo your config any more.
  2. uninstall component Pages-and-Items version 1.4.1
    All data will be saved as the database tables do not get deleted on uninstall.
  3. install component Pages-and-Items version 1.4.2
  4. uninstall plugin Pages-and-Items (content plugin) version 1.4.0
  5. install plugin Pages-and-Items (content plugin) version 1.4.1
  6. uninstall module Pages-and-Items version 1.0.1
  7. install module Pages-and-Items version 1.0.2
  8. go to the module manager
  9. enable the module, set its position to a module position which is on each page (like 'footer' or 'left'), hide the title and make sure the module is assigned to 'all' menu's (pages).
  10. go to 'components' > 'Pages-and-Items' and open the configuration
  11. Read every option carefully and set the config as needed.
  12. click 'save', to save your configuration
If you are using itemtypes Image-gallery, Youtube or Googlevideo, you need to also update those.
   

from version 1.4.0 to version 1.4.1

Download this patch and paste it in your site root.
   

from version 1.3.2 to version 1.4.1

  1. If you want to save your configuration, backup
    administrator/components/com_pi_pages_and_items/configuration.php
    just copy-paste the file anywhere exept for in the same folder or it will get deleted.
  2. uninstall component Pages-and-Items version 1.3.2
    All data will be saved as the database tables do not get deleted on uninstall.
  3. install component Pages-and-Items version 1.4.1
  4. uninstall plugin Pages-and-Items (content plugin) version 1.3.1
  5. install plugin Pages-and-Items (content plugin) version 1.4.0
  6. uninstall module Pages-and-Items version 1.0.0
  7. install module Pages-and-Items version 1.0.1
  8. go to the module manager
  9. enable the module, set its position to a module position which is on each page (like 'footer' or 'left'), hide the title and make sure the module is assigned to 'all' menu's (pages).
  10. if you made a backup of the configuration-file, put it back in the location.
  11. go to 'components' > 'Pages-and-Items' and open the configuration
  12. Read every option carefully.
  13. click 'save', to save your configuration
   

from version 1.3.1 to version 1.3.2

  1. Take a good look at your configuration, if needed, take notes of each configuration-tab, including custom-itemtype configurations.
  2. uninstall component Pages-and-Items version 1.3.1
    All data will be saved as the database tables do not get deleted on uninstall.
  3. install component Pages-and-Items version 1.3.2
  4. uninstall plugin Pages-and-Items (content plugin) version 1.3.0
  5. install plugin Pages-and-Items (content plugin) version 1.3.1
  6. uninstall plugin Pages-and-Items (system plugin) version 1.0.0
  7. go to the plugin manager
  8. enable the Pages-and-Items content plugin
  9. install module Pages-and-Items version 1.0.0
  10. go to the module manager
  11. enable the module, set its position to a module position which is on each page (like 'footer' or 'left'), hide the title and make sure the module is assigned to 'all' menu's (pages).
  12. go to 'components' > 'Pages-and-Items' and open the configuration
  13. read every option carefully. Set everything as in the old configuration. At tab 'items'there are new field where you can configure display options for item-properties.
  14. click 'save', to save your configuration
   

from version 1.3.0 to version 1.3.1

  1. Download patch_for_1-3-0.zip
  2. Upload class.php to administrator/components/com_pi_pages_and_items/
  3. Upload config.php to administrator/components/com_pi_pages_and_items/admin/
  4. You are now updated to version 1.3.1
   

from version 1.2.0 to version 1.3.0 or 1.3.1

  1. Take a good look at your configuration, if needed, take notes of each configuration-tab, including custom-itemtype configurations.
  2. uninstall component Pages-and-Items version 1.2.0
    All data will be saved as the database tables do not get deleted on uninstall.
  3. install component Pages-and-Items version 1.3.0
  4. uninstall plugin Pages-and-Items version 1.2.1
  5. install plugin Pages-and-Items (content) version 1.3.0
  6. install plugin Pages-and-Items (system) version 1.0.0
  7. go to the plugin manager
  8. enable the Pages-and-Items content plugin
  9. enable the Pages-and-Items system plugin
  10. go to 'components' > 'Pages-and-Items' and open the configuration
  11. read every option carefully. Set everything as in the old configuration.
  12. click 'save', to save your configuration

If you were using custom itemtypes, read this carefully:

- The renderengine has been completely re-build, so each custom-itemtype needs to be re-rendered.

  1. go to the custom-itemtypes' -configuration-page (thats the one with the fields in a list and the templates).
  2. click 'save'.
    this will re-render all the output with the new render engine.
  3. do this for each of your custom item types.
- The template system is slightly different. In 1.2.0 the intro-template was for display in catgory-blog view, and the full-template was for display of the item in full view. To be more default Joomla compatible, in this new version, in full view Both the intro-template AND the full-template are shown. There is a special tag you can use in the intro-template to hide parts of that template when the article is viewed in full view. Its a bit more tricky to configure, but this gives loads more 'read more' options.
   

from version 1.1.0 to version 1.2.0

Backup you configuration-file. The old configuration-file is not compatible with the new version, but you can use it for reference.

You can find it here:

administrator/components/com_pi_pages_and_items/configuration.php

Just uninstall version 1.1.0 and install 1.2.0.

All data will be saved as the database tables do not get deleted on uninstall.

   

SEO by AceSEF