b0re Posted February 9, 2015 Posted February 9, 2015 Hello,Not sure if this is IPB4 thing.I had a lot of uses of IPB4 telling me that they do not like the way the text editor works for paste.If you copy some text from a website and then past in to IPB4 it keeps all the styles, images and links.The 2 forums we have used so far Vanilla and PHPBB on past just give you the raw data in the text editor.Is there a way to just get the raw data without the styles, images and links?Thanks
Cemmos Posted February 9, 2015 Posted February 9, 2015 When setting up your toolbar in the ACP, you can drag the "cogwheel" into it. That has the option of pasting using plain text by checking a box, which will save your option. Other than that, you can hold Ctrl + Shift + V to paste in plain text.
The Jimmo Posted February 9, 2015 Posted February 9, 2015 I believe there is a setting to "force" Paste Plain Text. I forget where exactly though.
b0re Posted February 9, 2015 Author Posted February 9, 2015 Ok just found it is there a way to default as plan text all the time?
Plasmo Posted February 10, 2015 Posted February 10, 2015 Assuming it's the same as previous versions:Add this line to ips_config.js to force all pastes to plain text.config.forcePasteAsPlainText = true; right below this:CKEDITOR.editorConfig = function( config ) {that file is in /public/js/3rd_party/ckeditor
b0re Posted February 10, 2015 Author Posted February 10, 2015 No this did not work. Any other suggestions
Ryan Ashbrook Posted February 10, 2015 Posted February 10, 2015 There is a setting that allows them to change the default behavior. All you need to do is simply make sure the Preferences button is in the editor toolbar. Once that is set in the toolbar, users can click it which will give them the option to disable retaining styling when copy and pasting.
LaCollision Posted February 10, 2015 Posted February 10, 2015 There is a setting that allows them to change the default behavior. All you need to do is simply make sure the Preferences button is in the editor toolbar. Once that is set in the toolbar, users can click it which will give them the option to disable retaining styling when copy and pasting. That's not really friendly for the average user… Any way to make it as default? Thanks,
b0re Posted February 10, 2015 Author Posted February 10, 2015 I know this.I want it defaulted off. New user copy and past and do not know about this button. You end up with a post someone has copied with 20-30 links in. Also how do i remove the double spaces between the text.Thanks
Feneroin Posted February 10, 2015 Posted February 10, 2015 Also how do i remove the double spaces between the text.ThanksShift+Enter...if you don't want the paragraphs
b0re Posted February 10, 2015 Author Posted February 10, 2015 How are new users going to know this?I want it defaulted plain text off for users and defaulted no spaces.Thanks
Feneroin Posted February 10, 2015 Posted February 10, 2015 Sorry but there is no options for that space thing. I don't like also and i prefere as like 3.4 series but IPS has decided this :/
LaCollision Posted February 10, 2015 Posted February 10, 2015 Sorry but there is no options for that space thing. I don't like also and i prefere as like 3.4 series but IPS has decided this :/Don't worry, some CSS tricks would certainly do that for you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.