Tagged Questions
0
votes
2answers
119 views
Is there a standard public URL convention used on a Wordpress site directly to a page listing all of a user's public content?
Is there a standard convention for a full direct public URL address that, when visited/clicked on, will show a page list all of user account's public content uploaded on that site.
Background:
I ...
3
votes
1answer
1k views
User File Upload Repository?
I am trying to make a user-uploaded file repository on my wordpress site, but have been unable to find any plug-ins or tutorials on how to accomplish such a task. Basically I want a page where users ...
3
votes
3answers
1k views
How to hide media uploads by other users in the Media menu?
Simply put - how might I completely hide media files uploaded by any other users other then themselves? Id like to disable access to these links & files since they are a way for non-admin users to ...
1
vote
1answer
316 views
Restrict access of admin uploads to certain logged-in users?
This is a very open-ended, speculative question with lots of possible angles: has anyone worked with ways to restrict the access of certain uploads to a logged in user?
I.e., how can the site admin ...
0
votes
1answer
401 views
Allow users to upload flash videos?
I would like to allow users to upload videos to their profiles. I'm using the couponpress theme for wordpress, which is a coupon listing theme. It lets users upload images for their coupons or ...
0
votes
1answer
826 views
add 'file upload' field to user details
In the backend when a user goes to their detail page they can edit a few text fields. I want to add a custom field that allows the user to upload a file. I found something similar but its only to add ...
3
votes
4answers
3k views
How to restrict access to uploaded files?
I have a restricted area on a website that can only be accessed by logged in users. Fot that I created a page template with a 'current_user_can()' condition.
My problem is that the documents attached ...
0
votes
2answers
202 views
Personalized Gallery what are my options?
In my game website I would like to implement a Screenshot page where my registered users can upload images to it (it might be more then 1 screenshot page, 1 for the users and 1 for the game in ...