17
Mastop_G2 is OK !!!!!
With wamp, image manager is not working but it's wamp....
On xoops 2.5.5 and PHP5.2 or on xoops 2.5.3 with PHP5.3 it works well !
what was the problem ? => Xoops in french...
I copied the english folder (in Mastop language folder) and renamed it in "french". Now it's OK !
After I had a conflict with another script JQuery my theme...
Script with conflict :
<script type="text/javascript">
$(document).ready(function() {
$('#coin').coinslider({ hoverPause: true, width: 675,opacity: 0.76, height: 231, titleSpeed: 500, delay: 6000, navigation:true, effect: 'straight'}); });
script>
Solution :
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#coin').coinslider({ hoverPause: true, width: 675,opacity: 0.76, height: 231, titleSpeed: 500, delay: 6000, navigation:true, effect: 'straight'}); });
script>
I will contact CESAG for the French translation...
Thank you for your help !