Modify my spoiler and auto-open it
4 posters
Page 1 of 1
Modify my spoiler and auto-open it
Hi guys, I'm editting my forum.
And I want to ask about the spoiler.
I don't know where I can edit the spoiler (size, image, shape). And I really need the spoiler auto-opened.
Please help me. Thank you.
And I want to ask about the spoiler.
I don't know where I can edit the spoiler (size, image, shape). And I really need the spoiler auto-opened.
Please help me. Thank you.
Re: Modify my spoiler and auto-open it
Hi there,
Can you please provide the link to your forum? Thanks.
Can you please provide the link to your forum? Thanks.
Re: Modify my spoiler and auto-open it
So you want all spoilers to be opened by default in your forum? Try this Javascript:
AP Modules HTML & Javascript Javascript codes management Add a Javascript Code
Name: Auto-opened Spoilers
Placement: In all the pages
You will have to edit the CSS, it would be better if you provide an example on how you want the spoiler to look like.
AP Modules HTML & Javascript Javascript codes management Add a Javascript Code
- Code:
$(function(){
$('.spoiler_content').each(function(){ $(this).addClass("hidden"); });
});
Name: Auto-opened Spoilers
Placement: In all the pages
I don't know where I can edit the spoiler (size, image, shape)
You will have to edit the CSS, it would be better if you provide an example on how you want the spoiler to look like.
Wecoc- Forumember
- Posts : 144
Reputation : 111
Language : Catalan, Spanish, English
Re: Modify my spoiler and auto-open it
hello
read this tutorial
https://help.forumotion.com/t135638-personalize-the-titles-of-quote-spoiler-and-code?highlight=Personalize
read this tutorial
https://help.forumotion.com/t135638-personalize-the-titles-of-quote-spoiler-and-code?highlight=Personalize
Similar topics
» Spoiler Tags Won't Open on Chrome
» how i can open the Forum that i had created to open as a new windows
» Auto-pruning into Auto-Locking
» modify picture
» Modify theme.
» how i can open the Forum that i had created to open as a new windows
» Auto-pruning into Auto-Locking
» modify picture
» Modify theme.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum