+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: How to have only Bold & Bullets options in HTML Editor?

  1. #1
    Senior Member
    Join Date
    May 2014
    Posts
    182

    How to have only Bold & Bullets options in HTML Editor?

    Hello,

    I just want to have "Bold" & "Bullets" option in HTML Editor instead of more html elements. How can customize it?

    (I don't want to have all other extra options, it doesn't look good if we have all the options enabled if used by the user.)

  2. #2
    Senior Member
    Join Date
    Nov 2021
    Posts
    163
    Look through the search on the forum, not so long ago we sorted out this question!

  3. #3
    Senior Member
    Join Date
    May 2014
    Posts
    182
    Hello Kaniel, I think you're referring this post

    https://forum.flynax.com/showthread....5112#post35112

    But its for enabling full version.

    I need to have only two options (bold & bullets) enabled in the editor.

    ftp://admin>>js>>lib.js find the method: this.htmlEditor at line ~437

    Code:
    Only registered members can view the code.
    If i remove all those things from toolbar, will it work? And still i can't have "Bullet" option right?

  4. #4
    Senior Member
    Join Date
    Nov 2021
    Posts
    163
    I think yes! Clear cache

  5. #5
    Senior Member
    Join Date
    May 2014
    Posts
    182
    Not working! Any other suggestions?
    Last edited by Pricky; December 26, 2021 at 09:16 AM.

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Go to admin > Basic Settings > Dashboard > FCKeditor bar view > default

  7. #7
    Senior Member
    Join Date
    May 2014
    Posts
    182
    Hello Rudi, I have tried. But its still showing all the options...

    I need to have only "Bold & Bullets" options.

    editor.jpg

  8. #8
    Please go to libs/javascript/system.lib.js

    Find:
    Code:
    Only registered members can view the code.
    Change to:
    Code:
    Only registered members can view the code.

  9. #9
    Senior Member
    Join Date
    May 2014
    Posts
    182
    Thank you very much Bahram, Its worked!

    But the bullets are not showing that has bulleted list.

    When i inspect the element, it has list-style:none;

    How can i fix it, to show the bullet points?

    Here's the url of listing, enabled both bold & bullet points.

    https://bit.ly/3ptuw8h

    bullet-points-not-showing.jpg
    Last edited by Pricky; December 27, 2021 at 10:33 AM.

  10. #10
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138

+ Reply to Thread