Posted by TheoRichel on September 17, 2010 at 2:00pm
3 followers
Jump to:
| Project: | Simplenews Template |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
In the module you present some hijacker code. I copied and edited it as here
* Hi-jacker to stop the title from being inserted above the HTML in the mail.
*/
function themagrk_simplenews_template_theme_simplenews_newsletter_body($node, $title, $language = NULL) {
return $node->body;
}NB: In my version I also removed the $title. but it makes no difference
I have cleared the cache multiple times, created new newsletters, but that title stays there. I have edited the template.php for other things and they are visible. Do I do something wrong?
Comments
#1
i have been experiencing the exact same problem for months now. I want that title in the body gone! It's like any changes I make to template.php is ignored. I am using a subtheme of zen.
#2
I am also using a subtheme, but then of Channel Nine, but it makes no difference whether I add the name of the main-theme or the name of the subtheme. Haven't tried both yet.
#3
This thread seems relevant #481142: Theme settings forms are not inherited by sub-themes. I have applied the patch to system.admin.inc but the problem remains.
Question: I am supposed to copy that Hijacker to my template.php am I not? and then add the name of the theme?
#4
Did you ever get this hijacker to work. I tried to copy it into my template file, but I'm still getting a title on my enews letter. I'd really like to remove it.