News:

Loving SimpleDesk? Help us spread the word!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - venguard223

#181
i think ive been a bit mean in some of my comments as i know that pretty much the entire thing was written by one person and if people didnt report bugs he might not have known about them
#182
and doing that would also generate a lot of queries on the server which is probably why the original developer didnt put it in
#183
needs an awful lot of work to implement that due to the strange way the ticket lists are set up

though since closed tickets are shown separately to open tickets not entirely sure why you have to move them
#184
yes it's a bug

more i look the more bugs i find
#185
SimpleDesk Support / Re: Global User Profile Options
November 20, 2011, 07:31:19 PM
most code is written by stupid people who are occasionally inspired
#186
um this has been said before that it will probably go into a later version
#187
SimpleDesk Support / Re: Global User Profile Options
November 19, 2011, 08:59:39 PM
like i said the only way to force the default to off is to change the code guess the dev was stupid for not thinking of that
#188
SimpleDesk Support / Re: Global User Profile Options
November 18, 2011, 01:20:57 PM
if the function isnt enabled it wont be sent to users

the only way to change defaults for everyone is to modify the code in subs-simpledesk but users should be able to change their own preferences and it should be defaulting to off for most things anyway
#189
SimpleDesk Support / Re: Global User Profile Options
November 18, 2011, 10:57:24 AM
users can change them themselves if they go into the helpdesk, options

or there are some options in admin > helpdesk > options > notification options
#190
take reminder out of the list in the subs-simpledesk file should fix it
#191
SimpleDesk Support / Re: Modification parse error
November 06, 2011, 03:53:34 PM
do other mods work

this isnt actually a problem with sd but a problem in smf as others have had the same thing
#192
SimpleDesk Support / Re: Two issues with custom theme
October 31, 2011, 10:25:09 PM
copy the entire sd_template folder into your custom theme and change it there
#193
SimpleDesk Support / Re: I request to join BETA
October 31, 2011, 12:31:32 PM
i think everyone knew that i have seen him around simple machines
#194
inside simpledesk.template.php theres a code that looks like function template_shd_menu_header($header, $string)

shortly after that is a code that looks like this

$html = '<a href="' . $scripturl . '?action=helpdesk;sa=' . $_REQUEST['sa'] . ($_REQUEST['sa'] == 'viewblock' ? ';block=' . $_REQUEST['block'] : '') . $link . '">' . $string . '</a> ';

i might have changed it in my site not sure

but before the $html add

$link .= $context['shd_dept_link'];
#195
do you have any mods installed other than simpledesk