Question

I have a template for a node/edit form for one of the content types.

This content type will be created/edited by guest users. So I need to get this form displayed in the frontend theme.

How can I set in which theme a form will be displayed?

Était-ce utile?

La solution

Could it be that you're looking for the setting that lets you skip using the administration theme for content editing? Just uncheck the box on page admin/settings/admin and you're set.

Uncheck the box

Autres conseils

You simply add that template file to whichever folder the theme uses for templates. If you're not using your own custom theme, such as one from core or a contributed one, I recommend creating a subtheme first: https://drupal.org/node/225125

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top