onlinedesigner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Open Selected Categories in a New Window*The widget is called Categories. Sorry.
Forum: Plugins
In reply to: [The Events Calendar] Issue with Comments*One issue….correcting a typo
Forum: Plugins
In reply to: [User Access Manager] Content still shows to everyoneHello again,
I was able to get something that works for what I need. My goal was to restrict access to certain media files on a certain page. This is what I did:
1. I created a new .htaccess file in the directory where the files are stored. The file name is actually .htaccess .
2. I added the following code:
<FilesMatch “\.(mp3)$”>
order allow,deny
deny from XXX.XXX.XXX.XX (input the actual IP address)
allow from all
</FilesMatch>You may change the order depending on your goals:
order deny,allow
allow from XXX.XXX.XXX.XX
allow from YYY.YYY.YYY.YY
deny from allI believe you can also add some code to deny access to the page itself. This just blocks the files with the ending you specify. To specify multiple file types, try .(mp3|txt) etc.
Hope this provides a solution for some.
Forum: Plugins
In reply to: [User Access Manager] Content still shows to everyoneI forgot to mention that on the Pages view, the group name is listed on the far right of the page I am trying to restrict. Just don’t know why it is still accessible to everyone.
Forum: Plugins
In reply to: [User Access Manager] Content still shows to everyoneHello GM_Alex,
I installed your plugin recently. In my list of Users I see the UAM User groups notification. It also shows in the New Post area. I do not see the [L} next to the page or post name, although I have it enabled. The issue I am having is similar to others mentioned here: the full page content is accessible to anyone. Please let me know how this can be remedied.
Thanks in advance for your reply.