The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Pressing "Edit" will remove most of the topic

    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Pressing "Edit" will remove most of the topic

    Post by Ramdaman August 19th 2014, 7:20 am

    I'm sorry but I made this and it was trashed. I don't know why but it's a serious problem on my forum. https://help.forumotion.com/t134485-pressing-edit-will-remove-most-of-the-topic

    You can tell it is real by how large the scroll is on the second image. I need help because this is happening to a couple topics on my forum.

    Forum: agg-community.com
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Pressing "Edit" will remove most of the topic

    Post by Ange Tuteur August 19th 2014, 8:54 am

    Hi Ramdaman,

    If a topic goes a certain amount of days without reply it will automatically be sent to the garbage. You can always contact us to unlock your topic if this happens. Wink

    For your question :
    Try adding the following script to prevent corrections from the Sceditor.
    Administration Panel > Modules > JavaScript Codes management > Create a new script

    Title : your choice
    Placement : in all the pages
    Paste the code below and submit :
    Code:
    $(function() {
      var a = $("#text_editor_textarea"), t;
      a.length && (t = a.val()) && $(function() {
        a.sceditor && a.sceditor("instance") && a.sceditor("instance").val(t);
      });
    });
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Re: Pressing "Edit" will remove most of the topic

    Post by Ramdaman August 20th 2014, 6:35 am

    Ok and this should fix my issue?

    EDIT: OH GOD THANK YOU SO MUCH

    would this happen to fix when a lot of bold bbcode is used and then when I press send then Edit it messs up the bold bbcode?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Pressing "Edit" will remove most of the topic

    Post by Ange Tuteur August 20th 2014, 6:58 am

    I should keep the format the way it was when it was posted.
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Re: Pressing "Edit" will remove most of the topic

    Post by Ramdaman August 20th 2014, 7:02 am

    Ok I'm going to open another support thread sooner or later. Thanks so much or the help. Also are you allowed to PM me your skype? I wanted to discuss certain details of a tutorial which you posted.

      Current date/time is September 22nd 2024, 9:18 pm