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

Home » FUDforum Development » Plugins and Code Hacks » extra line breaks and anchors when editing/quoting mailing list posts
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
extra line breaks and anchors when editing/quoting mailing list posts [message #28188] Thu, 13 October 2005 10:39
tymp is currently offline  tymp   United States
Messages: 13
Registered: July 2005
Karma: 0
Junior Member
Hallo,

Not sure if this is a bug report or a "patch".

I was having this problem with editing and quoting posts from a synchronized mailing list, with FUDforum version 2.6.13:
- messages from a mailing list, when edited or quoted, contained extra html break tags and anchor tags.

Adding the following at line 187 in post.inc.t (after the block/clause 'else if ($reply_to || $th_id)'):
$msg_body = eregi_replace( "<a[^>]*>([^<]*)</a>", "\\1", $msg_body);
$msg_body = eregi_replace( "<br[^>]*>", "", $msg_body);
seems to have resolved this...

So, i don't know how good or bad a solution this is, and not sure if it will cause other problems... but i think the problem is a bug.. and this is a start to a fix, at least (also, i didn't search the forum for previous fixes to this because... i'm in a rush).

Cheers,
-rob
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Mailing List Functionality w/crontab, instead of .procmailrc or .forward
Next Topic: Alternative mailing list message gateway
Goto Forum:
  

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

Current Time: Wed May 01 19:50:14 GMT 2024

Total time taken to generate the page: 0.04771 seconds