Potsky
Forum Replies Created
-
Forum: Reviews
In reply to: [s2member Secure File Browser] Perfect addition to s2MemberEh eh ! Thank you!
I continue to support the plugin in order to make it compatible with new WP versions, but I have no time to add new features. Pull requests are welcomed!Thank you very much ??
Ok.
Could you send me a screenshot of your widgets configurations please?
I will build a how to based on your settings.
Thank you for your kind words!
Hi Dan,
I apologize for answering now. Can you remember what was the problem ?
Forum: Plugins
In reply to: [s2member Secure File Browser] PHP NoticeOk version 0.4.19 is being transmitted. As soon as you will upgrade, tell me if it is ok for you!
Forum: Plugins
In reply to: [s2member Secure File Browser] PHP NoticeI have changes these block of codes but in a different way.
I don’t figure out how
if ( isset( $atts[ 'displaydownloaded' ] ) == '2' )
can be true given thatisset
returns a boolean.There still are a lot of
@
. Is it the problem with PHP7 ?Ok I have added nickname, last name and first name.
I will try to release in a few hours.
Hi !
Sorry I am a little bit swamped these days…
I will add a new column with this information in the next release.
Forum: Plugins
In reply to: [s2member Secure File Browser] PHP NoticeHi !
Sorry I am a little bit swamped these days, I will release a new version as soon as possible with this fix.
And… thank you for reporting and for the fix !
Forum: Plugins
In reply to: [s2member Secure File Browser] Duplicate When Client downloads?Hello,
it absolutely an anormal behaviour. Emails are sent only once of course.
Does your client double-click on links ?
Forum: Plugins
In reply to: [s2member Secure File Browser] How to use filterdir to target folderHello,
you should use
filterdir="/^documents$/"
instead.Forum: Plugins
In reply to: [s2member Secure File Browser] Prevent viewing directories??
Forum: Plugins
In reply to: [s2member Secure File Browser] Prevent viewing directoriesHello,
it seems you have set the shortcode parameter displayall to “1”.
Just set it to “0” or remove it given that “0” is the default.
[s2member_secure_files_browser displayall=”0″/]
The shortcode documentation is available in your wordpress installation : https://XXXXX/wp-admin/admin.php?page=psk_s2msfb_manager_docshortcode
Forum: Plugins
In reply to: [s2member Secure File Browser] Users File BrowseOk, take a look on your page, it works now ??
You now inject %USERNAME%, %USEREMAIL% or %USERID%
Forum: Plugins
In reply to: [s2member Secure File Browser] Users File BrowseI did not think about this before but this is not too complicated for the plugin to replace dynamically %username% or %useremail% or %userid%
I will take a look on it…