Hard coding a signature [message #23767] |
Mon, 28 March 2005 16:40 |
mrock
Messages: 28 Registered: March 2005
Karma: 0
|
Junior Member |
|
|
I am looking for the ability to hard code a signature (tag line) for a specific forum. (particularly a disclaimer for outbound nntp messages). Can someone point me in the right direction of which template or php file would be best to do this?
thx
--Mike
|
|
|
Re: Hard coding a signature [message #23768 is a reply to message #23767] |
Mon, 28 March 2005 16:46 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You don't need to modify the templates. Instead you can create an announcement for the affected forum(s) that will be displayed at the top of the topic list. This can be done by the admin announcement manager that can be found in the admin control panel.
FUDforum Core Developer
|
|
|
|
Re: Hard coding a signature [message #23777 is a reply to message #23773] |
Mon, 28 March 2005 19:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, if you want to append a tag to each message you need to modify the drawmsg.tmpl template file.
FUDforum Core Developer
|
|
|
|
Re: Hard coding a signature [message #29075 is a reply to message #29074] |
Mon, 28 November 2005 01:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
To do this you need to modify the approve() method inside the imsg_edt.inc.t and make it append your signature to the body of the message being sent to NNTP.
FUDforum Core Developer
|
|
|
|