Sep-22-2009, 8:57 am
I posted this also in a reply to CSS problems.
I think my problem is similar. I am upgrading a 1.0 Joomla! site to a 1.5. I downloaded the 2.0.3 version of RecommendFriends. The old site was using 1.80. In the 1.80 version of recommend friends, the recommend friends page fits within the article/user area of the main page when I select Open in Parent with navigation. It shows the side menus and template images, etc.
http://wholeworldpledge.org/gp/index.php...Itemid=100
In the new version of Joomla with the new Recommend Friends, it shows in a window with navigation but all the template information is lost.
http://wholeworldpledge.org/wwp/index.ph...Itemid=100
I checked the info in the components.php and it has the correct code:
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template.css" type="text/css" />
<?php if($this->direction == 'rtl') : ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_rtl.css" type="text/css" />
<?php endif; ?>
</head>
Any ideas? Is this just the way the new version works or am I missing something?
Thank you very much for any replies!
I think my problem is similar. I am upgrading a 1.0 Joomla! site to a 1.5. I downloaded the 2.0.3 version of RecommendFriends. The old site was using 1.80. In the 1.80 version of recommend friends, the recommend friends page fits within the article/user area of the main page when I select Open in Parent with navigation. It shows the side menus and template images, etc.
http://wholeworldpledge.org/gp/index.php...Itemid=100
In the new version of Joomla with the new Recommend Friends, it shows in a window with navigation but all the template information is lost.
http://wholeworldpledge.org/wwp/index.ph...Itemid=100
I checked the info in the components.php and it has the correct code:
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template.css" type="text/css" />
<?php if($this->direction == 'rtl') : ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_rtl.css" type="text/css" />
<?php endif; ?>
</head>
Any ideas? Is this just the way the new version works or am I missing something?
Thank you very much for any replies!