• 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 2.0.3

Status
Not open for further replies.

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
Chevereto 2.0.3 (2011-06-26) release notes
- Fixed error on multiupload thumb BB-Code
- Added title on social links on the default theme (original post)
- Fixed theme structure on header and footer (original post)
- Added "CHV" prefix for the script constants
- Added Swedish and Filipino languages

Upgrade from 2.0.2 | Affected files & folders
- api.php
- includes/
- content/system/js/peafowl.js
- content/themes/Peafowl/
- content/languages/sv
- content/languages/tl

Note: The change in config.php is only in lines 158,159 and 160
 
Rodolfo quisiera agregar solamente
"Fixed error on multiupload thumb BB-Code"

por que si reemplazo todo perderia mucho avanze que tengo de la 2.02.
podria guiarme para ver q modificar?

saludos
 
izam2 said:
Rodolfo quisiera agregar solamente
"Fixed error on multiupload thumb BB-Code"

por que si reemplazo todo perderia mucho avanze que tengo de la 2.02.
podria guiarme para ver q modificar?

saludos

El tema es que ahora las constantes del script son __CHV__, eso afecta a todo. Respecto a temas, el unico cambio es el que describo aquí: http://chevereto.com/forums/topic976-header-menu.html asi que eso es lo que tendrias que "guardar". El resto es aconsejable que lo actualices.
 
With the Update my IMage Counter doenst work ... 🙁

Code:
<?php echo count(glob(__PATH_THUMBS__."*",GLOB_NOSORT)); ?>

Help Me
 
novexx said:
With the Update my IMage Counter doenst work ... 🙁

Code:
<?php echo count(glob(__PATH_THUMBS__."*",GLOB_NOSORT)); ?>

Help Me

replace:
Code:
__PATH_THUMBS__

with:
Code:
__CHV_PATH_THUMBS__
 
Rodolfo, do you have any ETA on a admin panel where we can at least review the images uploaded and delete them if necessary? I cant use this script until i'll be able to overview what users have uploaded and enforce the terms and conditions we set at our image hosting site..

Thanks
 
Status
Not open for further replies.
Back
Top