81
novlang1984
Re: Xoops Engine promotion

An idea about XE promotion : why don't you add a banner (like / instead of Blue move) on xoops.org ?

Resized Image
Resized Image


I'm not a designer but if you need gif banners, I could propose something :)



82
novlang1984
Re: Xoops Engine installation and testing

Thanks for installation guide :)



83
novlang1984
Re: xNews 1.71 and Firefox

See module options, there is an option to disable about PDF. May be related to this :https://xoops.org/modules/newbb/viewtopic.php?topic_id=72599&forum=28&post_id=333381#forumpost333381



84
novlang1984
Re: The big problem I have whit XOOPS

I use xNews and Content (ForMuss version).

Both modules are very easy to use. xNews is very interesting to write news and very powerful thanks to his blocks. But - in my opinion - Content is the best choice :
- to create simple pages
- to manage a menu
- ... to start a website with Xoops

[off]I hope ForMusS baby is fine and make good and long nights. Please baby, be wise ! We need your dady back [/off]



85
novlang1984
Images manager - wich tool to use ?

I'm looking for an advanced image manager for my wysiwyg editor. I've found KCFinder (CKEditor), but I can't manage to make it works with this hosting company

Is there something like it for TinyMCE or another rich editor with an advanced images manager (I mean a simple tool for newbie) ?

Thanks



86
novlang1984
Oledrion : how to remove markCaddyAsNotDownloadableAnyMore function ?

I use Oledrion 2.31 to sell files and I would like a permanent download link.

There is a function that forbid to use the download link twice :
oledrion/download.php
Quote:
// Mise à jour, le fichier n'est plus disponible au téléchargement
$h_oledrion_caddy->markCaddyAsNotDownloadableAnyMore($caddy);


Is someone know how to remove this protection ?

Thanks



87
novlang1984
Re: Xoops search engine : how to customize checkboxes ?

Sorry, one more post for nothing :(

... this plugin is exactly what I need !



88
novlang1984
Xoops search engine : how to customize checkboxes ?

I would like to use global search function but with a "little" hack.

The goal is to display the search block on every page but to obtain results according to the module visited.

Examples :
> if I visit xNews pages and use the searchbox, results returned are related to my articles
> if I visit Oledrion pages and use the searchbox, results returned are related to my catalog

Is this plugin made for me ?
http://www.dugris.info/telechargements/singlefile.php?lid=34



89
novlang1984
Re: Oledrion and CKEditor : how to compress html ?

I'm sorry... solution was here

Just add this to ckeditor/config.js
CKEDITOR.on'instanceReady', function( ev )
    {
        
ev.editor.dataProcessor.writer.setRules('p',
            {
                
indent            false,
                
breakBeforeOpen    false,
                
breakAfterOpen    false,
                
breakBeforeClosefalse,
                
breakAfterClose    false
            
}
        );
        
ev.editor.dataProcessor.writer.setRules('ol',
            {
                
indent            false,
                
breakBeforeOpen    false,
                
breakAfterOpen    false,
                
breakBeforeClosefalse,
                
breakAfterClose    false
            
}
        );
        
ev.editor.dataProcessor.writer.setRules('ul',
            {
                
indent            false,
                
breakBeforeOpen    false,
                
breakAfterOpen    false,
                
breakBeforeClosefalse,
                
breakAfterClose    false
            
}
        );
        
ev.editor.dataProcessor.writer.setRules('li',
            {
                
indent            true,
                
breakBeforeOpen    false,
                
breakAfterOpen    false,
                
breakBeforeClosefalse,
                
breakAfterClose    false
            
}
        );


    });

(if it not works, clean cache)



90
novlang1984
Oledrion and CKEditor : how to compress html ?

I use Oledrion with CKEditor.

There is a simple change to do :

oledrion/xoops_version.php
/**
 * Editor to use
 */

$cpto++;

$modversion['config'][$cpto]['name'] = 'bl_form_options';

$modversion['config'][$cpto]['title'] = "_MI_OLEDRION_FORM_OPTIONS";

$modversion['config'][$cpto]['description'] = '_MI_OLEDRION_FORM_OPTIONS_DESC';

$modversion['config'][$cpto]['formtype'] = 'select';

$modversion['config'][$cpto]['valuetype'] = 'text';

$modversion['config'][$cpto]['options'] = array(

    
_MI_OLEDRION_FORM_DHTML=>'dhtmltextarea',
    
_MI_OLEDRION_FORM_COMPACT=>'textarea',

    
_MI_OLEDRION_FORM_HTMLAREA=>'htmlarea',

    
_MI_OLEDRION_FORM_KOIVI=>'koivi',
    
_MI_OLEDRION_FORM_FCK=>'fckeditor',

    
_MI_OLEDRION_FORM_TINYEDITOR=>'tinyeditor',
    
// Addition    
    
_MI_OLEDRION_FORM_CK=>'CKEditor',
    
'tinymce' => 'tinymce'

    
);

$modversion['config'][$cpto]['default'] = 'dhtmltextarea';


oledrion/class/utils.php
case 'ckeditor':
    if ( 
is_readable(XOOPS_ROOT_PATH '/class/ckeditor/ckeditor.php'))    {
        require_once(
XOOPS_ROOT_PATH '/class/ckeditor/ckeditor.php');
        
$editor = new XoopsFormFckeditor($caption$name$value);
    }
break;



Troubleshooting : html code is rendered with white spaces on front page.

Example :
Quote:
<p>
&nbsp;</p>
The standard chunk of Lorem Ipsum</p>
<ol>
<li>
used since the 1500s is reproduced below for those interested.</li>
<li>
Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum"</li>
<li>
by Cicero are also reproduced in their exact original form,</li>
<li>
accompanied by English versions from the 1914 translation by H. Rackham.</li>
</ol>


If I compress html code before submit form (Source window), it is displayed fine.

I have looked for a solution with CKEditor faq and forums. It seems that this matter is related to Xoops (at least Oledrion module, because if I compare with xNews module, there is a checkbox bellow the submit form to compress html code).

I don't know where to look for now

Thanks for help !!





TopTop
« 1 ... 6 7 8 (9) 10 »



Login

Who's Online

239 user(s) are online (158 user(s) are browsing Support Forums)


Members: 0


Guests: 239


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits