Page 1 of 1

Converting plain site to Theme

Posted: Sat Jul 11, 2009 8:01 pm
by Nindustries
Hello.

I am the owner of the website (look reply for attachement)
I would like to convert this to an exact same theme for CMS.
Is this possible? Could somebody do the pleasure to do this for me?
please answer here if you are willing to do this for me and i'll PM you my website source.

Greetings,
Nindustries;

Re: Converting plain site to Theme

Posted: Sun Jul 12, 2009 12:38 am
by replytomk3
dead link was dead when i checked

Re: Converting plain site to Theme

Posted: Sun Jul 12, 2009 6:28 am
by MyHacks
Yes, that is possible. I guess many of us doing that. :D

Re: Converting plain site to Theme

Posted: Sun Jul 12, 2009 10:58 am
by Nindustries
replytomk3 wrote: dead link
The link is working for me??

@MyHacks: Then the only question is who is willing to do that for me :)

Re: Converting plain site to Theme

Posted: Sun Jul 12, 2009 11:10 am
by MyHacks
I believe you can do that by yourself. It's very easy to convert static HTML to CMSMS.  ;D

Re: Converting plain site to Theme

Posted: Sun Jul 12, 2009 11:20 am
by Nindustries
Is there an tutorial available for that?

and don't say this link, cuz that's just for plain text.. I have a layout with css files :)
http://wiki.cmsmadesimple.org/index.php ... ade_Simple

Re: Converting plain site to Theme

Posted: Sun Jul 12, 2009 12:21 pm
by Nindustries
Alright, I admit, I can't get it to work... Could someone help me with this theme?
Don't mind the attached file, I did it accidently...

Code: Select all

FILES = http://www.deleted_by_nin.com/
I want to merge those two div's, so the both divs are merged and have the same easy-readabke colour..
If you could help me with converting this to a template, I would be gratefull and credit you..

Thanks :(

Re: Converting plain site to Theme

Posted: Sun Jul 12, 2009 1:31 pm
by Coldman
Hi again Nindustries!

I don't think anyone are interested to convert your layout for free.
But take an look on this tut.
http://cmsmadesimple.org/uploads/media/mint_chocolate.htm

If you still doesn't get it to work and willing to pay some bucks for it then I'm willing to do it.
Just send me a PM.

Good luck

/Coldman

Re: Converting plain site to Theme

Posted: Sun Jul 12, 2009 4:46 pm
by Nindustries
Thanks Coldman, it helped me ALOT :)
No , but the only thing i'm asking is that if there is someone who could 'join' those two divs of the content page?
That would be AWESOME !
Thanks :)

Re: Converting plain site to Theme

Posted: Mon Jul 13, 2009 8:50 am
by Dr.CSS
Join 2 divs, which 2 out of the 80 do you want to join, that template has WAY too many useless divs and this thread should be in the layout/css section...

Re: Converting plain site to Theme

Posted: Wed Jul 15, 2009 6:12 am
by dmaireroa
That video link http://cmsmadesimple.org/uploads/media/mint_chocolate.htm has no voice over and yea its not very descriptive either, it needs to be explain on every step. I have most of my template design added to cms but getting the content is sort of tricky for a newbie like myself.

Is there another resource link to this?

Thanks

Re: Converting plain site to Theme

Posted: Mon Jul 20, 2009 10:40 am
by Nindustries
I managed to 'join' those 2 divs. 8)
You can view the template at: http://nindustries.byethost22.com/site/ ... page=alias

But there's something I can't solve; when you open (for example) Home, the HOME link on the left will show up in stupid gray and it won't have a nice imagebox behind it :(

How?

Re: Converting plain site to Theme

Posted: Mon Jul 20, 2009 7:23 pm
by Dr.CSS
Have you looked at the source of the page to see what you may need to target?...

Re: Converting plain site to Theme

Posted: Tue Jul 21, 2009 12:15 pm
by Nindustries

Code: Select all

<ul>
<li>
<a href="http://nindustries.byethost22.com/site/">
<span>Home</span>
</a>
</li>
<li class="currentpage">
<h3>
<span>Test Page</span>
</h3>
</li>
</ul>
How could I make the class "currentpage" show up like the 'home' span ?

Re: Converting plain site to Theme

Posted: Fri Jul 24, 2009 6:48 pm
by Dr.CSS
Look at some of the default style sheets for the menus...