MyBB Community Forums

Full Version: Font Size Format issue while Copy Pasting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to copy paste content from somewhere, Some parts (or sometimes full content) has for formatting problems, The letters appear as very small.
If I select those and remove formatting I can see those.

Is there anyway I can fix it? So that they can get copied in the exact same formatting as they are? Or is there any alternative option?

Here is the problem I am talking about in an animated gif image:
https://imgur.com/G2YLwac

Would installing any other editor like this solve this issue?
https://community.mybb.com/thread-206025.html
I seem to have this issue as well. did you fix it?
(2021-10-10, 05:16 PM)CryptoCulous Wrote: [ -> ]When I try to copy paste content from somewhere, Some parts (or sometimes full content) has for formatting problems, The letters appear as very small.
If I select those and remove formatting I can see those.

Is there anyway I can fix it? So that they can get copied in the exact same formatting as they are? Or is there any alternative option?

Here is the problem I am talking about in an animated gif image:
https://imgur.com/G2YLwac

Would installing any other editor like this solve this issue?
https://community.mybb.com/thread-206025.html

Did you end up finding a fix for this?

I have the same problem - would be great if there was some easy way of fixing it 

Currently I highlight all and click the A- but that isn't the best in starting a forum - announcing that anyone that cuts and pastes will need to do this as well
Have your members put their editor option in source mode by default like this: https://i.ibb.co/Dw55y4R/Capture.png



Alternatively you can put the editor in source mode by default via your templates (which will affect everyone).

  1. Go to Admin CP --> Templates & Styles --> Templates --> (the template set you are using for your theme) --> Ungrouped Templates --> codebuttons.
  2. Find {$sourcemode} (https://i.ibb.co/VVWnZBd/Capture.png) and replace with:
    //{ $ sourcemode }
    MyBBEditor.sourceMode(true);
  3. Finished code should look like this: https://i.ibb.co/9VGT1rJ/Capture2.png

Smile
OMG thank you Taylor M! I have been looking for a way to fix this for ages and just spotted your post and tried it - It worked Smile So happy, thank you!
(2023-05-25, 02:21 AM)Autumn111 Wrote: [ -> ]OMG thank you Taylor M! I have been looking for a way to fix this for ages and just spotted your post and tried it - It worked Smile So happy, thank you!

You're very welcome, this is just the easiest way to do it without core edits or applying sql queries to update user choice for source mode.