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

#1
Then make a new section named Forum Reports like Closed Tickets etc., and put everything there. Give mods the access to go their. And for the local mods, put the board id on report (e.g hidden input), and give access them by getting id_member and id_board from moderators table.

Shouldn't be that hard? :)
#3
SimpleDesk Team Blog / Re: The Road to 1.0
April 29, 2010, 07:28:49 PM
Wow, that's really amazing. Great work Devs :)
#4
General Discussion / Re: [Feedback] Attachments
April 21, 2010, 11:40:04 AM
Hmmm, fullsize. If we show thumbnails, how can they see fullsizes? :)
#5
General Discussion / Re: [Feedback] Attachments
April 21, 2010, 09:23:38 AM
Quote from: Yagiz on April 09, 2010, 01:26:18 PM
Making attachments on replies horizantaly and 4 attachments in a row should be better :)

+ if the attachment has a thumbnail, add an icon next to it and when hovering, show the attachment.
#6
General Discussion / Re: [Feedback] Attachments
April 09, 2010, 01:26:18 PM
Making attachments on replies horizantaly and 4 attachments in a row should be better :)
#8
SimpleDesk Support / Re: URL of SimpleDesk?
April 05, 2010, 05:48:29 PM
Yep, it's because of the theme :)

I made something for my customer, sharing it with you now:

Find in index.template.php:
echo '<li><a href="#">Menu Item<br /><span>Description</span></a>
<ul>
<li><a href="#">Submenu</a></li>
</ul>
</li>';

Replace with:
global $modSettings;
if ($modSettings['helpdesk_active'] && (allowedTo('access_helpdesk') || allowedTo('admin_helpdesk')))
{
echo '
<li>
<a href="', $scripturl, '?action=helpdesk;sa=main">', $modSettings['helpdesk_active'] && SMF != 'SSI' ? shd_get_active_tickets() : $txt['shd_helpdesk'], '<br /><span>Description</span></a>
<ul>';
if (SMF == 'SSI' ? false : shd_allowed_to('shd_new_ticket'))
echo '
<li><a href="', $scripturl, '?action=helpdesk;sa=newticket">', $txt['shd_new_ticket'], '</a></li>';
if (SMF == 'SSI' ? false : (shd_allowed_to('shd_resolve_ticket_own') || shd_allowed_to('shd_resolve_ticket_any')))
echo '
<li><a href="', $scripturl, '?action=helpdesk;sa=closedtickets">', $txt['shd_tickets_closed'] , '</a></li>';
if (SMF == 'SSI' ? false : shd_allowed_to('shd_access_recyclebin'))
echo '
<li><a href="', $scripturl, '?action=helpdesk;sa=recyclebin">', $txt['shd_recycle_bin'] , '</a></li>';
echo '
</ul>
</li>';
}
#9
SimpleDesk Support / Re: URL of SimpleDesk?
April 05, 2010, 05:00:20 PM
That's weird, because every theme on SMF 2.0 should have the same menu. Which theme are you using?
#10
Great news! :)
Congratulations SD Team :)
#11
Happy birthday guys :)