Back To Top
Login
Register
Visit Us At TwitterVisit Us At YouTubeVisit Us At Facebook
KandiChat is in Beta Release. Try It Out
HomeHome  
  • UpdatesUpdates  
  • SearchSearch  
  • Latest imagesLatest images  
  • RegisterRegister  
  • Log inLog in  
  • April 2024
    MonTueWedThuFriSatSun
    1234567
    891011121314
    15161718192021
    22232425262728
    2930     

    Calendar Calendar

    Search
     
     

    Display results as :
     


    Rechercher Advanced Search

    Who is online?
    In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

    None

    Most users ever online was 140 on July 4th 2021, 2:03 pm
    RSS feeds


    Poll
    Top posting users this week
    No user


    View previous topic View next topic Go down  Message [Page 1 of 1]

    Mr.EasyBB

    The NEW FM text editor

    Mr.EasyBB
    06/12/2013
    Hey guys so as you all are aware, FM has added a new SCEditor. It takes over the old editor, for phpbb2 and punbb users please follow my notes below. All tutorials for this editor will be placed here. We will be going over some of the core advantages of being able to change everything anything we want really. Also we can now easily add our own bbcodes without any other external bbcode feature. Which I will also being going over as well.  Please give me some time and I will be posting some great tutorials on this before I release any other tutorials. Thanks guys...



    PHPBB2 and PUNBB:
        Save your edited templates in a text editor, then delete your template in the ACP. Any edited content dealing with the page itself just add to it after.


    OVERALL TEMPLATE FOR SCEDITOR!

    [hc=Template]
    $(document).ready(function() {
    $("#text_editor_textarea").sceditor({
    locale: "en",
    width: "100%",
    height: "200px",
    plugins: "bbcode",
    toolbar: "bold,italic,underline,strike|left,center,right,justify|quote,code,faspoiler,fahide|servimg,image,link,youtube|size,color,font,removeformat|emoticon,date,time,source",
    style: "https://illiweb.com/rs3/67/frm/SCEditor/minified/jquery.sceditor.default.min.css",
    rtl: false,
    emoticonsRoot: "",
    emoticonsCompat: true,
    emoticons: {
    dropdown: {
    "Very Happy": "https://2img.net/u/2717/15/04/54/smiles/4135094807.png","Smile": "https://2img.net/u/2717/15/04/54/smiles/2959596554.png","Sad": "https://2img.net/u/2717/15/04/54/smiles/1138712904.png","Surprised": "https://2img.net/u/2717/15/04/54/smiles/170075068.png","Shocked": "https://2img.net/u/2717/15/04/54/smiles/3715796969.png","Cool": "https://2img.net/u/2717/15/04/54/smiles/608342022.png","Laughing": "https://2img.net/u/2717/15/04/54/smiles/2288962629.png","Mad": "https://2img.net/u/2717/15/04/54/smiles/1142074086.png","Tongue": "https://2img.net/u/2717/15/04/54/smiles/3222864606.png","Embarassed": "https://2img.net/u/2717/15/04/54/smiles/4191140872.png","Crying or Very sad": "https://2img.net/u/2717/15/04/54/smiles/2663263638.png","Evil or Very Mad": "https://2img.net/u/2717/15/04/54/smiles/328168175.png","Rolling Eyes": "https://2img.net/u/2717/15/04/54/smiles/2321418220.png","Wink": "https://2img.net/u/2717/15/04/54/smiles/1767869974.png","Idea": "https://2img.net/u/2717/15/04/54/smiles/1814378306.png","Neutral": "https://2img.net/u/2717/15/04/54/smiles/172946801.png","clown": "https://2img.net/u/2717/15/04/54/smiles/3086822976.png","silent": "https://2img.net/u/2717/15/04/54/smiles/3567327291.png","confused": "https://2img.net/u/2717/15/04/54/smiles/121232699.png","affraid": "https://2img.net/u/2717/15/04/54/smiles/1048513240.png","Dizzy": "https://2img.net/u/2717/15/04/54/smiles/693571942.png","Nerdy": "https://2img.net/u/2717/15/04/54/smiles/219770693.png","Good Golly": "https://2img.net/u/2717/15/04/54/smiles/4013542763.png","You sure": "https://2img.net/u/2717/15/04/54/smiles/777777887.png","Lips Are Sealed": "https://2img.net/u/2717/15/04/54/smiles/3080596646.png","tired": "https://2img.net/u/2717/15/04/54/smiles/94745851.png","Zombie": "https://2img.net/u/2717/15/04/54/smiles/1716668607.png"
    }
    }
    });
    $("#text_editor_textarea").sceditor("instance").toggleSourceMode();$("#text_editor_textarea").sceditor("instance").toggleSourceMode();
    $.sceditor.ShowHideToolbarElements();
    });
    [/hc]
    Share this post on: reddit

    tommycoo
    this is for javascript or template ?

    Post June 14th 2013, 9:42 pm by tommycoo

    Mr.EasyBB
    Disregard this. I've been busy and trying to make something better

    Post June 14th 2013, 10:00 pm by Mr.EasyBB

    Post  by Sponsored content

    View previous topic View next topic Back to top  Message [Page 1 of 1]