Was curious if it was possible to easily hack the extension to only show one row (by default it shows two rows of columns). I created a multitext field that will only use one row.
Mark, I’ve finally been able to test your extension and it’s as great as I expected. Nevertheless I ran into two small problems, I really hope you can help us out with this:
1. This is just a minor issue, but it seems that in the publish-section I can’t add any rows with Internet Explorer. As well as in IE6.x as in 7.0…
2. I use this extension to show a list of two columns in an index-template. Because there can be quite a lot of rows, I want our users to show only a list of 5 rows and then the option to continue to a detail-page where they can see all the rows. No matter what plugin I use to show a limited amount of characters/words I have the chance that your plugin will break the layout of my index page. Is it possible to create something like this for your extension:
Oh wow! I didn’t expect you to be able to fix this so quick. So thank you very much!! Our site will relaunch in a couple of months and I’ll donate some profit of the very first banners to you. Thank you!
Is it possible to use multi-text multiple times? In other words have different multi-text ‘field groups’ in different places in the CP? This extension looks fantastic and is perfect for the site I’m working on, only problem is I need it in multiple places for different things!
For a little more control replace the number of columns with a space and the labels with a space. Then in the edit field page change the field type to a text field and enter the number of columns you would like in the textarea rows. Then change it to a drop-down list and enter your labels in the drop down list box. Finally change the field back to a multi text and you’re done. Field specific settings.
from the first post in the thread, the functionality is built in by default.
For the record, I got this “switch” to work with multi-text. I put a sample here in case it might help anyone else out. Note that PHP has to be on for the template.
good solution mdesign, and you might mention PHP parsing has to be on output for this to work.
Any easy way to get that to work with PHP parsing on input? I’ve got other PHP that has to be processed on input on the same page I’d like to use this tag with alternating row colors…