Hi,
I don?t know wether I?m the only one having this problem but I wouldappreciate if someone could give me a hint, where and how I could fixthis.
In my forums all posts appear as they should. That means theusenet-code is getting parsed into vb-code, spaces, blanklines..all topnotch.
My problem is the reversed parsing, means vb-code parsed into usenet-code and the appearing in the usenet.
A forum post which looks like this:
Quote:
This is an example post and in this it has another quoted partlike that:
Quote:
Originally Posted by Marv
Quoted message goes here. If this one has morethen 72 signs it becomes word wrapped as it should..
|
normal text would go on here and (if long enough) becomes wrapped and parsed in the next line as normal and non-quoted text..
|
In the usenet post it shows up like this:
Quote:
This is an example post and in this it has another quoted part like that:
In his post Marv mentioned:
> Quoted message goes here. If this one has more then 72 signs
> it becomes word wrapped as it should..normal text would go on here and
(if long enough) becomes wrapped and parsed in the next line as normal and not-quoted text..
|
instead of
Quote:
This is an example post and in this it has another quoted part like that:
In his post Marv mentioned:
> Quoted message goes here. If this one has more then 72 signs
> it becomes word wrapped as it should..
[blank line]
normal text would go on here and (if long enough) becomes wrapped
and parsed in the next line as normal and not-quoted text..
|
So, it seems that a seperater is missing somewhere and reading of thoseusenet posts via newsreader really becomes a mess if you have a fewqoutes in it beside long text. I?ve tried to fix that on my own but Icouldn?t find out where I?ld have to insert the </br> .
Could someone do me the favor to have a look into the gateway.php ? May be I was just to blind to see..