• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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