SimpleDesk

SimpleDesk! => SimpleDesk Tracker => Topic started by: wintstar on November 13, 2015, 04:58:35 PM

Title: [Fixed] Bug missing subtext
Post by: wintstar on November 13, 2015, 04:58:35 PM
SimpleDesk version: SimpleDesk 2.0 Anatidae and SimpleDesk 2.0.1
SMF version:  SMF 2.0.11 and SMF 2.1 Beta 2

Latest revision from the GitHub. Download is of branch smf21 from 08.11.2015.

MySQLi version: 5.6.25
PHP: 5.6.11
2.1 Beta 2 is from the latest revision from the GitHub 08.11.2015

The configuration area Display Options are missing subtext

open root/Sources/sd_source/SimpleDesk-Admin.php
find
        array('check', 'shd_hidemenuitem'),
replaces with
        array('check', 'shd_hidemenuitem', 'subtext' => $txt['shd_hidemenuitem_note']),

find
        array('check', 'shd_disable_unread'),
replaces with
        array('check', 'shd_disable_unread', 'subtext' => $txt['shd_disable_unread_note']),

For Display avatars in replies to a ticket? missing the language String shd_display_avatar_note in the language file and the code for the subtext
      array('check', 'shd_display_avatar'),
Title: Re: [Fixed] Bug missing subtext
Post by: SleePy on November 29, 2015, 04:11:33 PM
Fixed.  I think the display avatar item is fairly self explanatory.  I'm not sure how else you could explain it other than what the title does as "Display avatars in replies to a ticket?"