More Than One Content Area

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
SN3

More Than One Content Area

Post by SN3 »

Is it possible to have two content areas on one page?

Like

|[Header Content]
|[Content A]
|[Footer Content]

And all areas can be changed in the content editor, like with three boxes that allow you to edit each one?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

More Than One Content Area

Post by Ted »

There is no way to do this yet. A lot of the recent code changes were made to facilitate this ability, but it will probably be a future release (0.9?)
SN3

More Than One Content Area

Post by SN3 »

Darn, ok. Thanks anyway! I'll be looking forward to new releases. :lol:
SN3

More Than One Content Area

Post by SN3 »

What is the syntax for the menu part of the template? (like {menu})
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

More Than One Content Area

Post by Ted »

What version are you using? 0.7.3, it's {dhtmlmenu}. 0.8, it's {cms_module module="phplayers"}
SN3

More Than One Content Area

Post by SN3 »

In .8 can multiple content areas be used?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

More Than One Content Area

Post by Ted »

Nope. phplayers (the menu) is a module. Supporting multiple content areas is going to be an interesting challenge.
SN3

More Than One Content Area

Post by SN3 »

Is there a way I can change the navigation ({dhtmlmenu}) into another thing like the title? And where it says Menu: on the content manager, text will show up on the page where I put {dhtmlmenu}? Is it as simple as removing the dhtm properties from wherever the nav information is stored?
SN3

More Than One Content Area

Post by SN3 »

wishy wrote:Nope. phplayers (the menu) is a module. Supporting multiple content areas is going to be an interesting challenge.
What if you just put another "title" part on the content page, add another database entry, and make another variable?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

More Than One Content Area

Post by Ted »

You mean reprogram it? :) It's on the top of the TODO list, but it won't happen overnight. 0.8 needs to be out first, and then there are a ton of work to do to make multiple content blocks work. It actually has some crazy corner cases that need to be taken into account.
workophobe

Multiple Content Areas

Post by workophobe »

I may be missing something here, but can't HTML Blobs be used for multiple content areas?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

More Than One Content Area

Post by Ted »

In a way, they can. However, it would definatly be convienent, especially if you want to force a particular layout for multiple pages to be able to setup multiple content blocks.
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm
Location: Saskatchewan - Canada

More Than One Content Area

Post by Greg »

I was thinking the same, htmlblobs, templates that can be applied on a page by page basis, user defined plugins ... can't see a use for multiple content areas.
Greg
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

More Than One Content Area

Post by Ted »

I definatly can.

Say you have a site where you have a few users, like a school. Teachers each have their own little playground to mess with. Now, the layout (template) has a few different places where the content should change, but the rest of the page should stay the same.

Now, say the layout has a main section, and then a little quote box to the right, etc...

So right now, the end user is in charge of making sure the divs are in the right place, etc. Using an HTML blob doesn't really help, since there is a different one per page.

I think multiple content blocks will give us a ton of flexibility for these kinds of situations.
SN3

More Than One Content Area

Post by SN3 »

wishy wrote:I definatly can.

Say you have a site where you have a few users, like a school. Teachers each have their own little playground to mess with. Now, the layout (template) has a few different places where the content should change, but the rest of the page should stay the same.

Now, say the layout has a main section, and then a little quote box to the right, etc...

So right now, the end user is in charge of making sure the divs are in the right place, etc. Using an HTML blob doesn't really help, since there is a different one per page.

I think multiple content blocks will give us a ton of flexibility for these kinds of situations.
Exactly. Like websites that have main content and a side bar.
Locked

Return to “Modules/Add-Ons”