• 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

Homepage Images Diplay - Current version 3.5.15

Status
Not open for further replies.

Juluis

Chevereto Member
Hi,

I have updated my site to current version, I set up the Homepage Setting to Style: Split Landing + Images and set my user Id to 1 to show only images that I uploaded.
However, even I set the ID to 1 so that only admin images only will appear to homepage(which was the same from previous version) now Guess Uploaded Images are showing also in the homepage.

Regards,
 
app/routes/route.index.php change this:
PHP:
$home_uids = CHV\getSetting('theme_home_uids');

To this:
PHP:
$home_uids = CHV\getSetting('homepage_uids');
 
Status
Not open for further replies.
Back
Top