OctoDev Posted April 23, 2015 Posted April 23, 2015 I hate this text editor so much, the reason is due the amount of issues I have with it and my members. I want the old IP.Board one back, or give us a option to swap between them. It's impossible to edit code or [\php] without breaking the code.
OctoDev Posted April 23, 2015 Author Posted April 23, 2015 Perhaps it's the skin I am using for it that are breaking it. hmm
Rhett Posted April 23, 2015 Posted April 23, 2015 <!DOCTYPE html> <html> <body> <h1>My first PHP page</h1> <?php echo "Hello World!"; ?> </body> </html> Do you have an example? Is it working here ok or just your site?
OctoDev Posted April 23, 2015 Author Posted April 23, 2015 <!DOCTYPE html> <html> <body> </html> Do you have an example? Is it working here ok or just your site? I am trying to replicate the issue here with no luck, but i still hope the old editor can come back I don't like the duplicate line breaks, i know i need to hold shift but telling all my members that..
Vikestart Posted April 23, 2015 Posted April 23, 2015 I am trying to replicate the issue here with no luck, but i still hope the old editor can come back I don't like the duplicate line breaks, i know i need to hold shift but telling all my members that.. Not this again..... It's not duplicate line breaks, it's margin spacing between paragrahps. You can easily edit the spacing using CSS in the ACP. [data-role="commentContent"] p { margin:0; } To change the spacing in the editor, you'll need to do the same in /applications/core/interface/ckeditor/ckeditor/skins/ips/contents.css
OctoDev Posted April 23, 2015 Author Posted April 23, 2015 Not this again..... It's not duplicate line breaks, it's margin spacing between paragrahps. You can easily edit the spacing using CSS in the ACP. [data-role="commentContent"] p { margin:0; } To change the spacing in the editor, you'll need to do the same in /applications/core/interface/ckeditor/ckeditor/skins/ips/contents.css no affect in custom.css, ill try there.. edit: no difference for me lol
Vikestart Posted April 23, 2015 Posted April 23, 2015 The editor stylesheets are cached. Clear your cache.
OctoDev Posted April 23, 2015 Author Posted April 23, 2015 The editor stylesheets are cached. Clear your cache. I can't get it to work for the editor. it does work once i posted it..
-FP Posted April 23, 2015 Posted April 23, 2015 Add only p {margin:0;} in both custom.css and contents.css
Nathan Explosion Posted April 23, 2015 Posted April 23, 2015 I can't get it to work for the editor. it does work once i posted it.. The CSS changes most likely only change the display of what has been posted (I don't know for sure, as I've got no interest in changing this behaviour via CSS at all) I'm going to link to the topic where I added comments on how to configure the editor to change the behaviour of the edito - it might seem familiar to you.
OctoDev Posted April 23, 2015 Author Posted April 23, 2015 The CSS changes most likely only change the display of what has been posted (I don't know for sure, as I've got no interest in changing this behaviour via CSS at all) I'm going to link to the topic where I added comments on how to configure the editor to change the behaviour of the edito - it might seem familiar to you. yes i didnt understand it and requested the javascript file for it instead, but no reply from you.
Nathan Explosion Posted April 23, 2015 Posted April 23, 2015 I don't provide files for parts of the IPS software - you've already got the file yourself, plus the instructions on how to make the change. If you don't understand it then explain further what you don't understand - help us help you.
OctoDev Posted April 23, 2015 Author Posted April 23, 2015 Please keep this to a feedback, not support topic. I am not asking for help really here, i want two editors. I hate this one, simple as that. I don't like that certain stuff gets formatted automatically, sometimes the format fails and doesn't format, or it breaks when trying to edit the messages.. idk, its cluttered imo.
OctoDev Posted April 24, 2015 Author Posted April 24, 2015 yes good to see someone else agree, hope to see a change soon on this.. at least a option to swap between them
Recommended Posts
Archived
This topic is now archived and is closed to further replies.