MyBB Community Forums

Full Version: Spoiler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,

i find error message on my spoiler

[Image: spoiler.jpg]

how to fix this problem?

on this threads
https://ziuma.com/Thread-Download-Template-VioMagz-Asli-Terbaru-Gratis

thank you
it looks normal to me on firefox browser [image]
how to fix

[Image: Untitled.jpg]

in bottom left corner?
which plugin / code you are using for spoiler functionality ?

javascript code needs to be changed to NOT show its status at browser's status bar !
(2020-01-17, 06:54 AM).m. Wrote: [ -> ]which plugin / code you are using for spoiler functionality ?

javascript code needs to be changed to NOT show its status at browser's status bar !

i use spoiler Mycode
[Image: spoiler.jpg]

but i can't find where is javascript setting (NOT show javascript)
oh, no! it is not a setting.

basically browsers show target links at the status bar.
it is a general practice to use "javascript:void(0)" as a link for java script actions.

<a href="javascript:void(0);" onclick=  // action related code ... 
such code displays target link as javascript:void(0) at the browser status bar

if we replace javascript:void(0) with #(0) then target link is shown as
your thread url followed by /#(0)

or in the plugin file that javascript action code can be rewritten using a button code

(edited)
so, this is not error message

thank you @.m.