Potsky
Forum Replies Created
-
Forum: Plugins
In reply to: [s2member Secure File Browser] The file browser does not work anymore0.4.12 fixes the problem.
Tell me if it is ok for you!Forum: Plugins
In reply to: [s2member Secure File Browser] The file browser does not work anymoreOk, thank you. It only happens in the admin menu ? Is it ok in the front-end ?
Forum: Plugins
In reply to: [s2member Secure File Browser] The file browser does not work anymoreCould you send me an admin account via https://www.potsky.com/contact/ please ?
It was finally a bug with the theme which has been updated.
Forum: Plugins
In reply to: [s2member Secure File Browser] Plugin not visible within themeThank you for rating the plugin so I think it works now π
Forum: Plugins
In reply to: [s2member Secure File Browser] Stat DatesHi,
I have installed Opera and test it on my Mac and I cannot reproduce the bug. Could you send me by email a XML export of the data please ( via
Dashboard > s2Member > s2Member Secure File Browser > Statistics > All Download > Export all data as XML) ?Do you have an access to your mysql database too ? I would like to see if a download is displayed seveal times or if it is recorded several times (double/triple… click ?)
This problem does not occur on Chrome browser for example ?
Forum: Plugins
In reply to: [s2member Secure File Browser] Plugin not visible within themeHi!
Ok, I have found and fixed the problem. This theme is a little bit… how can I say… π
In fact, the theme loads the page content once the full page is loaded (odd behavior but why not). And given that the plugin loads jquery and other stuffs only when the shortcode is used, assets are never loaded and the plugin fails.
So now the plugin always loads assets even if the shortcode is not used, this is the only way to handle this case… Given that assets are in the browser cache, the load time is not increased.
I will update the plugin on the official repository in a few minutes, let me know if the problem is fixed on your install.
Forum: Plugins
In reply to: [s2member Secure File Browser] Plugin not visible within themeHi !
I will check this tomorrow. Could you send me your theme via http://www.potsky.com/contact/ ?
Thanx
potsky
Forum: Plugins
In reply to: [s2member Secure File Browser] Setup GuideUnfortunately, there is no setup guide. The only available documentation is available at https://www.potsky.com/code/wordpress-plugins/s2member-secure-file-browser/
Forum: Plugins
In reply to: [s2member Secure File Browser] Stat DatesHello !
I am sorry for my late answer, I don’t receive wordpress email anymore, I don’t know why !
Is this problem still happening ?
Forum: Plugins
In reply to: [s2member Secure File Browser] Setup GuideHello !
I am sorry for my late answer, I don’t receive wordpress email anymore, I don’t know why !
This behavior is not normal. Can you send me a user/password and the url of the page via http://www.potsky.com/contact/ please ?
Forum: Plugins
In reply to: [s2member Secure File Browser] Latest Files/Download plugin not workingHello !
I am sorry for my late answer, I don’t receive wordpress email anymore, I don’t know why !
Yes, given that the filter is set to
/^\/access-s2member-level0\/$/, it only shows downloaded files from theaccess-s2member-level0and not others directories. Remove the filter and the widget will work.Hello !
I am sorry for my late answer, I don’t receive wordpress email anymore, I don’t know why !
Your request makes sense and can be achieved with custom capacities. For example, set custom capacity for a user to “Client1”. Then this user will be able to parse the
access-s2member-ccap-Client1directory in yours2member-filesdirectory.Hi !
Could you send me a user login (level 1 for example), a password and the url of the page please ?
Use http://www.potsky.com/contact/ to send me these informations please.
Hi Cyrelle,
it is possible.
You should be able to give s2member custom capabilities to your users.So I can add an option in the shortcode like this for example :
deletefilecaps="my_custom_cap1,another_custom_cap"Then only users with custom capabilities
my_custom_cap1andanother_custom_capwill be able to delete files.