A big thanks from me also.

Finally i recoded the mail templates and it fix the behaviour sometime before recognizing the follow ups of this thread.

Meanwhile the current german language pack for 1.3.4 fits perfectly.

Again, thanks a lot
felic

felic wrote:

Other registered users who subscribe to a topic get no e-mail at all.

This is not the case. Was a simply server delay. Nonetheless, the subscription e-mail is empty too.

Hi,

today i recognized, if i (as the admin) subscribe to a topic, i will receive an notice e-mail, but it is completely blank. Other registered users who subscribe to a topic get no e-mail at all.

First i thought of permission problems of the mail templates within punBB, but as i am able to register as a new user that will receive a proper e-mail (the mail template has the same permissions on the server) i dropped that.

Any suggestions where to look at? PunBB Version is 1.3.4, German Language Pack, latest pun_antispam extension enabled.

Thanks in advance.
felic

Parpalak wrote:

So, you have to wrap "include" with buffering commands and then to change the encoding.

It should be like this:

[...]

Brilliant. Works fine.

Thanks your for your help!

bye
felic

Parpalak wrote:

Please, describe exactly how it was included. Maybe it's possible to convert strings somewhere.

First thanks for your answer!

The Forum for our main project side (http://welcompose.de) is located on a subdomain (http://forum.welcompose.de).
To get a bunch of post teasers i just a php include the extern.php within the project website.

While the encoding of the forum subdomain is set to charset utf-8, the project website rely on iso-8859-1 enconding.

I played with the headers within the extern.php, but with no luck. Although i think, this is the place to edit.

Thanks again, regards
felic

Hi,

while migrating from 1.2.2 to current 1.3.4 some weeks ago the new base encoding is now utf-8. This is fine as long i use PunBB within a fully utf-8 enviroment. Unfortunately i used to include some post tiltles with the extern.php file on a page which outputs rely on the latin encoding. So, when embedding this script in the page, the posts will display with broken characters of course.

Has anyone a clue if and how to solve this? As all database content is now delivered with utf-8 collation this seems to be impossible without disturbing the output on the actual forum pages.

Thanks in advance and greets
felic