| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
ultimatehandyman PR2

Joined: 15 Mar 2007 Posts: 209
|
Posted: Fri Sep 07, 2007 7:48 am Post subject: signatures in phpbb |
|
|
I have a mod installed on my board that enables me to disable or enable signatures from the control panel, but it allows people to show signatures by default!
Would i be able to edit a file to make the signature disabled by default?
I think the file to edit may be profile.php?
But I am not sure which code needs changing?
Thanks in advance
chez |
_________________ DIY | DIY directory |DIY forum |
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Fri Sep 07, 2007 5:23 pm Post subject: Re: signatures in phpbb |
|
|
| ultimatehandyman wrote: | I think the file to edit may be profile.php?
But I am not sure which code needs changing? |
Sorry, I don't have a patch for you, but look in usercp_register.php and search on $attachsig. I think this is the line you want to change:
| Code: | | $attachsig = ( isset($HTTP_POST_VARS['attachsig']) ) ? ( ($HTTP_POST_VARS['attachsig']) ? TRUE : 0 ) : $board_config['allow_sig']; |
|
_________________ Dan Kehn |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |