FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Cross posting and word wrapping
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Cross posting and word wrapping [message #158167 is a reply to message #158165] Fri, 06 February 2009 02:12 Go to previous messageGo to previous message
jm2morri is currently offline  jm2morri   Canada
Messages: 225
Registered: January 2009
Location: Stratford, Ontario, Canad...
Karma:
Senior Member
johnmusbach wrote on Thu, 05 February 2009 16:02
* Word wrapping - Posts look fine in NNTP clients like Thunderbird but in the majority of terminal NNTP clients the posts just flow in one line. We have tried using php's wordwrap function but it mangled quotes in a undesired way.

Does anyone have any mods that'd resolve those above issues? If not, I may be willing to pay for such mods to be developed depending on the requested price. I can pay via PayPal.

Thanks! Smile



Hello,

I had the same issue and got similar complaints from some of my users. I fixed it by changing line 557 in include/nntp.inc (verion 2.7)

from

fputs($this->fs, "\r\n$body\r\n");


to

fputs($this->fs, wordwrap( "\r\n$body\r\n" ) );



Use at your own risk. It worked well for me.

James.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to Setup Permissions
Next Topic: Automatic pruning
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 10:52:46 GMT 2024

Total time taken to generate the page: 0.04434 seconds