News:

Looking for a good read? Check out the SimpleDesk Team Blog.

Main Menu

Topic solved
This topic is marked as solved and as such require no attention unless you want to bump this issue.

[Fixed] Bug missing subtext

Started by wintstar, November 13, 2015, 04:58:35 PM

Previous topic - Next topic

wintstar

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'),

SleePy

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?"
Jeremy D — Spare-Developer