101

(5 replies, posted in Problem Solving / Help & Support)

Thanks for your help!

-->  ...cutenews/php.ini

upload_max_filesize = "50M"
post_max_size = "50M"
memory_limit ="32M"

102

(5 replies, posted in Problem Solving / Help & Support)

I've tested it with various large file sizes,
from about 5mb will not uploded.
There is no error message.
Can adjust the filesize limit in the script?

Hello,


how can i upload a Videofile?

I changed in images.mdu ->

$allowed_extensions = array('gif', 'jpg', 'png', 'bmp', 'jpe', 'jpeg', 'mp4', 'MP4', 'ogg','webm');

without success



greeting john



Cutenews utf-8 9.1

Hello filou83,

thanks for help!!

https://cutephp.com/forum/style_emoticons/default/biggrin.gif

I have tried the following(....cutenews/rte/ckeditor/config.js):

CKEDITOR.editorConfig = function( config )
{
    // Define changes to default configuration here. For example:
    config.language = 'de';
    config.uiColor = '#AADC6E';
    config.toolbar= "Basic";
};


without success!

Please Help!

Hello,

which file include the ckeditor https://cutephp.com/forum/style_emoticons/default/questionmark.gif

i want change editor`s toolbar

 //<![CDATA[
    (function()
    {
        var settings = {
            customConfig: '',
            entities: false,
            entities_latin: false,
            entities_greek: false,
            toolbar: [
                    ['Source','Scayt','-','Copy','Paste','PasteText','PasteFromWord','Cut'],
                    ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
                    ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'],
                    ['Link','Unlink','Anchor'],
                    '/',
                    ['Format','FontSize','TextColor','BGColor'],
                    ['Bold','Italic','Strike'],
                    ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
                    ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
                    ['Maximize','About']
            ],
            filebrowserBrowseUrl: '?&mod=images&action=quick&wysiwyg=cke',
            filebrowserImageBrowseUrl: '?&mod=images&action=quick&wysiwyg=cke',
            smiley_path: 'http://cantinemobile.ch/cutenews/data/emoticons/',
smiley_images: ['smile.gif', 'wink.gif', 'wassat.gif', 'tongue.gif', 'laughing.gif', 'sad.gif', 'angry.gif', 'crying.gif', ],
        smiley_descriptions: ['smile', 'wink', 'wassat', 'tongue', 'laughing', 'sad', 'angry', 'crying', ]
        };
        CKEDITOR.replace ('short_story', settings);
        CKEDITOR.replace ('full_story', settings);
    })();
    //]]>

John



CuteNews ut-f8 
9.1