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

Home » FUDforum » FUDforum Suggestions » NNTP suggestion
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: NNTP suggestion [message #16114 is a reply to message #16090] Wed, 14 January 2004 20:12 Go to previous messageGo to previous message
Gribnif is currently offline  Gribnif   United States
Messages: 82
Registered: December 2003
Karma:
Member
I just implemented #1 by adding the following code at line 402 of data/include/nntp.inc:
if( $msg_post->poster_id == 0 ) {
	if( !empty( $this->from_name ) ) {
		$msg_post->body = '<b>Originally posted by:</b> "' .
			$this->from_name . '" &lt;' . $this->from_email . '&gt;<br /><br />' . $msg_post->body;
	}
	else {
		$msg_post->body = '<b>Originally posted by:</b> ' .
			'&lt;' . $this->from_email . '&gt;<br /><br />' . $msg_post->body;
	}
}

I think it helps a lot, since now I can see who actually posted the message. I didn't bother to make this a "mailto:", since I don't really think it's necessary.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Attach mangled sig to mailing list postings
Next Topic: Alternative registration pr. cell phone?
Goto Forum:
  

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

Current Time: Mon Jul 08 12:29:18 GMT 2024

Total time taken to generate the page: 0.04706 seconds