Hi guys, hope everyone is having a good day.
I'm on a deep trouble here, I have just finished a web design which I liked a lot, this is the design I made just recently: http://img230.imageshack.us/img230/2294/47370492.png ; and wanted to use it, but I have ZERO experience on php coding, I only did it once at school some years ago.
I'd like to know if you guys could tell me how do I implement a plataform such as Joomla, Webspell, Php-nuke, (CMS), etc, on my own design? And would also be possible to only use a specific number of features? I didn't want to have a shoutbox for example, is it possible to remove it?
I also thought maybe it'd be better to just collect each script over the internet and put them together, the result would probably be messy considering my newbie experience on Php.
Does anyone know of any tutorials or can guide me through this? I'd really appreciate it, its frustrating to finish a design and not being able to use it.
Implement a design on a php plataform
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Implement a design on a php plataform
Most of the CMS you mentioned implement a templating feature of some sort. It simply be a matter of creating the templates with the correct syntax, then the CMS would add whatever functionality you want.
Re: Implement a design on a php plataform
Yes, it makes sense that they do implement a template of some sort, my problem is how to replace that template with mine.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Implement a design on a php plataform
It would involve splicing your layout into managable images, create the html templates, then porting them to the CMS templating system..
I'm not exactly sure what you are asking.
I'm not exactly sure what you are asking.