Alex

Results 27 comments of Alex

@CaMer0n the buttons should be the same because they are next to each other, tested it with my own themes but when you use btn-sm on the one the other...

Yep it's still happening, when i am in Dutch language ->e107_admin/admin.php -> ``` Uncaught ReferenceError: plupload is not defined https://e107.nl/e107_web/js/plupload/i18n/nl.js:2 nl.js:2:1 ``` The dutch translation works and is: ``` //...

@CaMer0n @tgtje Well the problem is that on **every page** in the admin there's a `` and when the plupupload is used with: ``` ``` on page `/e107_admin/image.php?mode=main&action=dialog&for=page^&tagid=menu-image&iframe=1&w=206&image=1&youtube=1&video=1 ` the...

@CaMer0n @tgtje The solution is to: 1. In e107_admin/header.php **delete**: ``` $plUpload = 'plupload/i18n/' . e_LAN . '.js'; if(e_LAN != 'en' && file_exists(e_WEB_JS . $plUpload)) { e107::js('footer', e_WEB_JS . $plUpload,...

I really never use an upgrade package, just take the official 2.3.3 version, (back up the database and files first!) and FTP it over your existing installation, then clear cache,...

tgtje as far as i know the official 2.3.3 does not change myisam to innodb... the github version does...

@tgtje it does not change the myisam to innodb when you update to 2.3.3, even a new install does not use innodb only with the hero table.. `e107_admin/db.php?mode=convert_to_utf8 ` ```...

I have noticed something else, if you check the character set you can also get a database update afterwards... Database Utilities Check Charset...

THX @Jimmi08 i had already changed it on e107.nl, it wil come to git soon...

Well, the question has been asked and I actually don't see a purpose in the answers, why would you want to use this form, well I think you should be...