• I just released a new version of WYSIWYG Plugin.
    It is just a few days old (something like 2 or 3) and you can read more about it and download it at the WP Wiki.

Viewing 15 replies - 1 through 15 (of 76 total)
  • Hi,
    I am interested in trying your plugin, but I can’t quite see how to install it. Can you furnish some information?
    Thank you.

    Thread Starter Anonymous

    The instructions are in the plugin file… but I’ll post them in here anyway.
    There is no need to change any of the WordPress source.
    1. Extract the plugin & the htmlarea directory into your
    WordPress plugins directory.
    2. Open ~/wp-content/plugins/htmlarea/plugins/ImageManager/config.inc.php
    3. Change ‘/full/path/to/wp-content/’ to whetever path you
    would like to use for adding images to your posts. A good
    path would be the same one used in your WordPress admin
    console in the Options tab
    > Miscellaneous > Destination directory
    4. Change ‘https://www.url.to/wp-content’ to the actual URL
    pointing to the directory choosed on instruction 3.
    5. Activate the plugin on the Plugins tab of the WordPress
    admin console.

    Very nice. Can you add a font option thing to it to pick your own font? Same with colors..

    Thread Starter Anonymous

    XeroCool:
    Actually you can modify the toolbar to your needs. I only kept the basic functionality because personally I think that the color & the font should be specified by the CSS.
    Just open ~/wp-content/plugins/fckeditor/fckconfig.js and search for FCKConfig.ToolbarSets[“wp”] (line 78).
    There I specified a toolbar for wordpress but you can change it or create a new one.
    If you create a new one youll have to change the plugin when I call that toolbar.
    If you need more info you should go to fckeditor.com and download a unmodified version and check the documentation.

    Thread Starter Anonymous

    I am receiving JavaScript errors in Internet Explorer.
    Line: 894
    Char: 3
    Error: ‘length’ is null or not an object
    Code: 0
    URL: https://www.toms-world.org/blog/wp-content/plugins/fckeditor/editor/fckeditor.html?InstanceName=content&Toolbar-wp
    Works in FireFox 1.0 though.

    Thread Starter Anonymous

    Can you post more details? such as what are you trying to do or if you changed anything from the basic install?

    Thread Starter Anonymous

    I just posted an upgrade to the plugin.
    You can check the new changes at the wiki.

    Thread Starter Anonymous

    With the current version I’m getting different errors using internet explorer on different installations.
    I’ll try to fix it but It would be very helpfull any information that others users can share with me to fix the bug.
    In Firefox works perfect.

    Hi
    I get an errormessage from javascript that” Toolbarset “wp” do not exist.
    When I write “oFCKeditor.ToolbarSet = “” ; ” in line 275 in wysiwyg.php everything works fine.
    I have done all the config in wysiwyg.php and config.inc.php and used
    the same path and url as I use for the WordPress Upload config.
    Your plugin is great and I do want it to work properly.
    What is wrong? (sorry for the bad english)
    I’m using Firefox 1.0

    Thread Starter Anonymous

    I just uploaded a new version with some new features and bugfixes…
    To use default configuration (wp-content for the images) now you only need to upload the files and activate the plugin.
    Please do this first to see if the errors persist.
    Thanks
    Moi

    I just installed v6 and I still get the error Roy described (“toolbarset wp does not exist” in javascript popup).
    It works with Roy’s mod–change line 286 of wysiwyg.php to read like this:
    oFCKeditor.ToolbarSet = "" ;
    Second question: Is there a way to list my CSS styles on a select list? I want my client to be able to apply css styles instead of using fck’s default font, color and size controls.
    Moises thanks for doing this, I appreciate it.
    Barry

    Still got the same errormessage after upgrading to ver 0.6 , but that do not matter, I,ll use anyway. It,s a fine plugin.
    Thanks
    Roy

    Thread Starter Anonymous

    Well… there seems to be a problem with some installations and I still can’t figure out what the problem is exactly.
    I have a workaround for the javascript error wich I’ll be posting later tonight with version 0.6.1.
    The problem seems to be that on some installations the fckeditor external configuration is not working propertly. The workaround is to declare the wp toolbar on the fckeditor main configuration AND for those that the external file is working they will be able to change the default toolbar in the plugin file (which is easier that doing it on fckeditor).
    If anyone know why this might be happening any help would be apreciated.

    I, to, ran into the same error that Roy & Barry reported, and I was able to get around it via the mod that they listed.
    However, I’ve run into an annoying side effect of turning the plugin on — the size of my writing box has shrunk down to 9/12 lines (depending on whether or not the toolbar is displaying), despite the setting that I made via the Options screen (30 lines, in my case). If I deactivate the plugin, then the “official” setting works properly.
    Odd, no?
    FWIW, I downloaded the plugin from the WP Wiki within the past hour, and I’m running WP 1.2.1
    Btw, thanks for the work on this plugin, Moises — it’s the easiest solution I’ve seen to date for implementing a WYSIWYG editor into WP.
    -ghp

    Here’s another one (via jackol’s den).

Viewing 15 replies - 1 through 15 (of 76 total)
  • The topic ‘WYSIWYG Plugin’ is closed to new replies.