Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pasting into post not working
#8
(10-07-2019, 11:05 AM)tartist Wrote:
(10-07-2019, 10:08 AM)liondog72 Wrote:
(10-07-2019, 09:01 AM)tartist Wrote:
(10-07-2019, 02:33 AM)liondog72 Wrote: Try clicking on the "view source" button (last button on the row) before pasting in the Excel cells.

Thanks liondog, although that works it's not something I could rely on my users doing each time.

For the time being you could go into Admin CP > The users account settings > check "Put the editor in source mode by default" > Save settings. Or you could get them to do the same themselves via their user CP.

liondog, you are a gem. That's just what I need, at least until some genius can find a way of making it the default. Thanks!
Got it! 
You can force it globally regardless of UserCP setting in templates -> default templates -> ungrouped -> codebuttons
Comment out the sourcemode variable with // and put MyBBEditor.sourceMode(true);

Code:
MyBBEditor = $("#{$bind}").sceditor("instance");
//{ $ sourcemode }
  MyBBEditor.sourceMode(true);
Reply


Messages In This Thread
Pasting into post not working - by tartist - 10-06-2019, 07:44 PM
RE: Pasting into post not working - by Jon - 10-06-2019, 07:59 PM
RE: Pasting into post not working - by tartist - 10-07-2019, 09:00 AM
RE: Pasting into post not working - by liondog72 - 10-07-2019, 02:33 AM
RE: Pasting into post not working - by tartist - 10-07-2019, 09:01 AM
RE: Pasting into post not working - by liondog72 - 10-07-2019, 10:08 AM
RE: Pasting into post not working - by tartist - 10-07-2019, 11:05 AM
RE: Pasting into post not working - by tartist - 10-17-2019, 01:50 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)