The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Spoiler Problem Not Fixed

+2
MrMario
middo2
6 posters

Go down

Solved Spoiler Problem Not Fixed

Post by middo2 June 16th 2010, 12:11 am

I read in another topic that the spoiler problems got fixed. However I still have the spoiler problem in my forum. For example:

Spoiler Problem Not Fixed Spolie10

It's just open like that all the time.

Any reason why?
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by MrMario June 16th 2010, 12:36 am

Please clear your cache to reset your browsering history.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by middo2 June 16th 2010, 12:49 am

Ok. I reset my cache and history. I use Chrome BTW. But I still have the problem Confused
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by Sanket June 16th 2010, 10:15 am

Link to that thread? Also make sure, the permissions are set for guests to view.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by middo2 June 16th 2010, 4:19 pm

Ok. And BTW it doesn't work on all threads. But here is a thread:

http://newhorizons.englishboard.net/help-using-this-forum-f8/spoiler-doesn-t-work-t4138.htm
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by Sanket June 16th 2010, 4:21 pm

Can you give me a test account or admin account in your forum via pm?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by isnanz June 16th 2010, 5:06 pm

middo2 wrote:I read in another topic that the spoiler problems got fixed. However I still have the spoiler problem in my forum. For example:

Spoiler Problem Not Fixed Spolie10

It's just open like that all the time.

Any reason why?

I also experienced the same thing as you, so please help me also


this is my thread https://help.forumotion.com/manage-the-appearance-of-your-forum-f45/spoiler-is-broken-t72305.htm?highlight=spoiler+in+trouble
isnanz
isnanz
Forumember

Male Posts : 206
Reputation : 0
Language : Indonesian
Location : Indonesia

https://help.forumotion.com

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by middo2 June 17th 2010, 12:22 am

Ok Sanket, I sent you a test account.
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by Master Marc June 17th 2010, 4:38 am

phpBB2 fix :

Code:
.spoiler_content.hidden {
display:none;
}

If you want to learn CSS, private message me and make sure you have MSN messenger, Wink
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by middo2 June 17th 2010, 3:24 pm

I use Invsion though :S
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by middo2 June 18th 2010, 10:05 pm

Bump
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by MrMario June 19th 2010, 2:14 am

Please clear your cache. It is fixed but it sounds like your browser needs clearing.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by Master Marc June 19th 2010, 4:09 am

middo2 wrote:I use Invsion though :S
phpBB2 or not, try the CSS, Wink

Code:
.spoiler_content.hidden {
display:none;
}

It works on the forum which you've tested out the problem, Very good
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by ankillien June 19th 2010, 4:13 am

Hello,

I think this is a CSS problem. I have solved similar problem before too.
Please navigate to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
.spoiler_content {
display:none;
}
.spoiler_content.hidden {
display:block;
}

Hope it helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by middo2 June 19th 2010, 6:52 pm

Thanks ankillien Very Happy .

Thanks everyone else!!

This could be closed now Wink
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Spoiler Problem Not Fixed

Post by ankillien June 20th 2010, 3:57 am

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum