NordInvasion Forum
Spoilers not showing up on forums - Printable Version

+- NordInvasion Forum (https://forum.nordinvasion.com)
+-- Forum: Help & Administration (https://forum.nordinvasion.com/forumdisplay.php?fid=8)
+--- Forum: Help & Bug Reports (https://forum.nordinvasion.com/forumdisplay.php?fid=13)
+---- Forum: Website (https://forum.nordinvasion.com/forumdisplay.php?fid=90)
+---- Thread: Spoilers not showing up on forums (/showthread.php?tid=6574)

Pages: 1 2 3


Re: Spoilers not showing up on forums - Gashy - 16-01-2013

This has been happening to me as well


Re: Spoilers not showing up on forums - Marlowe Biggs - 16-01-2013

Have we figured out what is causing this?


Re: Spoilers not showing up on forums - Sphinx - 16-01-2013

Well it's not client side for sure, since we're all having that issue.

Something should be fixed on the forum I guess, but who can/will do it ?


Re: Spoilers not showing up on Chrome - Lord Striker - 16-01-2013

(15-01-2013, 03:43 PM)Lord Striker link Wrote:My Chrome is still working fine though. Strange.

And now the spoilers are broken for me as well. Whaat..


Re: Spoilers not showing up on forums - ~CM~Dragz - 16-01-2013

I googled the problem and ended up exactly hereĀ  :Smile


Re: Spoilers not showing up on Chrome - Carolus Rex - 16-01-2013

(16-01-2013, 01:15 PM)Lord Striker link Wrote:[quote author=Lord Striker link=topic=8946.msg73518#msg73518 date=1358264586]
My Chrome is still working fine though. Strange.

And now the spoilers are broken for me as well. Whaat..
[/quote]
Chrome updated... Son of a...
Same for me now.


Re: Spoilers not showing up on forums - Gismo - 16-01-2013

1. press f12
2. go to console
3. put this in javascript: j=jQuery.noConflict(); initSpoilers()
4. press enter
5. enjoy
testing:

[img2] [/img2]



Re: Spoilers not showing up on forums - Chris - 16-01-2013

To do this on safari:
  1. Load the page you want to view, then right click and choose "Inspect element"
  2. Click on console then copy and paste this into the console "javascript: j=jQuery.noConflict(); initSpoilers()" press enter and the spoilers will be back.
Note: you will have to do this every time to view spoilers.


Re: Spoilers not showing up on forums - Sir_Lucky - 16-01-2013

same problems with firefox.
and if paste that to web-console it says that " TypeError: j is no a function"


Re: Spoilers not showing up on forums - ughgh - 16-01-2013

Try var j=jQuery.noConflict() instead.