i can't use WYSWYG on my drupal site...

Discussion in 'Drupal' started by huseinbandi, Mar 22, 2010.

  1. #1
    any body here want to help me??
     
    huseinbandi, Mar 22, 2010 IP
  2. Tearabite

    Tearabite Prominent Member

    Messages:
    4,629
    Likes Received:
    429
    Best Answers:
    0
    Trophy Points:
    300
    #2
    By default there is no WYSiWYG in Drupal (up thru D6 at least).. have you installed a WYSIWYG module? which one?
     
    Tearabite, Mar 22, 2010 IP
  3. huseinbandi

    huseinbandi Well-Known Member

    Messages:
    1,060
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    130
    #3
    i'am try to using FCKeditor, whizzwyg and tinymce. It's working on administer page.. but i have problem for insert image..
     
    huseinbandi, Mar 23, 2010 IP
  4. ray_223

    ray_223 Peon

    Messages:
    5
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    As far as I know the default WYSIWYG module doesn't come with functionality to upload images using the editor (I only use TinyMCE - and it is the case with that).
    I tend to use the img_assist module to allow easy upload of images.
    See drupl.org ... project/img_assist (I can't post links yet)
    Make sure you read the doco first - there is some setup required.
     
    ray_223, Mar 23, 2010 IP
  5. Coolof

    Coolof Peon

    Messages:
    191
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i know man what you R talking about... i used to have the same problem.
    i encourage you to check this : http://learnbythedrop.com/drop/144#comment-635

    and i think you should try drupal.org to DRUPAL related questions - it's helped me a lot.
     
    Coolof, Mar 23, 2010 IP
  6. Javed iqbal

    Javed iqbal Well-Known Member

    Messages:
    445
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #6
    Dear fckeditor is very better donot go for that
     
    Javed iqbal, Apr 6, 2010 IP
  7. huseinbandi

    huseinbandi Well-Known Member

    Messages:
    1,060
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    130
    #7
    Thanks a lot for your attention and for your help. now.. i know how to using FCKEditor! i think i need change more setting before using it.. maybe want you to see my drupal site??
    as you want.. here my site :
    http://seotrick.net
     
    huseinbandi, Apr 19, 2010 IP
  8. Jack Daniel

    Jack Daniel Guest

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    did u download WYSiWYG files?
     
    Jack Daniel, Apr 19, 2010 IP
  9. huseinbandi

    huseinbandi Well-Known Member

    Messages:
    1,060
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    130
    #9
    yes.. i using FCK Editor modul, and FCK Editor Core
     
    huseinbandi, Apr 19, 2010 IP
  10. bnandika

    bnandika Well-Known Member

    Messages:
    1,079
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    140
    #10
    I change FCK Editor module to Whizzywig, very lightweight and faster than other wyswyg editor
     
    bnandika, Apr 19, 2010 IP
  11. JimmieS

    JimmieS Peon

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Adding images is much easier using modules such as image, image-attach, and such. Once you get your WYSIWYG editor working (look at your site status report to see if it is installed properly), update your input formats to use the new editor. You will also need to add the appropriate permissions for authenticated and anonymous users. To add inline images you will have to add the <span> and <img> tags to your input formats as well.

    Using the default insert image icon on your WYSIWYG editor, the user has to know what directories and such images are located in. Using the image-assist module users can upload their own images and insert them into their posts as well as being able to link to the image node they created. In other words, when an image is inserted into a post, it automatically creates an image page where the user can write commentary on the image. Then when the user clicks the image on the main page, the details and background info about the image can be displayed with the original size of the image rather than a thumbnail.
     
    JimmieS, Apr 19, 2010 IP
  12. hellboyjaa

    hellboyjaa Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    ckeditor+IMCE Module Work!
     
    hellboyjaa, May 3, 2010 IP
  13. balajibala

    balajibala Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    hai,

    Make use of FCK editor in which the browser settings can be set to true by configuring the FCk editor settings
     
    balajibala, May 4, 2010 IP
  14. JimmieS

    JimmieS Peon

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Thanks for the tip. I started out using TinyMCE and it disappeared one day. After researching the problem and trying different things to no avail, it was my intention to try the FCK Editor. I found out though, that the FCK editor is touted to work, but has been replaced by the CKEDITOR. I'm in the process now of installing it and checking it out.
     
    JimmieS, May 4, 2010 IP
  15. mdraja123

    mdraja123 Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    how to access Wysiwyg:

    1. Turn on the Wysiwyg module: Site Building > Modules (look in the "User interface" block near the bottom). and Check the box and then click on "Save configuration" at the bottom of the page.

    2. Create a one new i/p Format: Site configuration > input formats > Add input format. Here are the settings to use:

    * Name: Rich Text Editor
    * Roles: check authentication user" and "admin"
    * Filters: unchecked all boxes except "Smiley's filter"

    Click on "Save configuration.

    3. Set the default Input format (if you want everyone to use the Rich Text Editor by default): Site configuration > i/p formats. Select the radio button next to "Rich Text Editor."

    4. Associate FCKeditor with the Rich Text Editor input format: Site configuration > wysiwyg.
    In the drop-down selector next to Rich Text Editor, choose FCKeditor, then click Save.

    5. Configure the FCKeditor (on the same node: Site configuration > wysiwyg). Under Operations in the Rich Text Editor line, click on Edit.

    * Check all three boxes under "Basic Setup"
    * Under buttons and plug-ins, check the boxes for the function buttons that you want to show. You can experiment with these (and add or delete them later).
    * Under Editor Appearance, leave as is.
    * Under Cleanup and Output, leave as is.
    * Under CSS, choose "Editor default CSS" (important! otherwise, the input screen will be black in the body box).

    ...finished...
     
    mdraja123, Jun 26, 2010 IP