Posts: 4
Threads: 2
Joined: Jan 2010
Reputation:
0
I am looking to expand the way a general user can view form submissions on their screen. With the older version of FT1 the user
could view all the content contained in each column by scrolling across their screen.
But with FT2 I notice the column width has been reduced and cuts off a portion of the data in each field rather than displaying the full amount of data. This creates a problem for a general user because they have to open and view each submission seperately in order to see details for a particular, commonly viewed field.
Is there a way it can be modified to the same viewing capabilities that FT1 had?
Really appreciate any response and help on this one!
Posts: 8
Threads: 0
Joined: Aug 2010
Reputation:
0
Did you ever fix this in the themes or in another way? I am hitting the same problem. My “Title” field in column view is too narrow, whereas another column has space to spare.
Posts: 9
Threads: 2
Joined: Jul 2009
Reputation:
0
Aug 17th, 2010, 11:22 AM
(This post was last modified: Aug 17th, 2010, 11:29 AM by Xpider.)
I was actually just working in this issue. I managed to get the page to size to 1024 width,
hoping that would expand the column fields, but no love.
what I'm finding odd with this is that the column with the least data in it is the widest,
while the one that stores the submitters' name is the smallest.
I'm going to continue to edit the .tpl's until I find a column size % that both holds/displays the data
and shows the entire contents of the fields.
Maybe even a text wrap to leave the column widths the same, and just increase height would suffice.
I'll re-post tomorrow with my findings.
(I have had these similar issues in the past with smarty templates, just can't remember what fixed it)
//Start Edit to add info
I forgot to mention too, when working with smarty .tpl files, in order to see one or more changes on refresh/reload, you need to delete the files in the cache (except empty_file.txt) folders for both the template you are using AND the default template. Path_to: /%webroot%/themes/default and /%webroot%/themes/[YourTemplateName]
Hope this helps
//Edit
Posts: 8
Threads: 0
Joined: Aug 2010
Reputation:
0
Thanks for the feedback. I’ll keep digging as well and post if I achieve anything. But for me it’s only a minor annoyance.
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hey guys,
Just to follow up on this. There's some JS code running on that page the adds ellipses (...) to truncate long strings, to help squish all the content into a unwrapped table. The problem is that it doesn't do it's job well enough - table columns do end up appearing as inappropriately small or large sometimes, depending on your data set.
I'm going to log this as a bug. I actually agree with Buttons - I find it a minor annoyance rather than anything else, but it really should be fixed. The problem is that it's not actually that SIMPLE to fix! I'm wondering if perhaps I should provide a separate page for fine-tuning the appearance of the page: i.e. be able to specify column widths and number of chars before (server-side) ellipsis truncation. But this seems like a lot of work for such a small thing though...
hmm, tricky one.
- Ben
Posts: 3
Threads: 1
Joined: Aug 2009
Reputation:
0
tricky one as I'm sure it does its job well 99% of the time without us noticing
I commented out the code inside the function "ellipsis" to disable it for the submissions I was working on
version 2.0.4, it was found in global/scripts/general.js
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Just a heads up: I'm removing the ellipsis code in the next release and I'll find a better way to do it with jQuery. This problem drives me barmy as well...!
Ideally, I'd like to be able to drag the column headings to resize them (for the current user only), but I'm not sure how tricky that will prove.
- Ben