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

#1
Look here: http://portamx.com/2942/firefox-8-and-the-download-problem/
With this all works correct ...
#2
General Discussion / Re: Looking for the right mod...
September 01, 2011, 08:39:58 AM
The key for CM's will be generated manually ...
#3
General Discussion / Re: Looking for the right mod...
August 31, 2011, 04:03:13 PM
Any PortaMx Charter Member can get a key for the payed periode ...
#4
General Discussion / Re: Looking for the right mod...
August 30, 2011, 02:30:30 PM
PortaMx ?  ;D
#5
Works perfect with our Portal (v1.2) .. specially the SD standalone mode  :)
On SD standalone the Portal Frontpage is shown and a "Home" button is applied before the SD button in the menu. Any request to a none Portal action is redirected to the SD page. We add a settings option for each block to disable it on SD standalone mode. Also the integrated SEF option works with SD.
So you can use all function of the Portal  itself (blocks, pages, categories, articles) all other go to SD ...
#6
SimpleDesk Discussion / Re: Integration hooks
April 18, 2011, 02:47:23 PM
PortaMx use a lot of the integration hooks .. that save us around 50% less code change in SMF  ;)
#7
General Discussion / Re: [Feedback] Attachments
April 21, 2010, 08:46:25 PM
I have tested that with a smal icon and a HighSlide link ..

foreach ($context['ticket_attach']['ticket'] as $attachment)
echo '
<div class="description shd_attachment" id="attach', $attachment['id'], '">
<a href="', $attachment['href'], '" id="link_', $attachment['id'], '" onclick="return hs.expand(this, {align: \'center\', captionText: \''. $attachment['name'] .'\'})">
<img src="', $settings['default_images_url'], '/simpledesk/preview.png" alt="x" title="', $txt['pmx_hs_expand'] ,'" />
</a>
<strong>', $attachment['link'], '</strong>
<span class="smalltext">
(', $attachment['size'], ')
</span>
</div>';

Works great  ;)

Fel
#8
General Discussion / Re: [Feedback] Attachments
April 21, 2010, 12:52:20 PM
I like it, to put a small icon and the link in the ticket or the comment. So it's clear who have upload the attach.
And if the icon (or the text) have a link to the full size image, then it's not problem to open this in a popup or (better) with HighSlide ...

Fel
#9
The width of the text divison is to wide .. set this to 80% instead 85% and it looks good  ;)

Fel
#10
That must be addressed to the Portal developer ...
The best way is (we do this) to disable the portal complete on SD standalone mode.

Fel
#11
If you need help on install SimpleDesk, then you can send me a admin and ftp account for your server (PM), so I can make that for you ..

Fel
#12
SimpleDesk Discussion / Re: Move post and PM
April 07, 2010, 04:11:29 PM
I like it to help make a good software to better ...  :D

thanks Nas for the fix...
#13
SimpleDesk Discussion / Move post and PM
April 07, 2010, 01:56:01 PM
When I move a post from user YYZ to the ticket system, the user get a PM with to MY name  :o
See attached image

Fel
#14
by the way .. a other good option is to make the assign/reassign also by ajax request. Possible ?

Fel
#15
Thanks .. I think the session check it's secure enough to use GET for this ...

Fel