joomla2.5 - After JUpdate my content position is gone from list - joomla -


i used jupdate update joomla 1.5.23 site 2.5

when tried re-link content area article cant find position main content area in menu anymore.

the left sidebar still there , right one.

can shine light on this? tried positions template twice cant seem find it?

--- template details ---

<?xml version="1.0" encoding="utf-8"?> <!doctype install public "-//joomla! 1.6//dtd template 1.0//en" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd"> <extension version="2.5" type="template" client="site" >     <name></name>     <version>1.0.0</version>     <creationdate>07/2009</creationdate>     <author>siteground</author>     <authoremail></authoremail>     <authorurl></authorurl>     <copyright></copyright>     <license>gnu/gpl</license>     <description>template_description</description>     <files>         <filename>index.php</filename>         <filename>templatedetails.xml</filename>         <filename>template_thumbnail.png</filename>         <filename>templates.php</filename>         <filename>template_preview.png</filename>         <filename>error.php</filename>          <folder>css</folder>         <folder>images</folder>      </files>     <positions>         <position>user4</position>                     <position>user3</position>                     <position>breadcrumb</position>                     <position>user2</position>                     <position>left</position>                           <position>right</position>                     <position>debug</position>            </positions>     <languages>         <language tag="en-gb">en-gb.tpl_siteground-j15-80.ini</language>     </languages>     <administration>         <languages folder="admin">             <language tag="en-gb">en-gb.tpl_siteground-j15-80.ini</language>         </languages>     </administration> </extension> 

i'm not sure why used jupdate update 2.5. don't trust 3rd party extensions update cms causes problems. should (providing have backup of old 1.6 site):

  1. upgrade 1.6.6 downloading patch , extracting via ftp on root of site
  2. in joomla backend, go extensions >> extension manager >> find updates
  3. if can't find updates, go options , select long term release. once saved, purge cache , try find updates again.

update:

change this:

<?php if($this->params->get('showcomponent')) : ?>      <jdoc:include type="component" />  <?php endif; ?> 

to this:

<jdoc:include type="component" />  

so remove php wrapped around


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -