Page 1 of 1
page blocks: only supports "one line"
Posted: Wed Oct 24, 2007 9:26 pm
by streever
Hi all,
does anyone have any ideas for making page blocks extra fields support the wysiwig?
it won't output, just let's me input
why?
because I have a page
it has images to the left
content to the right
I want users to put images in for each piece.
but i want it in a seperate div
I know that sounds CRAZY
but it should be easy--except page blocks doesn't let the user do it :-/ they can only enter things in the "oneline" which means no image button....
Re: page blocks: only supports "one line"
Posted: Thu Oct 25, 2007 2:35 pm
by Pierre M.
Hello,
look at the sample content or the
documentation : it explains how you can have several content blocks per page :
{content}
{content block="anothercontent"}
{content block="yetanothercontent"}
And of course you can put these {content} in separate DIVs, hence multicolumn.
Pierre M.
Re: page blocks: only supports "one line"
Posted: Wed Nov 07, 2007 10:46 pm
by streever
Hi Pierre,
I'm sorry, I meant that you can't do "upload", "rich-text editor", etc--the other options generally available.
Maybe it'll happen down the road

?
Re: page blocks: only supports "one line"
Posted: Thu Nov 08, 2007 3:23 am
by Dr.CSS
Not if you use {content block="***" oneline="true"} this is so you can add titles and such it won't have WYSIWYG toolbar...
Re: page blocks: only supports "one line"
Posted: Thu Nov 08, 2007 5:44 am
by streever
hey guys,
I'm sorry, I'm explaining it poorly
I meant, no option BUT "oneline" was working.
If I set oneline to false: instant crash & burn, field doesn't work.
That's what I'd like to change....
Re: page blocks: only supports "one line"
Posted: Thu Nov 08, 2007 4:07 pm
by Dr.CSS
oneline is set to true or you don't use it, just use a regular extra content block tag... {content block="younameit"}
There is a part of the tag that says wysiwyg='true' or ='false'...
Go to extensions > tags > content...
Re: page blocks: only supports "one line"
Posted: Fri Nov 09, 2007 8:44 pm
by streever
woaaah
you are so right
that is great
I'm sorry, I was misunderstanding you. I had wanted to use pageblocks to do it, but this actually could work better for me.