PDA

View Full Version : [Forum] Missing the advanced text editor features.



bdf1992
July 23rd, 2014, 07:54
Seems I can't figure out how to access the advanced editor options when creating or editing a message. I'm sure it's something simple, but for the life of me I can't figure out where the editor bar went! I used it a few days ago. if you are confused on what I mean I'm talking about thing that looks like this. (this is just a random pic from Google.) https://wiki.kuali.org/download/attachments/312350099/Editor%20Bar--SH.PNG?version=1&modificationDate=1315582065000&api=v2

damned
July 23rd, 2014, 08:47
hmmm... its working here and i cant see an option to turn it off.
check... are you using http or https?
have you disabled and js options?

the code also looks like it loads as an iframe...

<iframe style="width:100%;height:100%" frameborder="0" title="Rich text editor, vB_Editor_QR_editor, press ALT 0 for help." src="" tabindex="-1" allowtransparency="true"></iframe>

damned
July 23rd, 2014, 08:48
and yes there is some js loading at the top of the page:


<script type="text/javascript" src="clientscript/ckeditor/ckeditor.js?t=A7HG4HT&amp;v=421 (https://www.fantasygrounds.com/forums/clientscript/ckeditor/ckeditor.js?t=A7HG4HT&v=421)"></script><script type="text/javascript" src="clientscript/vbulletin_textedit.js?v=421 (https://www.fantasygrounds.com/forums/clientscript/vbulletin_textedit.js?v=421)"></script>

bdf1992
July 23rd, 2014, 09:15
Woa..it's back, I didn't do anything but it's back...maybe it was intermittent error that was fixed by restarting my browser or pc...not sure.

Cool, now I can make attachments again.

Feel free to remove the thread any anyone capable see this. if it happens again I'll just reset my browser and make sure everything is up to date?

Trenloe
July 23rd, 2014, 15:24
This sometimes occurs in specific browsers (I believe Chrome does it) if you've been to the store, game calendar, PMs as this changes the URL from HTTP to HTTPS which can cause some browsers issues. If you see this problem again, look at the URL in the browser and if it is showing HTTPS://fantasy grounds.com... Then remove the S to give http.

damned
July 24th, 2014, 02:07
it happens in both IE and Chrome when you use https...

Blacky
July 24th, 2014, 02:22
vBulletin sometimes has some issues with TLS over HTTP because it tries to mix protocols. It's quite easy to fix (just remove any mention of a protocol in generated links), but I don't know if they did it since the last time I administered a vB install.

One work around would be to force https everywhere. Couldn't hurt too on general principle.

Edit: yup, still not fixed in vB. Web page called from https, javascript loaded from http for example.