Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Heosforo Posted June 12, 2018 Posted June 12, 2018 Hello folks, I'm a little confused here (maybe this is more for designers) I'm about to finish a dark theme, but, how to deal with this ugly thing? --> icons_hidpi ? Please, any trick? I've uploaded it here, but that's not the idea: applications/core/interface/ckeditor/ckeditor/skins/ips/ I hope I don't have to install another editor ? Thanks for any help. Cheers!
Nathan Explosion Posted June 12, 2018 Posted June 12, 2018 Your theme has an Editor tab....upload your ckeditor skin there:
Heosforo Posted June 12, 2018 Author Posted June 12, 2018 Thanks @Nathan Explosion but I don't have one, only css edits and working good, except that icons ?
steve00 Posted June 12, 2018 Posted June 12, 2018 2 minutes ago, Heosforo said: Thanks @Nathan Explosion but I don't have one, only css edits and working good, except that icons ? Did you read what that stated ''You can obtain new skins from CKEditors website' So you look for a dark theme (make sure it is compatible as stated)
Joy Rex Posted June 12, 2018 Posted June 12, 2018 Since the sprite map for CKEditor is a .png file, you'll need to make a dark version that coordinates with your theme and ensure the path points to the "dark version" for that theme. You will probably have to figure out a way for the CKEditor to use an alternate theme (your "dark theme") when using the IPS "dark theme" you are creating. In config.js for the CKEditor, you can specify a path to the theme being used - I wonder if you could use a variable (that would have the IPS skin ID or similar) to change it dynamically when the theme is changed? (just thinking out loud; not much experience with CKEditor inside IPS and how they've integrated it) Just now, steve00 said: Did you read what that stated ''You can obtain new skins from CKEditors website' So you look for a dark theme (make sure it is compatible as stated) Yeah, but how would the editor know to switch the CKEditor theme to an alternate one that visually was compatible with his dark IPS theme?
Heosforo Posted June 12, 2018 Author Posted June 12, 2018 10 minutes ago, steve00 said: Did you read what that stated ''You can obtain new skins from CKEditors website' So you look for a dark theme (make sure it is compatible as stated) "I hope I don't have to install another editor" ? 11 minutes ago, Joy Rex said: Since the sprite map for CKEditor is a .png file, you'll need to make a dark version that coordinates with your theme and ensure the path points to the "dark version" for that theme. You will probably have to figure out a way for the CKEditor to use an alternate theme (your "dark theme") when using the IPS "dark theme" you are creating. In config.js for the CKEditor, you can specify a path to the theme being used - I wonder if you could use a variable (that would have the IPS skin ID or similar) to change it dynamically when the theme is changed? (just thinking out loud; not much experience with CKEditor inside IPS and how they've integrated it) Yeah, but how would the editor know to switch the CKEditor theme to an alternate one that visually was compatible with his dark IPS theme? I think something like this was done in the previous version to add css, we have to wait for some guru to help us ?
steve00 Posted June 13, 2018 Posted June 13, 2018 18 hours ago, Heosforo said: "I hope I don't have to install another editor" ? I think something like this was done in the previous version to add css, we have to wait for some guru to help us ? Why install another editor ... you are installing a theme NOT AN EDITOR
Heosforo Posted June 13, 2018 Author Posted June 13, 2018 @steve00 With the edition that I made is working well, I don't think I need another theme, besides I guess I have to be updating it continuously and I'm not interested. How something so simple becomes so complex ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.