The mailing list messages use the same header.php and footer.php as
the other emails, but I cannot see what template they use. Do they use
a template, or is the body format hard-coded somewhere?
I would like the mailing list emails to use a different format header
and footer. Is there any way this can be detected in the header.php
template? i.e. does the template header know when it is being used for
a mailing list e-mail rather than a newsletter or comment
notification?
Or would I need to create a new theme for use only with the mailing
list e-mails, with its own header.php and footer.php?
-- Jason
--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00¤cy_code=EUR¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to
mailpress+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en
I'll apply this suggested template patch to my local version and give
it a go.
Thanks,
-- Jason
> 2010/1/15 Jason Judge <jason.dju...@gmail.com>
>
>
>
> > The newsletters (digest e-mails against categories) and the comment
> > emails (against comments on specific posts) all use templates from the
> > current MP theme.
>
> > The mailing list messages use the same header.php and footer.php as
> > the other emails, but I cannot see what template they use. Do they use
> > a template, or is the body format hard-coded somewhere?
>
> > I would like the mailing list emails to use a different format header
> > and footer. Is there any way this can be detected in the header.php
> > template? i.e. does the template header know when it is being used for
> > a mailing list e-mail rather than a newsletter or comment
> > notification?
>
> > Or would I need to create a new theme for use only with the mailing
> > list e-mails, with its own header.php and footer.php?
>
> > -- Jason
>
> > --
> > === Please Donate !
> >https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2...
>
> > You received this message because you are subscribed to the Google
> > Groups "MailPress" group.
> > To post to this group, send email to mail...@googlegroups.com
> > To unsubscribe from this group, send email to
> > mailpress+...@googlegroups.com<mailpress%2Bunsu...@googlegroups.com>
On Jan 15, 10:34 am, Jason Judge <jason.dju...@gmail.com> wrote:
> Somehow the current date was getting inserted between the header and
> the body of the manual e-mail, which made me think that perhaps there
> was a template involved, but I couldn't find one structured as
> header>date>body>footer
Just looked again - the date was being displayed in default.php I
overlooked that one previously because - as you say - it is not a
template.
-- Jason