• 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
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Home page modification

AndrewBRD

Chevereto Noob
I have three questions on how to configure the home page


How can I customise the button in Split Landing + Images to link differently for a logged in user? (I want logged out users to get redirected to create an account and logged in users to be redirected to explore.)

How can I show infinite images? (When scrolling down, Like the explore menu)

How can I add extra links to the top bar? (I've been told that headers.php contains these but I haven't got a clue what to edit)
 
How can I show infinite images? (When scrolling down, Like the explore menu)
Chevereto-Free is still using the old homepage design. Unless you hack the source you won't get that homepage until February 2019 when I will release a major update for Chevereto-Free.

How can I add extra links to the top bar? (I've been told that headers.php contains these but I haven't got a clue what to edit)
You can add them in the "about" menu by simply going to Dashboard > Settings > Pages and rather than add a page add a "link".

How can I customise the button in Split Landing + Images to link differently for a logged in user?
You have to use the CHV\Login::isLoggedUser() method inside your PHP conditionals.

Hope it helps.
 
Chevereto-Free is still using the old homepage design. Unless you hack the source you won't get that homepage until February 2019 when I will release a major update for Chevereto-Free.
Ok cool, I've decided I'll be using Chevereto over Reservo so I'll be buying it in the new year.

You can add them in the "about" menu by simply going to Dashboard > Settings > Pages and rather than add a page add a "link".
I'm looking to add a link on the top bar next to random, I'm aware of the "about" dropdown but it's a bit obscure.
1544801875585.png

You have to use the CHV\Login::isLoggedUser() method inside your PHP conditionals.
I'll have to ask someone that understands php about this.

Thanks for the help though. 🙂
 
I'm looking to add a link on the top bar next to random, I'm aware of the "about" dropdown but it's a bit obscure.
1544801875585-png.2081
You will need to directly edit the template file for that. app/themes/Peafowl/header.php
https://github.com/Chevereto/Chevereto-Free/blob/master/app/themes/Peafowl/header.php
 
Back
Top