Skip to:
Content
Pages
Categories
Search
Top
Bottom

WYSIWYG


  • LogicWeb
    Participant

    @logicweb

    Anyone plan to create a real working wysiwyg editor like TinyMCE for example? I’ve tried a few in the plugin repository and nothing works correctly.

Viewing 25 replies - 1 through 25 (of 26 total)

  • silasje1
    Member

    @silasje1

    i have a working 1. is it based on: ckeditor


    silasje1
    Member

    @silasje1

    i have a working 1. is it based on: ckeditor


    silasje1
    Member

    @silasje1

    now i have tinymce working!


    silasje1
    Member

    @silasje1

    now i have tinymce working!


    ajz
    Member

    @ajz

    Please share silasje1 :)


    ajz
    Member

    @ajz

    Please share silasje1 :)


    silasje1
    Member

    @silasje1

    i am making the plugin better and better now :) But tomorow (utc +1) morning i will try to create a fast first build with notes, on how too install.

    What is needed before the first WYSIWYG TinyMCE release for bbpress:

    -Somebody who can make it a plug-in, i have the pieces of codes which should be added to let it work.

    -Adding a new button for the [video] tag whch i use. I want to release that too aftwards and include it to this version.

    -Clean-up code, since it is untouched code from their website.

    -Now uses no-jquery, but dont know if it is handy.

    Hope some people want to help ;)

    I will make a demo soon, but you can register @ forum.fstube.org or fstube.org/forums .

    Greetins silasje1, fstube.org.


    silasje1
    Member

    @silasje1

    i am making the plugin better and better now :) But tomorow (utc +1) morning i will try to create a fast first build with notes, on how too install.

    What is needed before the first WYSIWYG TinyMCE release for bbpress:

    -Somebody who can make it a plug-in, i have the pieces of codes which should be added to let it work.

    -Adding a new button for the [video] tag whch i use. I want to release that too aftwards and include it to this version.

    -Clean-up code, since it is untouched code from their website.

    -Now uses no-jquery, but dont know if it is handy.

    Hope some people want to help ;)

    I will make a demo soon, but you can register @ forum.fstube.org or fstube.org/forums .

    Greetins silasje1, fstube.org.


    silasje1
    Member

    @silasje1

    http://www.fstube.org/tinymce.zip

    here you can find the file with install help. Please respond if it works


    silasje1
    Member

    @silasje1

    http://www.fstube.org/tinymce.zip

    here you can find the file with install help. Please respond if it works


    ajz
    Member

    @ajz

    I’ll test it now..

    Brb with a answer.


    ajz
    Member

    @ajz

    I’ll test it now..

    Brb with a answer.


    silasje1
    Member

    @silasje1

    oke let me hear it soon.


    silasje1
    Member

    @silasje1

    oke let me hear it soon.


    ajz
    Member

    @ajz

    Never got it to work. Tried it on a new fresh install and I pressed show/hide and nothing.

    It didnt show up.

    Maybe i did something wrong


    ajz
    Member

    @ajz

    Never got it to work. Tried it on a new fresh install and I pressed show/hide and nothing.

    It didnt show up.

    Maybe i did something wrong


    silasje1
    Member

    @silasje1

    you unzipped the jscripts map to: my-plugins?

    you edited some of the code? which is neccesary :)

    otherwise send me your link of website to: silasje1@live.nl


    silasje1
    Member

    @silasje1

    you unzipped the jscripts map to: my-plugins?

    you edited some of the code? which is neccesary :)

    otherwise send me your link of website to: silasje1@live.nl


    silasje1
    Member

    @silasje1

    i have a new version. i included the files i edited to let it work. so i hope you understand it then.

    download: http://www.fstube.org/tinymce2.rar

    just unrar he jscripts folder and Youtube video plugin (based on easy video emmbed) folder to my-plugins


    silasje1
    Member

    @silasje1

    i have a new version. i included the files i edited to let it work. so i hope you understand it then.

    download: http://www.fstube.org/tinymce2.rar

    just unrar he jscripts folder and Youtube video plugin (based on easy video emmbed) folder to my-plugins


    LogicWeb
    Participant

    @logicweb

    Thanks silasje. I installed your plugin but have a problem.

    First, how do I reorganize the buttons and squeeze them into two rows instead of 3?

    Second, there is not quote or code buttons. I used your bb formatting file too, so I’m a bit confused about that.

    Thanks.


    LogicWeb
    Participant

    @logicweb

    Thanks silasje. I installed your plugin but have a problem.

    First, how do I reorganize the buttons and squeeze them into two rows instead of 3?

    Second, there is not quote or code buttons. I used your bb formatting file too, so I’m a bit confused about that.

    Thanks.


    silasje1
    Member

    @silasje1

    you can find button settings in header.php, then move the things to 2 bars instead of 3:

    ‘theme_advanced_buttons1 : “newdocument,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,formatselect”,

    theme_advanced_buttons2 : “cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,|,code,preview,|,forecolor,backcolor”,

    theme_advanced_buttons3 : “insertdate,inserttime,|,spellchecker,advhr,,removeformat,|,sub,sup,|,charmap,emotions,youtube”, ‘

    here you can move everything from buttons 3 to 1 and 2.

    i can add an button for and <qoute>


    silasje1
    Member

    @silasje1

    you can find button settings in header.php, then move the things to 2 bars instead of 3:

    ‘theme_advanced_buttons1 : “newdocument,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,formatselect”,

    theme_advanced_buttons2 : “cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,|,code,preview,|,forecolor,backcolor”,

    theme_advanced_buttons3 : “insertdate,inserttime,|,spellchecker,advhr,,removeformat,|,sub,sup,|,charmap,emotions,youtube”, ‘

    here you can move everything from buttons 3 to 1 and 2.

    i can add an button for and <qoute>


    LogicWeb
    Participant

    @logicweb

    How can I add the buttons myself, unless you have an updated copy? Thanks again for your assistance.

    Also, how do I edit the default width & height of the toolbar/editor?

Viewing 25 replies - 1 through 25 (of 26 total)
  • You must be logged in to reply to this topic.
Skip to toolbar