Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 21, 20222 yr Hi, I just noticed on my own site, but I think its a bug. If you look at the html source code of the page associated say for example with the Status Update widget enabled, inside the vicinity of the IPSDialog/CKEditor sections it seems to be duplicating all of the site's meta and Font Awesome preload code normally included in the page head. Also happens inside Chatbox Free which makes use of ipsDialog so I think its likely coming from IPS.
January 3, 20232 yr It has always been so. This is not a bug. To invoke CKEditor in a post or status, e.g. when editing, we need to load the necessary JS/CSS resources and to do this we need to load the entire document. Edited January 3, 20232 yr by SeNioR-
January 4, 20232 yr Author Thanks Senior, I never realised that before. Doesn't seem the most elegant way of loading JS/CSS that are already loaded but what do I know!