From: SourceForge.net <no...@so...> - 2004-10-19 14:40:39
|
Bugs item #1050082, was opened at 2004-10-19 10:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1050082&group_id=81260 Category: Interface Group: None Status: Open Resolution: None Priority: 5 Submitted By: Steven Levin (jydallstar) Assigned to: Nobody/Anonymous (nobody) Summary: Signature label and help still shows when turned off Initial Comment: In current CVS. I know this is minor but, when signatures are turned off in the main bulletin board settings the label and the help test still show up in the personal user settings. The fix is to move these lines (located in class/Manager.php): $tags['SIGNATURE_LABEL'] = $_SESSION['translate']->it('Your Signature'); $tags['SIGNATURE_HELP'] = $_SESSION['translate']->it('This is a block of text that is automatically added to posts you make. There is a 255 character limit'); within this if: if ($this->_use_signatures) { } Commit available :) Steven ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1050082&group_id=81260 |