Hi i have made a temeplate in Dreamweaver 8.
But i dont know how to add a temeplate to a page.
Please help.
Printable View
Hi i have made a temeplate in Dreamweaver 8.
But i dont know how to add a temeplate to a page.
Please help.
The template is on your page, so there is no problem.
Yeh but i made the temeplate but i dont know how to add the temeplate to the page
a .tpl?
Reconix I dont think it would be at the level of a smarty template engine type thing. Sounds like he's made a basic template file in dreamweaver (very old web1.0 way of doing things). I would explain but it takes a while to even determine what your on about, anyone else fancy writing him up a tutorial?
Smarty template engine doesn't own .tpls :P
They merely use them, I have my own system that uses .tpls, very well might i add :)
Rofl, get over yourself, stop nitpicking, and thinking your best. It works very well and doesn't suck in the least.
Aha, I love threads like this. They never cease to give me laughter.
I steal code from http://www.co-operativebank.co.uk and i stealz monies. DNT HATE DA PLAYA HATE THE GAME! LYK
Edited by jesus (Forum Super Moderator): Please do not post pointlessly.
I use .tpl but the point of this thread is to help this poor guy code his template.
You need to open it in photoshop then slice it :)
He wants to know how to put it on a page, and if your thinking about photoshop slicing + their automatic crap coding then don't even bother making a site just place the image on the page as there is no skill in that.
@Blob, you got to be pr0 at co-op outside hangin' enit.
@.tpl = what is it? loool
Wow, are you a complete ******? Thats how nearly all template systems are coded. So now I've copied Dentafrice's core? Haha... I have nothing of his code!
Unless you are a complete ******, I really don't understand why your saying this?
You need to research before you say stuff.
Ontopic:
You'll need to slice your layout, if you havn't already check out slicingguide.com for an in-depth guide. Oncwe you've done that, assuming you have html knowledge, you have two options, to code it in tables which is rather deprecated, or you can code it in divs. I advise you to code it in divs, as if you ever want to change something, you can just change the css.
:)
Nice try, but I still didn't copy his code. And if you did, which I highly doubt get my cms, you'd be mistaken.
I still didn't steal his code, and I can't download it :S is it me or is that activation code impossible? the cat thing? wth is that?
Why can't you just admit you did and leave this forum? Your a liar. No it is not hard, typing in a code, unless your hands are shaking from nerves? :P This remind you of anything Mr.Reconix?:
http://i29.tinypic.com/rcu334.jpg
Now how would I get that if I didn't have your CMS? Hmmm...
Also how would I get that? In /classes/core.php.. Now Mr.Dentafrice claims that you've stolen his code purely because the comments and coding is the same. G'night folks ;)PHP Code:<?php
/**
* Core
*/
class core extends database {
/**
* __Construct()
*/
function __construct() {
parent::__construct ();
}
/**
* read_file()
*/
public function read_file($myFile, $mode) {
$fp = fopen($myFile, $mode);
$theData = fread($fp, filesize($myFile));
fclose($fp);
return $theData;
}
/**
* write_file()
*/
public function write_file($myFile, $mode, $data2write) {
$fp = fopen($myFile, $mode);
$theData = fwrite($fp, $data2write);
fclose($fp);
return '1';
}
/**
* headline()()
*/
public function headline() {
$get_headline = $this->query("SELECT headline FROM settings");
$headline_array = $this->fetch_array($get_headline);
return $headline_array['headline'];
}
/**
* __Destruct()
*/
public function __destruct() {
}
}
/**
* Create $user if not existing already
*/
if (! isset ( $core )) {
$core = new core();
}
?>
The only thing that looks remotely like his is the database, which he gave out!
Comments? rofl... I got these off PEAR standards.
Also I suggest you delete all of this right now. Or I will introduce you to my lawyer. You are not allowed to have this. And the guy that gave this to you, yes i know who it was as only one person has it, is going to get screwed over.
This is all copyright to me and that guy wasn't allowed to give it to anyone, and you sir aren't allowed to start posting my stuff.
Edit: Caleb's just admitted on MSN, that none of it was stolen code, the only bits that are the same as his, were publically released on dentafrice.com.
Goodnight Mr. Gork.
But if I already own 95% of it, fine, keep the session mgmt and database, but delete all the rest.
Nobody gave me it? I took it myself as it was just sitting there waiting to be stolen, so I did. Now now, don't be making threats Mr.Reconix, they get you nowhere. Okay so if I release this whole cms on Habbox (which I will) your going to get your big lawyer on me?!?!?!?! :O:O. Grow up and get real.