Closed (fixed)
Project:
Drupal core
Version:
6.9
Component:
node.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2009 at 13:52 UTC
Updated:
29 Jun 2011 at 19:41 UTC
Looking for functionality which will allow the user to create the node from pre-defined templates.
So user can select the template which he want to use to create new node (he can't put any text instead).
It will be good when this template will be generated with pre-defined header and footer per user.
It's possible to do which any combination of Drupal modules?
Comments
Comment #1
kenorb commentedI've already tried to use simplenews_template, but it doesn't work at all on 6.x:
#346264: Missing argument 3 for _simplenews_template_theme_simplenews_newsletter_body in simplenews_template.module on line 370
So I'm looking for other possibilities.
Comment #2
ainigma32 commentedLooks like the issue you're referring to was fixed.
Or have you resolved this some other way already?
- Arie
Comment #3
kenorb commentedNot really.
After some testing of simplenews_template module I've realized that this module has nothing to templates, but it adding only the header and footer to newsletter.
But in my case I'm looking for some module, in example where you can select from the dropdown ready-made templates (nodes with pre-defined content) and then the actual body of node will be populated with this content. So user don't need to type nothing, but choosing some content (letters, etc.) without typing any word.
Comment #4
ainigma32 commentedLooks like that kind of module doesn't exist yet.
Maybe you could try and code one yourself (I can see in your profile that you are experienced)?
Of course you could also try to ask around on the developers mailing list and/or IRC to make sure there isn't something like that out there already.
- Arie
Comment #5
mdupontModules like Prepopulate can help. Marking this old issue as fixed.
Comment #6
kenorb commentedhttp://drupal.org/project/custom_templates
which I've created.