Posted by falloutboy on November 19, 2011 at 11:06pm
Hallo,
does anyone know, if drupal has a theme function for the comment preview page?
I have a 3-column blog theme (page--blog.tpl.php), a one-column forum theme (page-forum.tpl.php) and a 2-column page theme (page.tpl.php).
You can see my blog and forum theme attached.
The comment preview is always shown in my page.tpl.php.
How is it possible, to theme the blog comment preview page like my page--blog.tpl.php and the forum comment preview page like my page--forum.tpl.php?
| Attachment | Size |
|---|---|
| blog-theme-.jpg | 24.92 KB |
| forum-theme-.jpg | 26.73 KB |
Comments
I was looking for posts about
I was looking for posts about the preview comment form and I came across yours. Did you manage to find what you needed? I needed to remove the preview button on the preview page, but leave it on the previous page. To do it I used the hook_form_FORM_ID_alter()
Your attached images are a little too small resolution to see what it is you're trying to achieve, so I'm not sure if this information will be helpful to you or not.