5 of 8
5
Multi Text
Posted: 14 June 2007 07:35 AM   [ Ignore ]   [ # 73 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1183
Joined  01-05-2006

Thanks for the kind words.

 Signature 

================================================
    Mark Huot
    http://markhuot.com
================================================

Profile
 
 
Posted: 14 June 2007 08:27 AM   [ Ignore ]   [ # 74 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6535
Joined  04-15-2006

No problem at all.

Thank you for all the excellent work that you put into making EE so good!!

Regards,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
Posted: 14 June 2007 11:26 PM   [ Ignore ]   [ # 75 ]  
Summer Student
Avatar
Total Posts:  18
Joined  11-24-2006
Mark Huot - 14 June 2007 05:44 AM

Michael, are you running any other extensions?  Can you give me an example of what the content of the field looks like before and after you save the entry?

Mark I give you access to my CP so you can see for your self.
I sent you a email

Profile
 
 
Posted: 14 June 2007 11:40 PM   [ Ignore ]   [ # 76 ]  
Summer Student
Avatar
Total Posts:  18
Joined  11-24-2006

Here is a screen of what it look like.

Image Attachments
multitext.jpg
Click thumbnail to see full-size image
Profile
 
 
Posted: 15 June 2007 02:42 AM   [ Ignore ]   [ # 77 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6535
Joined  04-15-2006

Hi Michael,

Not sure if it is meant to do this or not, I would guess not but I have had the same thing happen when I don’t fill in columns. Everything moves around a bit. If you try filling in the empty spaces with something, maybe even just a dash does it still happen then?

Regards,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
Posted: 17 June 2007 08:42 AM   [ Ignore ]   [ # 78 ]  
Lab Assistant
RankRank
Total Posts:  281
Joined  12-09-2006

Hi Mark, another excellent extension.

Is it not possible to do something like this?

{if col_1!=""}

Some content

{
/if}

Profile
 
 
Posted: 23 June 2007 10:46 AM   [ Ignore ]   [ # 79 ]  
Summer Student
Avatar
Total Posts:  18
Joined  11-24-2006

Yes If you put a space/or anything in a field it will keep the table in order. I gave Mark access to my site but he never logged in so I don’t know what he thinks, maybe he saw it on his own site and working on a fix. It’s a brilliant plugg and I really want it to work.

NOW… Mark if you read this! grin

With the power of the EE 1.6 version how about if we could set the number of columns for each custom field, so for categori A I have a custom field A set to 5 columns and CF B set to 3 columns etc…

Hmm What do you think.

-Michael
Bystrom Design

Profile
 
 
Posted: 25 June 2007 10:06 AM   [ Ignore ]   [ # 80 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1183
Joined  01-05-2006

Michael - I’m looking into this now, unfortunately client work keeps pushing it down on the totem pole.  It is true though that leaving a field blank will make it go screwey, because it’s will place too few newlines in the DB.  Hopefully I’ll have a fix out shortly.

 Signature 

================================================
    Mark Huot
    http://markhuot.com
================================================

Profile
 
 
Posted: 11 September 2007 05:14 PM   [ Ignore ]   [ # 81 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  303
Joined  09-30-2003

I cant find any documentation on this extension. i have it installed, and i have it set for 15 columns and have   the 15 headings entered…  now How do i Display the output in my templates?

Profile
 
 
Posted: 12 September 2007 09:04 PM   [ Ignore ]   [ # 82 ]  
Grad Student
Rank
Total Posts:  99
Joined  07-13-2006

Would it be possible to use the offset parameter with this? I need to enter data that will physically be displayed in different columns on the page. The layout of the content in the entry form is so clean using Multi-Text, I just need the ability to offset which rows of content are being displayed in which column on the page.

giovanni,
I think that you just use col1, col2, etc. where the content should output.

Profile
 
 
Posted: 18 September 2007 11:10 AM   [ Ignore ]   [ # 83 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  147
Joined  04-28-2007

Can anyone think of a way to hack it so that you can sort the order of the rows on the front end?

I have one field in each row set to hold the sort order. I’d like to be able to parse the array on output, to order the results (eg: loop through the custom tag, but sort by col_4…)

Any thoughts?

Profile
 
 
Posted: 08 October 2007 10:11 AM   [ Ignore ]   [ # 84 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  276
Joined  06-12-2002

Having a particularly nasty issue with this one that we just discovered. The issue happens when adding a double-quote (”) character to any text in the multi-text fields. The first time you save the data, it works fine. However, when you come BACK into the same entry to edit it, everything past the ” in a given field disappears—and then, of course, when you save it it saves without the data that isn’t showing.

It’s gotta have something to do with the way characters are being escaped on the way to and from the server; any ideas for a fix?

Profile
 
 
Posted: 08 October 2007 11:09 AM   [ Ignore ]   [ # 85 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6535
Joined  04-15-2006

I would guess that it probably has something to do as you say with the fact that characters are probably being used in the query statement and so when it sees these it is having a problem although I would personally have thought that it would throw errors up at that point. They probably do need to be escaped differently to handle this but I will leave that up to the excellent Mr Huot to fix for you as it is his extension.

Best wishes,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
Posted: 09 October 2007 10:36 AM   [ Ignore ]   [ # 86 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1183
Joined  01-05-2006

@alienne - please try v110 at the top of this thread.

@Mark Bowen - it’s strange because I’m not really touching any of the database calls.  It’s all happening in EE, so I don’t know why a text field doesn’t have this problem, but my EXT does.  Either way, I’m hopeful v110 will fix this.

 Signature 

================================================
    Mark Huot
    http://markhuot.com
================================================

Profile
 
 
Posted: 09 October 2007 10:53 PM   [ Ignore ]   [ # 87 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  276
Joined  06-12-2002

Mark,

Update does NOT seem to have fixed the issue, I’m afraid. If you need a login to the site that’s having issues, I’d be happy to PM you one. I’ve also got a couple other extensions of yours enabled, and can disable them to see if that’s the issue, or set up a minimal test case elsewhere.

Adrienne

Profile
 
 
Posted: 11 October 2007 02:12 AM   [ Ignore ]   [ # 88 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  276
Joined  06-12-2002

UPDATE—Mark, I lied. The update DID fix the issue, but i had to disable and reenable the extension. (I’d uploaded the new version, but apparently that wasn’t enough somehow.) So it seems to be working now! I’ll keep you posted on any remaining issues.

Profile
 
 
Posted: 11 October 2007 04:44 PM   [ Ignore ]   [ # 89 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  327
Joined  04-02-2007

I must be such a noob…

I added this wonderful extension, followed all directions and all I’m getting for output is:

* {my_field_name} {col_1}: {col_2}
      {
/my_field_name}

It’s not recognizing the field name as something it should be converting into working code or something.  Any ideas on this?

Profile
 
 
Posted: 16 October 2007 06:36 AM   [ Ignore ]   [ # 90 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1590
Joined  01-05-2007

I checked this thread to see if this question has been covered but nothing yet…

I have been asked to quote on a site that includes time sheet uploading where clients log in and create a new time sheet with details of their staff including hours worked and their IDs.

Multi-Text looks like a winner except they need to be able to output each Multi-Text entry as a comma delimited file to import into MYOB accounts. Is that possible with this extension?

If it is possible but not yet implemented then I would love to have a $ cost so I can quote appropriately.

 Signature 

 
Steven Hambleton | ExpressionEngine Development for Web & Graphic Design Agencies

Profile
 
 
   
5 of 8
5
 
‹‹ Settings Not Filling      Invisible CAPTCHA ››
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64877 Total Logged-in Users: 71
Total Topics: 81802 Total Anonymous Users: 42
Total Replies: 439746 Total Guests: 316
Total Posts: 521548    
Members ( View Memberlist )
Newest Members:  dxrsmdanbilly8hrkiliwysso50kexpressoKlaasdarrenstylestravelerjcatoncvadrata