• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Possible to enable upload only from the Plugin ?

TomaGo

Chevereto Member
Hello,

My target is to provide an upload solution on my forums members but not to allow everybody to upload from my chevereto homepage.

1/ Is it possible to Enable upload only from Plugin ?
2/ In the plugin parameters is it possible to send a user credential ?

Thanks 🙂

Toma
 
I can answer #2;

The plugin creates an popup window which is basically a minimalistic version of your website, which does have the login options available and it does remember if the user is logged in or not.
 
Thanks but sorry my question was not very clear.

In fact I would like my forum members to be able to use the upload module without creating an account. I would have liked a pre-configured (by me) account in the module.
 
Go the opposite.

Make those images available only from your forum. If the thing will be used only for your forum then simply make the images allowed to be seen only if the request comes from your forum.

To do that you need to add a rewrite condition in your .htaccess (Apache) or server block (nginx).

http://www.htaccesstools.com/hotlink-protection/

Add on top of that a singup needed, disable explore and you should be fine.
 
Back
Top