Hi just wondering if this is available already or not.
If it is okay, will you be so kind to add a feature that customizes/modifies the field name and also an image support if it doesn't already have. Because the thing that is appearing in my field name is this vid, field_name, field_desc, etc.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | screenshot.JPG | 30.18 KB | ultrajet |
Comments
Comment #1
ultrajet commentedAlso, it doesn't seem to support multiple values, it doesn't display if your content type is a text that has multiple values, the whole field never displays
Comment #2
mikeryanPlease create separate issues for each distinct request.
Thanks.
Comment #3
ultrajet commented1. Yes, I was referring to alias. The problem with actual name is that it will always display field_ prefix because I did it using cck.
Another problem is that if you are creating many fields with same types, you can't put the same name, that's the time where trouble with actual names comes.
Example, you want the table to be called 'fruit', but you have already used the word 'fruit' in other fields you've created on another CCK field, thus you are forced to come up with another name, 'fruit1' etc.
Also, is it okay that aside from an option to choose custom name, is it okay to add another option to choose the label name of the field instead of the actual field name?
2. Whenever I put an image to a CCK page I made and convert it into table with table wizard, it does not appear.
3.The multiple values I was referring to is that whenever you create a CCK field, you have the option to choose 1 value or more(found in the global settings) whether it be text field or image field. If I enable them, say I put two values or more, then the column related to that field would not be displayed any more.
views support this feature, but unfortunately it does have problems with adjusting table width and the way it displays multiple values, for example it decides on how wide each field column for you and if ever you get a problem of your multiple values being too long it puts it in the next line, so if you've got 3 lines of values it becomes 6 lines (check the last line in the table I made using views), which becomes confusing, because you don't have no given option of highlighting each values
I'll show you the one I made with views, but I don't like views, it's too hassle if your just going to make your cck a table. check the attached file named screenshot
Comment #4
mikeryanAre you talking about the Table Wizard, or the Migrate module? CCK doesn't really relate to the Table Wizard, unless you've added the CCK tables to the Table Wizard (in which case, I have to ask what it is you're trying to accomplish here)...
Again, please create a separate issue for each distinct request. Custom field names, multiple values, and image support are three entirely different things and need to be tracked separately.
Comment #5
ultrajet commentedTable Wizard. If I create CCK then import it to the table wizard the name of the table fields are like this: field_productname, field_productimage, etc, so I'm hoping for an option to remove the "field_" through an option of choosing the label or a custom name instead of the field name.
Or is there a way to change the name?
Comment #6
mikeryan