1
Tarik
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 8:04

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


great work alain ;)
and btw does anyone knows of an open source standalone image/file manager?



2
Tarik
Re: [Block bottom left] has disappeared .. :( help ..
  • 2013/9/18 2:22

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


you can actually upload the theme and allow it and not set it as default so we can access it using the url, w/o ruining the surprise , because it'd be easier to debug a demo instead of nested code



3
Tarik
Re: Error in last page of setup
  • 2013/9/13 19:09

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


seems like the composer install was corrupt, a reinstall fixed it
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



4
Tarik
Error in last page of setup
  • 2013/9/13 15:56

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


final step of install

APACHE 2.4.4 MYSQL 5.6.11 PHP 5.5.0

Warning: include(C:/Program Files (x86)/EasyPHP-DevServer-13.1VC11/data/localweb/scripts/xoops/260/xoops_lib/vendor/autoload.php): failed to open streamNo such file or directory in C:Program Files (x86)EasyPHP-DevServer-13.1VC11datalocalwebscriptsxoops260classxoopsload.php on line 520

Warning
: include(): Failed opening 'C:/Program Files (x86)/EasyPHP-DevServer-13.1VC11/data/localweb/scripts/xoops/260/xoops_lib/vendor/autoload.php' for inclusion (include_path='.;C:phppear'in C:Program Files (x86)EasyPHP-DevServer-13.1VC11datalocalwebscriptsxoops260classxoopsload.php on line 520
Security check
Illegal character in filename
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



5
Tarik
Re: SCEditor- v1.4.4
  • 2013/9/9 5:35

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


Resized Image

this select is only shown in 'dhtmltextarea' or 'textarea' so any editor other than these 2 have bbcode disabled and only html works, its due to the a condition in
modules\system\class\block.php line 113
if ( in_array$editor_configs["editor"], array('dhtmltextarea','textarea' ) ) ) {
                
$ctype_select = new XoopsFormSelect(_AM_SYSTEM_BLOCKS_CTYPE'c_type'$this->getVar('c_type'));
                
$ctype_select->addOptionArray(array(
                    
'H' => _AM_SYSTEM_BLOCKS_HTML,
                    
'P' => _AM_SYSTEM_BLOCKS_PHP,
                    
'S' => _AM_SYSTEM_BLOCKS_AFWSMILE,
                    
'T' => _AM_SYSTEM_BLOCKS_AFNOSMILE));
                
$form->addElement($ctype_select);
            } else {
                
$form->addElement(new XoopsFormHidden('c_type''H'));
            }


and seems like the preview bug only occur when making a new topic or post, i still dont know the cause yet but i'll keep looking for the problem



6
Tarik
Re: SCEditor- v1.4.4
  • 2013/9/8 15:19

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


every editor -including tinymce bbcode plugin- uses the # syntax so i added it
i didn't hardcode rtl, the direction is changed based on a constant in the language file to state if a language is rtl or ltr
and it seems at the end that ill make a single class file where i put all the new bbcodes to simplify the integration process.

an other thing, why do i have to hack the cms to add a new bbcode editor to block manager? any new editor is labeled as html editor in blocks and the select after the editor (the one where you choose the type of the block) disappear.



7
Tarik
Re: SCEditor- v1.4.4
  • 2013/9/8 13:09

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


roger i'll do it as soon as i get some free time, SourceForge SVN still scares a little lol but i'm gonna do it as well,

Thanks for the informations

by the way is there a way to embed new BBCode into Xoops w/o hacking? i even considered making it as a module but the patterns doesnt even load to a trigger



8
Tarik
SCEditor- v1.4.4
  • 2013/9/8 10:10

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


Down at the Arabic Support we hate the default XOOPS BBCode editor simply because it disregard the rtl aspect in addition to other xoops feature and lack in looks - looks are important to attract people - and some folks even considered bundling a diffrent editor instead of it, one i found very nice was SCEditor which i started to convert immediately and after a friend notified me that there is an old thread about this editor linking to the SVN - what a box of wonders - but an older version which helped a little in understanding the process

so here is the SCEditor v 1.4.4 integrated with XOOPS Smilies support and hopefully image manager in the near future



Install steps are in the page/readme so good luck
and if there is any remarks please do give them to make it better



9
Tarik
Re: Publisher 1.0 Final ready for testing
  • 2013/8/4 21:13

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


this is great news i'll download it and test as soon as i get some free time, as for contributing an Arabic translation is due and with a fancy template as extra



10
Tarik
Re: TinyMCE v4 pour XOOPS : Version to test
  • 2013/7/21 10:53

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


is this version still in alpha state? and if so what are the repercussions in case of use?




TopTop
(1) 2 3 4 ... 15 »



Login

Who's Online

161 user(s) are online (86 user(s) are browsing Support Forums)


Members: 0


Guests: 161


more...

Donat-O-Meter

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

Latest GitHub Commits