exhtml
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Still possible to assign 'req-role' to a download?If anyone interested, here seems to be a solution by another user (SmashBrando):
https://github.com/mikejolley/download-monitor/issues/70
haven’t tested yet anyway…
Thanks!Forum: Plugins
In reply to: [Download Monitor] Redirecting non-logged in usersHi! was wondering exactly the same, and think that in new version you have to use filters:
https://github.com/mikejolley/download-monitor/wiki/Action-and-filter-reference
Concretely: dlm_access_denied_redirect – Return a url to redirect somewhere if the user cannot access a file. Default is false.
Haven’t tested yet but I figure that the use would be similar to the one explained here:
https://github.com/mikejolley/download-monitor/wiki/do_not_force-filterAnyway would be nice if Mike could confirm it!
Hello, absolutely great plugin, I’ve been using it for long time. Thank you and congratulations for your work.
Please I have a doubt: I use as a basis for my themes the ‘Roots’ starter theme, thar uses rewrite URLs and needs to write some rewrite rules in .htaccess. I got it to work with Bulletproof by editing bulletproof secure.htaccess and putting my rewrite rules just after the line:
# BPS needs to find the - BPSQSE - text string in this file to validate that your security filters exist
In this way when permalinks are reflushed, I can turn on bulletproof security again without losing my rewrites.
The thing is: ‘Roots’ theme also provides some of the goodness of HTML5 Boilerplate .htaccess, and in previous versions of Bulletproof security I putted the Boilerplate htaccess code at the end of bulletproof secure.htaccess, like this:# BEGIN HTML5 Boilerplate ... # END HTML5 BoilerplateBut when I try this with the current version, I get a 403 error and the changes in secure.htaccess are not saved. What would be the right place in secure.htaccess to put my custom code? Thank you very much in advance!
For people interested, for me, the issue has been solved increasing PHP Memory Limit to 128 Mb. Anyway, would be much appreciated if the plugin author or someone could drop some infos about why is this happening.
Thank you so much!Same here… Updated this morning to the last version of WordPress SEO and started to get HTTP 500 errors when trying to edit posts, or editing Nav Menus… Still waiting for my hosting provider about server logs, but if I deactivate WordPress SEO I stop getting these errors…
Really would like to continue using this plugin in my site, so I’ll wait for the developers if they can provide a patch or solution.
Thank you!Forum: Plugins
In reply to: [Social Crowd] Twitter count "0"Same here! Thank you so much bdoga for the fix! waiting for it…
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] User rolesWould be a nice thing if a user could add a placemark without being registered in any way (subscriber, etc). Anyone knows a way of doing this? Thanks in advance!
Was looking for this plugin: http://ww.wp.xz.cn/support/plugin/user-submitted-posts
Maybe will be a solution if were possible to implement GeoMashup map in the form, for the user to set a location for the post! Any ideas will be appreciated, thank you very much!Forum: Plugins
In reply to: [Download Monitor] How to filter downloads by 'req-role' custom fieldThanks for your answer, I’m using User Role Editor yet to crearte the user roles. Indeed, I was looking for a ‘more automated’ way of filtering the downloads list. Finally found a way to access the value of the req-role custom field:
$d->meta[‘req-role’]
So you can filter the download list for a concrete user-role.
Hope it helps for anyone,Forum: Plugins
In reply to: [Download Monitor] Member-only files non-member redirect not workingOk! finally realized that the redirection works but only when a non member tries to access a member-only file, but doesn’t work if a member that hasn’t the required role tries to access a file restricted to an upper role. Maybe could be a good implementation in future versions of the plugin, a different ‘redirection’ for these situation. Thanks again!
Don’t know… :-S
I copy pasted the content of the file in the repo over the file in my plugins folder… sorryThanks Frank, copyingpasting from the repo to the same file in the plugin folder fixes the issue!
Many thanks for your work and help!Hi Frank, thanks for your help and fast response! I’m sorry but I continue experimenting same problem with 1.8.3,
-If I change ‘Backend role’ from Admin to Editor for example, and save the changes, it’s all ok.
-If I change ‘Frontend role’ from Admin to Editor for example, and save the changes, if I come back to the plugin settings see that it continues in Admin, so the change haven’t been saved.In admin login screen and in maintenance mode screen, if I have wp-debug activated in wp-config, I can see these notices:
Notice: Undefined index: role_frontend in /var/www/vhosts/dam-vr.es/httpdocs/wp-content/plugins/wp-maintenance-mode/wp-maintenance-mode.php on line 435
Notice: Undefined index: role_frontend in /var/www/vhosts/dam-vr.es/httpdocs/wp-content/plugins/wp-maintenance-mode/wp-maintenance-mode.php on line 463
Hope it helps!
Thanks again!If it helps, if you put debug to true in wp-config, I can see these notices in wordpress login panel:
Notice: Undefined index: role_frontend in /var/www/vhosts/dam-vr.es/httpdocs/wp-content/plugins/wp-maintenance-mode/wp-maintenance-mode.php on line 435
Notice: Undefined index: role_frontend in /var/www/vhosts/dam-vr.es/httpdocs/wp-content/plugins/wp-maintenance-mode/wp-maintenance-mode.php on line 463
Thanks!!
HI! No news about this issue? Thank you!