Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Translation Bug ?

Quote Reply
Translation Bug ?
I posted this in the "Customization" forum, but no one has replied. Is this a bug ?

Our subscribers are receiving emails in plain/text mime. I changed Apache's Default Type to plain/html but it did not resolve the problem. How can I fix this ?

The email looks like the following with the font commands font "Arial", /font

at the beginning and end:

Technical Ideas/Issues Exchange & Resolution(TIER).....


Thanks
Quote Reply
Re: [dbforum] Translation Bug ? In reply to
Hi,

I think this may be a template bug on your side. Look in subscribe.eml and make sure you use:

<%post_message_text%>

If you use:

<%post_message%>

it will contain HTML.

Let me know if that doesn't fix it.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Translation Bug ? In reply to
I did customize subscribe.eml to remove the last line. Here is the version I'm using. It already contains

<%post_message_text%> as you suggested.

------------------------------------------------------------------------

<%site_title%> forum archive for <%cat_full_name%>: <%forum_name%>

This forum is located at <%cgi_root_url%>/gforum.cgi?forum=<%forum_id%>
The main site is located at <%cgi_root_url%>/gforum.cgi

---------------------------------------------------------------------------

<%loop post_loop%>
Subject: <%post_subject%>
Posted by: <%post_username%>
Posted on: <%post_date%>

<%post_message_text%>

---------------------------------------------------------------------------
<%endloop%>
Quote Reply
Re: [dbforum] Translation Bug ? In reply to
Sorry for the wait - that is fixed in the 1.1.3 release.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] Translation Bug ? In reply to
Jason,

I have installed version 1.1.3, removed my customization to check for this and I'm still having the same problem.

Technical Ideas/Issues Exchange & Resolution(TIER)

Date: Wednesday, Mar 20, 2002

Time: 10:00 a.m. - 11:00 a.m. Place: 26 Forest St. Monet


Do I need to do something to pick up your change ?

TIA