Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
how to convert HTML template to CMS?
Old 11-13-2010, 01:57 AM how to convert HTML template to CMS?
Banned

Posts: 6
Name: kevin
Trades: 0
could some one tell me about how to convert HTML template to CMS template.

Any ideas would be helpful.
kevinmariya is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-13-2010, 02:55 AM Re: how to convert HTML template to CMS?
Backslider's Avatar
Experienced Talker

Posts: 40
Trades: 0
That depends entirely on the CMS system you are using and how templates are implemented in it. Some use a template engine such as Smarty, while others are just a mix of HTML and PHP (or other language) code.

Usually the best place to start learning are the online forums of the CMS you are using
Backslider is offline
Reply With Quote
View Public Profile
 
Old 11-13-2010, 04:00 AM Re: how to convert HTML template to CMS?
Novice Talker

Posts: 5
Name: Waqas
Trades: 0
CMS usually provide code API that you can use so that the content areas in certain places are filled in from a database instead of being static. So basically you need to know the function reference (API) of your CMS so that you can convert your HTML/CSS template to the desired CMS.
speedguy is offline
Reply With Quote
View Public Profile
 
Old 11-13-2010, 11:12 AM Re: how to convert HTML template to CMS?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
A CMS template is STILL HTML -- just enhanced with some server-side scripting.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 11-18-2010, 02:16 AM Re: how to convert HTML template to CMS?
Banned

Posts: 143
Name: maheshadodis
Location: USA
Trades: 0
you cannot convert html template to Cms template because Cms template have server side script and your template will not mach it it is better to create template on CMS on which you needed it
maheshadodis is offline
Reply With Quote
View Public Profile
 
Old 11-18-2010, 03:20 AM Re: how to convert HTML template to CMS?
Gakoyu Ojima's Avatar
Skilled Talker

Posts: 59
Location: Netherlands.
Trades: 0
There is no need to 'convert'. As LadynRed said, CMS templates are still wrapped in HTML, but enhanced with scripts and possibly other CMS-defined tags.

For instance, CMSMS uses a feature called UDT (User-Defined Tags). Here, you can name the tags whatever you like, and include PHP, JS, or whatsoever. Let's say you want to make a {head_include} one. You name it such, place contents in it.

e.g.
PHP Code:
<?php echo('<meta name="description" content="" />');?>
And then place {head_include} in the HTML templates.

E.g.
HTML Code:
<!DOCTYPE html>
<html>
<head>
   {head_include}
</head>
<body>
<!-- content -->
</body>
</html>
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());
Gakoyu Ojima is offline
Reply With Quote
View Public Profile
 
Old 11-20-2010, 08:05 AM Re: how to convert HTML template to CMS?
Novice Talker

Posts: 4
Trades: 0
Drupal is a really easy CMS to template for there is a quick and easy tutorial here on how to do it :http://drupal.org/node/313510
__________________
Challenge media
Please login or register to view this content. Registration is FREE
challengemedia is offline
Reply With Quote
View Public Profile
 
Old 11-22-2010, 06:48 AM Re: how to convert HTML template to CMS?
Novice Talker

Posts: 4
Name: 03023454562
Trades: 0
You have a new start has begun to work with asp.net and asp.net has a lots of training
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Rimi holmes is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how to convert HTML template to CMS?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.84331 seconds with 12 queries