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

Voici ce qui ne fonctionne pas sur la version 2.4.1

jfrdavid

Chevereto Member
Bonjour

J'ai trouvé pas mal de chose qui ne fonctionne plus avec cette version 2.4.1:
- Impossible de pouvoir utiliser cette version 2.4.1 avec internet explorer v8.0 meme ici en demo.
- Dans le fichier uploaded.php ligne 96 quant je passe show_thumb_bbcode(true) cela ne fait plus rien je n'ai plus mon image en grand format à écran cela n'agit plus dans cette version.
Code:
<div class="input-item"><label for="bb-code-thumb-<?php show_image_id(); ?>"><?php show_lang_txt('txt_thumb_plus_link_bbcode'); ?>:</label> <input type="text" id="bb-code-thumb-<?php show_image_id(); ?>" value="<?php show_thumb_bbcode(false); ?>" /></div>
A +

Jean-François
 
Rebonjour

Voila erreur que j'ai avec la 2.4.1 sous ie8 et je suis avec le system windows xp. par contre avec ancienne version 2.3.1 aucun probleme.

Détails de l’erreur de la page Web

Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS124283; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Horodateur : Mon, 1 Oct 2012 00:23:07 UTC


Message : 'console' est indéfini.
Ligne : 2
Caractère : 18811
Code : 0
URI : http://demo.chevereto.com/content/system/js/chevereto.min.js


Message : 'console' est indéfini.
Ligne : 2
Caractère : 19598
Code : 0
URI : http://demo.chevereto.com/content/system/js/chevereto.min.js

Merci pour ton travail
 
On IE8 the JavaScript console var is not defined unless you have the developer tools opened (F12). This is pretty evil because the console var was there for IE7.

Add this code:

Code:
if (!window.console) console = {log: function() {}};

At the very top of the content/system/js/functions.js and content/system/js/functions.min.js files. Tell me if it works ;)
 
Bonjour

Cela décale image vers la droite on la voit a moitie
001pop.jpg
 
Hi rodolfo
Thank you for your very clear explanation. I applied your recommendations and now it works perfectly.
Thank you for the great work you do


mire800bxb.jpg
 
Back
Top