• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

how put Note: Adult conten is not allowed ?

Jesus

Chevereto Member
Hi, when a upload photo, i need put this how put Note: Adult conten is not allowed ?


thanks
 
Sintitulo.jpg
 
[Quote = "Rodolfo, mensaje: 44161, miembro de: 1"]. ¿Es justo ahí, justo inspeccionar el código html y verá que [/ quote]

Thanks but i don´t see.
 
Locate what you need by doing the following:

1. Open your website and open the Browser console (F12).
2. Inspect the element that you want to change/edit
3. Locate that in the elements panel.
4. Go to app/themes/Peafowl/snippets/anywhere_upload.php and do your editing.
 
upload_2016-11-14_16-38-57.png

So you search for:

Code:
btn btn-big plain margin-right-5 btn-upload-privacy

And then you delete the <button>:

upload_2016-11-14_16-40-36.png

This works for any code that you want to alter. It wil be easier if you have a code editor that allows you to browse inside folders like Notepad++.

Hope it helps,
Rodolfo.
 
Last edited:
Back
Top