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

kenorb’s picture

I'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.

ainigma32’s picture

Status: Active » Postponed (maintainer needs more info)

Looks like the issue you're referring to was fixed.

Or have you resolved this some other way already?

- Arie

kenorb’s picture

Not 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.

ainigma32’s picture

Status: Postponed (maintainer needs more info) » Active

Looks 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

mdupont’s picture

Status: Active » Fixed

Modules like Prepopulate can help. Marking this old issue as fixed.

kenorb’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.