Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2013-02-24 13:59:51
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
[request] A plugin to break article text into multiple columns
is there, anybody knows?
Offline
Re: [request] A plugin to break article text into multiple columns
Why would you want to do that with a plugin?
CSS3 columns will give you the effect you want – it’s not supported in every browser yet but the ones that don’t recognise it will leave your text as a single column, so that’s OK.
Offline
#3 2013-02-24 18:48:24
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: [request] A plugin to break article text into multiple columns
You could also replace an arbitrary sequence of characters to be defined, placed inside an article, with </div><div class="col2">
by applying Jukka’s nice rah_replace. You’d need an extra form for storing the additional opening div.col1, your actual tags (or output_form tag of the standard form), and the closing div.
But this approach opens spaces for devastations made by untalented authors ;)
And then there’ll surely be a jQuery plugin that does all this after recognizing a classname.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: [request] A plugin to break article text into multiple columns
@uli I really wouldn’t recommend either of those suggestions – they are very hacky solutions. The CSS3 column module was designed specifically for this task so that’s what should be used.
Offline
#5 2013-02-24 19:18:34
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: [request] A plugin to break article text into multiple columns
You should see me doing things completely and merely with cable ties, yes ;)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: [request] A plugin to break article text into multiple columns
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#7 2013-02-24 20:41:44
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: [request] A plugin to break article text into multiple columns
I’ve used jcb_columnize successfully before.
Offline
#8 2013-02-25 07:50:42
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: [request] A plugin to break article text into multiple columns
thank’s all your suggestions. i will test now…
Offline