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.

Pressing "Edit" will remove most of the topic

2 posters

Go down

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

Post by Ramdaman 19.08.14 6:20

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
Ramdaman
Ramdaman
Active Poster

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

http://ndihme.forumotion.com/forum

Back to top Go down

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

Post by Ange Tuteur 19.08.14 7:54

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);
  });
});
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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

Post by Ramdaman 20.08.14 5:35

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?
Ramdaman
Ramdaman
Active Poster

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

http://ndihme.forumotion.com/forum

Back to top Go down

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

Post by Ange Tuteur 20.08.14 5:58

I should keep the format the way it was when it was posted.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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

Post by Ramdaman 20.08.14 6:02

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.
Ramdaman
Ramdaman
Active Poster

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

http://ndihme.forumotion.com/forum

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum