Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 13

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 11.05.2005, 19:18   #1 (permalink)
Baby Mamber
 
davidjardin's Avatar
 
Join Date: May 2005
Posts: 8
davidjardin is on a distinguished road
Default Template like stephenking.com

Hi everyone,

I have to work on a multimedia website which not obey to a traditionnal mambo structure (I mean Header, left, top, footer, etc..).
The site looks like Stephens King's one : http://www.stephenking.com
So, my question is : Can I do something like that with mambo???
Thank you
David
davidjardin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 12.05.2005, 10:17   #2 (permalink)
ufo
Senior Mamber
 
ufo's Avatar
 
Join Date: May 2004
Location: Romania
Posts: 180
ufo is an unknown quantity at this point
Default Re: Template like stephenking.com

Of course you can do that in Mambo.
You need only a good designer, try to ask for a quote on the commercial thread, you could be surprised.
__________________
Dont'use excessive force, pick a bigger hammer!
Supported by buyhttp.com
Where free means FREE!: Codename-Web HQ
ufo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 13.05.2005, 04:57   #3 (permalink)
Baby Mamber
 
Join Date: May 2005
Posts: 1
hungcm is on a distinguished road
Default Re: Template like stephenking.com

hi
i am live in vietnam
i feel very happy when know this website
because i can know about webtemplate
thank you evrybody
hungcm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 13.05.2005, 18:13   #4 (permalink)
Baby Mamber
 
davidjardin's Avatar
 
Join Date: May 2005
Posts: 8
davidjardin is on a distinguished road
Default Re: Template like stephenking.com

Thank u UFO..The design itself is done, I just thought that the implementation of the modules would be hard with this kind of multimedia web site..
davidjardin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 13.05.2005, 18:35   #5 (permalink)
Baby Mamber
 
davidjardin's Avatar
 
Join Date: May 2005
Posts: 8
davidjardin is on a distinguished road
Default Load a module mambo in a kind of textarea...

Hi guys

I dont want to start a lot of thread so I post it there..
Do u know how I can create a kind of a textarea but where I can load a module php inside?Does it make sense?I mean a zone where u can load a module, and where u have scrollbars if the article is bigger than the zone..I tried to do it but no succeed..And I cant use a table cause of the scrollbars needed..
Thx
David
davidjardin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 13.05.2005, 18:41   #6 (permalink)
ufo
Senior Mamber
 
ufo's Avatar
 
Join Date: May 2004
Location: Romania
Posts: 180
ufo is an unknown quantity at this point
Default Re: Template like stephenking.com

Do you want something like an iframe?
Or maybe you should try layers....
I forget about the "mospagebreak" feature of mambo itself....
On a second tought I'll go for layers, this will do the job fine!
__________________
Dont'use excessive force, pick a bigger hammer!
Supported by buyhttp.com
Where free means FREE!: Codename-Web HQ

Last edited by ufo; 13.05.2005 at 18:44. Reason: Addition....
ufo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 14.05.2005, 00:07   #7 (permalink)
Baby Mamber
 
davidjardin's Avatar
 
Join Date: May 2005
Posts: 8
davidjardin is on a distinguished road
Default Div tagLayout w/ div tag

Thx for ur help UFO!!!!!
U mean something like that in the css :

#navigation {
position: absolute;
top: 100;
left: 800;
height: 2px;
width: 1px;
}

and that in the .php :

<div id="navigation">the stuff I want to place in the area</div>

I tried that but it doesn't care of the attribute height and width...it means no scrollbar if the article is bigger than the div...
davidjardin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 14.05.2005, 04:01   #8 (permalink)
Baby Mamber
 
davidjardin's Avatar
 
Join Date: May 2005
Posts: 8
davidjardin is on a distinguished road
Default Iframe works but...

OK I used an iframe and its almost done..the only pb is that when I want to load a module in the iframe i got the message" Direct Access to this location is not allowed"..
Any idea??Oh an another question, I know how to load module but how dow e load a specific article??
Thx
David
davidjardin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.05.2005, 09:59   #9 (permalink)
ufo
Senior Mamber
 
ufo's Avatar
 
Join Date: May 2004
Location: Romania
Posts: 180
ufo is an unknown quantity at this point
Default Re: Iframe works but...

Quote:
Originally Posted by davidjardin
OK I used an iframe and its almost done..the only pb is that when I want to load a module in the iframe i got the message" Direct Access to this location is not allowed"..
Any idea??Oh an another question, I know how to load module but how dow e load a specific article??
Thx
David
It's normal for Mambo, use layers this will work. I'll be back with some code...
__________________
Dont'use excessive force, pick a bigger hammer!
Supported by buyhttp.com
Where free means FREE!: Codename-Web HQ
ufo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 17.05.2005, 10:15   #10 (permalink)
ufo
Senior Mamber
 
ufo's Avatar
 
Join Date: May 2004
Location: Romania
Posts: 180
ufo is an unknown quantity at this point
Default Re: Template like stephenking.com

PHP Code:
<body>

<
div id="Layer1" style="position:absolute; left:20px; top:25px; width:230px; height:325px; z-index:1; overflow: auto;"></div>
<
div id="Layer2" style="position:absolute; left:250px; top:25px; width:360px; height:325px; z-index:2; overflow: auto;"></div>
<
div id="Layer3" style="position:absolute; left:610px; top:25px; width:240px; height:325px; z-index:3; overflow: auto;"></div>
</
body>
</
html
Notice that overflow is set on auto... this enshures that if there is more content in the box there will be scroll bars.
Hope this helps.
__________________
Dont'use excessive force, pick a bigger hammer!
Supported by buyhttp.com
Where free means FREE!: Codename-Web HQ
ufo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with multiple template features demito Template Discussions 6 01.12.2005 14:55
Mambo 4.5.3 Template Contest MamboHut Community Announcements 3 19.05.2005 05:12


All times are GMT +2. The time now is 09:43.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.