News:

Get the latest news and updates on SimpleDesk!

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 - SleePy

#16
SimpleDesk Support / Re: SMF 2.0.17
January 16, 2020, 10:47:14 PM
sm.org is running it, no issues.
#17
I would have to test it to verify but this should work as you are intending.  Don't forget that permissions apply to all membergroups assigned to a user.  Not just the primary display membergroup.
#18
SimpleDesk Tracker / Re: SD 2.1 - Enable Front Page?
April 25, 2019, 09:00:09 PM
Will look into it.  It was broken at one time, I fixed it up and haven't checked since.
#19
SimpleDesk Discussion / Re: Upgrade Roadmap
February 23, 2019, 08:38:01 PM
In the sd_sources/Subs-SimpleDes.php


function shd_buffer_replace(&$buffer)


Replace with


function shd_buffer_replace($buffer)


This is fixed in 2.1
#20
SimpleDesk Discussion / Re: Upgrade Roadmap
February 16, 2019, 03:51:31 PM
What version of SMF and SD?

Are you doing any placements of SD like in the board index, unread replies or other areas?
#21
There are no plans for me to develop for ElkArte.  However there is a fairly similar code base.  If ElkArte has compatible APIS to all the old SMF calls, it may work with some manual installs.  The new version wrote for SMF 2.1 most likely won't work with ElkArte as it makes use of way more hooks, and ElkArte would have to implant those hooks to function.

That said, SD is open source software.  Anyone could fork the project and develop it for ElkArte.
#22
SimpleDesk Discussion / Re: Upgrade Roadmap
February 03, 2019, 02:19:17 PM
7.1 should be fine.  I haven't tested 7.2 yet.
SMF 2.0.15 works fine with 7.1 and so does SD.

SD will most likely work with 7.2, but SMF has some warnings and issues.
#23
Marking this resolved for the new version.  The UI changes have resolved this from what i can tell.
#24
Is there a previous error?  This is a replacement error in a buffer handler, which is near the end of the page generation process.
#25
The code is wrong not the permissions.  Which is why you receive a php error.
#26
If you are manually making changes you must be careful to ensure that the changes you made are valid code and queries.
Sometimes you can get a mod to install by uninstalling the original mod, install the second and install the original again.

The version for SimpleDesk supporting SMF's future 2.1 is edit free, which can help ensure that it works better with other modifications.

#27
Can you attach the affected file?  Looks like a bad edit from another mod.  You shouldn't proceed with mod installs if a error is detected.
#28
We do not have a released solution for a contact form.  The ones made here use SMF's SSI to handle everything and custom built pages.
#29
You can configure roles and then assign those roles to groups.  Depending on those groups grant specific access to the helpdesk or not.
#30
It has been considered but I haven't had time at the moment to add such a feature.