Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > Programming / Design Jobs

Programming / Design Jobs Are you hunting for a programmer or need some programming help? Post here, and someone will get in touch with you. And, if you're looking for a programming gig, please make that request here too!

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-18-2009, 02:19 PM
Gala Gala is offline
Junior Member
 
Join Date: Sep 2009
Posts: 2
Default convert a template from my hosting for Joomla!1.0 to Joomla!1.5

I installed Joomla! to my hosting account and I have the following question. How to convert a template for Joomla! 1.0 to template for Joomla! 1.5 ?
Reply With Quote
  #2  
Old 09-18-2009, 03:58 PM
m11rr m11rr is offline
Member
 
Join Date: Mar 2009
Posts: 43
Default Re: convert a template from my hosting for Joomla!1.0 to Joomla!1.5

Replace everything in index.php - head with the code given below:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
</head>
Replace all codes for the positions of modules with the relevant of Joomla 1.5.
Replace the code of mainbody
PHP Code:
<?php mosMainBody(); ?>
to
HTML Code:
<jdoc:include type="component" style="xhtml" />
Rename the file template_css.css from /css folder to template.css . Generate a new templateDetails.xml by using of NVU and Template builder extension. Can be downloaded there - Nvu - Download
Reply With Quote
Reply

Tags
convert, hosting, joomla10, joomla15, template

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 02:07 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.