• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

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