Potsky
Forum Replies Created
-
Forum: Plugins
In reply to: [s2member Secure File Browser] search for fileCan you send me an admin access to your site via https://www.potsky.com/contact please ?
And on which page is the plugin ?
Forum: Plugins
In reply to: [s2member Secure File Browser] search for fileOk so the plugin has seen 4 files. Is it correct ?
Forum: Plugins
In reply to: [s2member Secure File Browser] search for fileIf I can remember, the problem was the MySQL port which was not the standard one but last version of the plugin supports now custom ports.
The first thing to check is the plugin cache.
Go to your the cache page https://YOUR_SITE /wp-admin/admin.php?page=psk_s2msfb_manager_cache
How many files do you have and when is the last scan ? For example, on my install, I have :
Last file scan on 2015/07/01 – 16:59 in 0s (84426 files and 532 directories found)
Next file scan on 2015/07/01 – 17:59Forum: Plugins
In reply to: [s2member Secure File Browser] Users File BrowseThe shortcode I have sent to you is just an example. The correct version is :
[s2member_secure_files_browser dirbase=”%2Faccess-s2member-ccap-%username%” /]
But you need to replace %username% with the name of the current logged in user of course !
Forum: Plugins
In reply to: [s2member Secure File Browser] Users File BrowseHi !
You can manage these rights in this way :
– store files in
wp-content/plugins/s2member-files/app_data/access-s2member-ccap-%username%
– give custom capabilityusername
tousername
in s2member fields in the user profileFiles in directory
access-s2member-ccap-toto
will not be downloadable by usertata
but usertata
will see the list. So you need to generate a shortcode specific for each user with dynamic parameter [s2msfb dir=”access-s2member-ccap-%username%”]Forum: Reviews
In reply to: [s2member Secure File Browser] download counts for each file too highNo problem for your review ?? Moreover I cannot delete it.
Have you solved your problem ?
You should begin to take a look in the dashboard at the following URL : https://XXX/wp-admin/admin.php?page=psk_s2msfb_stats_all
Are these downloads displayed in this menu ?
Forum: Plugins
In reply to: [s2member Secure File Browser] Restrict to Specific UsersJust set displayall to 1 instead of 0 in your short code and it will work !
Forum: Plugins
In reply to: [s2member Secure File Browser] Restrict to Specific UsersHi cmsamo,
there is no video tutorial, sorry. But it is straightforward. There is an embedded documentation in your dashboard at the following address : https://XXX/wp-admin/admin.php?page=psk_s2msfb_manager_docshortcode
If you take a look on the displayall shortcode parameter, you can see that setting this parameter to 1 will only display allowed directories for current authenticated user.
Be careful, if you have a huge count of directories, it can really slow down the page response.
Forum: Plugins
In reply to: [s2member Secure File Browser] search for fileOk, I am registered, we continue by email.
Forum: Plugins
In reply to: [s2member Secure File Browser] cant find plugin on dashboardYep !
Forum: Plugins
In reply to: [s2member Secure File Browser] search for fileHi !
How can I view the page with the shortcode please ? Can you register an account with potsky at me dot com please and send me the URL ?
Forum: Plugins
In reply to: [s2member Secure File Browser] open pdf in new windowOk. Sorry I can’t help you.
Please let me know if you have found a solution !
Forum: Plugins
In reply to: [s2member Secure File Browser] open pdf in new windowOk… last chance :
Go to the Dashboard > s2member > Download Options > Inline File Extensions
and try to add the pdf extension to force s2member to deliver the file inline instead of via download…
Does it work with your PDF plugin ?
Forum: Plugins
In reply to: [s2member Secure File Browser] open pdf in new windowHi tomcazoom,
it depends on your browser. It seems PDF are open in your browser because you have a PDF viewer, right ? When I click on a PDF on my computer, it is downloaded, never displayed in the browser. That’s why I don’t know if there is something to do.
You can try manually to change the behaviour and tell me if it works or not…
1. First, edit file
wordpress/wp-content/plugins/s2member-secure-file-browser/class/psk_s2msfb.class.php
2. Go to line 1228 (or near this one…)
3. Replace line
$li .= '<div class="jftctn"><a href="#" class="link" rel="' . $link . '">' . $display_name . $extended . '</a>';
by
$li .= '<div class="jftctn"><a href="#" class="link" target="_blank" rel="' . $link . '">' . $display_name . $extended . '</a>';
4. Verify that files are opened in a new window nowIt will do the trick for all files. If it works, I will tell you how to enable this feature only for pdf files.
Forum: Plugins
In reply to: [s2member Secure File Browser] No NotificationsHi sarasotasam !
I have updated my installation with the last version of all plugins and it still works. Are downloads logged in the dashboard ( https://yourserver/wp-admin/admin.php?page=psk_s2msfb_stats_all ) ?