Emails are disabled - for account issues, post in #help on the NI Discord.

Spoilers not showing up on forums
#1
If stuff like this happens to you
[Image: spoilerscomeback_zps747600c2.png]
Quote:Press F12 (or right click, inspect element), go to the console, and type j=jQuery.noConflict(); initSpoilers()
OR type javascript: j=jQuery.noConflict(); initSpoilers() into the address bar
(thanks Kip for the second line)

Same thing happens to image spoilers using the [img2 ] tag, for example
[img2]https://www.dropbox.com/s/l2ooyz22asr72dp/yvain.jpg?dl=1[/img2]
Quote:$('var').replaceWith(function(){
    return $("<img />", {src: $(this).attr('title'),class: 'bbc_img'});
});
(Thanks Stackoverflow)

If you go to the Sources tab and open up spoiler.js you might see some stupid shit about
Uncaught TypeError: Cannot read property 'msie' of undefined
Which screws up jQuery as FancyBox, thus not allowing spoilers to be properly formatted.
To solve this, wait until jQuery gets loaded again, and then call the code that re-builds the FancyBox component around the spoiler


Messages In This Thread
Spoilers not showing up on forums - by ughgh - 15-01-2013, 08:35 AM
Re: Spoilers not showing up on Chrome - by Yabu - 15-01-2013, 04:58 PM
Re: Spoilers not showing up on Chrome - by Sphinx - 15-01-2013, 08:54 PM
Re: Spoilers not showing up on Chrome - by Winter - 15-01-2013, 08:57 PM
Re: Spoilers not showing up on Chrome - by Kip - 15-01-2013, 09:38 PM
Re: Spoilers not showing up on forums - by Gashy - 16-01-2013, 06:31 AM
Re: Spoilers not showing up on forums - by Sphinx - 16-01-2013, 09:07 AM
Re: Spoilers not showing up on forums - by ughgh - 16-01-2013, 09:06 PM
Re: Spoilers not showing up on Chrome - by Kip - 16-01-2013, 09:50 PM
Re: Spoilers not showing up on forums - by Nici - 19-01-2013, 09:25 AM
Re: Spoilers not showing up on Chrome - by Yabu - 15-01-2013, 03:14 PM
Re: Spoilers not showing up on forums - by ughgh - 19-01-2013, 12:26 PM



Users browsing this thread: 1 Guest(s)