Closed (fixed)
Project:
Multi Node Add
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2009 at 15:32 UTC
Updated:
22 Jan 2010 at 10:50 UTC
Your module is near editview module functionnalities but without view necessary.
I have suggestions :
- If content type has got a lot of fields, there is shortly layout problems. Is it possible to let the user to provide html table layout snippet like this (or other wiki syntax for table) :
html :
<table>
<tbody>
<tr>
<td>title field</td>
<td colspan="1" rowspan="3">body_field</td>
</tr>
<tr>
<td>myContent_dates</td>
</tr>
<tr>
<td>myContent_other_CCK</td>
</tr>
</tbody>
</table>
- is there a way to use normally node reference with select list (or nid in input text) ?
- Is it possible to provide an iframe model and when you click "add 2 more nodes" copy model in new nodes with predefined values ?
Sorry i have a lot of imagination and not a lot of skills in Drupal
Thanks for your work
Comments
Comment #1
aron novak1) You can apply whatever theming to multi_node_add_page form. It's just like theming any other forms. So you can arrange the list of fields to whatever layout.
2) nodereference fields are supported. Let me know if you have any difficulties. You just need to add nodereference field to the given type and it should show up in the form.
3) I could not really understand what do you mean by model. Do you mean some pre-filled values? At the moment this is not possible.
I hope i could help.