We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Language can't be found (Answered) | Forum

Topic location: Forum home » Support » General Questions
Jerome
Jerome Nov 9 '13

can someone tell me where can i find this settings to change the language within it?? i want to change it to .jpg/.jpeg only... i tried finding in language settings, but not found >.<

this is the "Insert Image" from Forum and Blog

The Forum post is edited by ross Nov 18 '13
dave Leader
dave Nov 10 '13

it is not in language

 

check this

 

http://www.oxwall.org/forum/topic/13781

 

also the size limit is in your admin settings.

Jerome
Jerome Nov 10 '13
that is my own post... and both of them are different... One is upload, one is attach... that is why i started this topic and ask
dave Leader
dave Nov 10 '13
lmao omg ok as soon as i get my foot out of my mouth i will do some checking... 
dave Leader
dave Nov 10 '13

Again so sorry about the confusion. 

 

verify that you hve changed   ow_system_plugins/base/controllers/media_panel.php  line 170

 

       if ( !UTIL_File::validateImage($name) )
        {
            OW::getFeedback()->error("Invalid file type. Acceptable file types: JPG/PNG/GIF");
            OW::getApplication()->redirect();
        }

 

is the issue the text display or that you can still upload them

The Forum post is edited by dave Nov 10 '13
Jerome
Jerome Nov 11 '13

Well, I told you it's different... 


if ( !UTIL_File::validateImage($name) )
        {
            OW::getFeedback()->error("Invalid file type. Acceptable file types: JPG/PNG/GIF");
            OW::getApplication()->redirect();
        }


( This is the text change for Avatar, not forum )

Jerome
Jerome Nov 16 '13
Dave, an answer will be really helpful =(
dave Leader
dave Nov 16 '13
i have not found it yet either sorry
ross Team
ross Nov 18 '13
Jerome, ow_system_plugins/base/views/controllers/media_panel_index.html