• 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

Tiny bug fix

Xampy5

Chevereto Noob
Hello! Just open your engine.php and go to line 793~, or if your engine.php file is shorter than 500 lines, then look for this (it's almost at the end of the file in both cases):
Code:
                $title = SEEING.' '.$id; 
                $titulo = $id.' '.AT.' ';
then change it by:
Code:
                $titulo = SEEING.' '.$id.' '.AT.' ';
Resuming, you must delete the line that contains $title and overwrite the line that has the $titulo variable by the mentioned above.
 
Back
Top