[hide][/hide] tags don't work
+2
Sanket
eattheword
6 posters
Page 1 of 1
[hide][/hide] tags don't work
On our forum the [hide][/hide] tags don't seem to work. All they do is put the text in a coloured box but leave it visible.
eattheword- New Member
- Posts : 14
Reputation : 0
Language : English
Re: [hide][/hide] tags don't work
Can you post a screenshot of what appears?
Have you enabled bbcode on profile as well as admin panel?
Have you enabled bbcode on profile as well as admin panel?
Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: [hide][/hide] tags don't work
If you have replied in the topic then it will become visible for you.
The content inside hide tags in only hidden to those who have not replies in the topic.
The content inside hide tags in only hidden to those who have not replies in the topic.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: [hide][/hide] tags don't work
Ok, so that's not the behaviour I was expecting. On other forums I have used (not forumotion) the hide tags allow you to, well, hide something which is revealed by clicking on the 'click to reveal' link which appears in its place.
Is it possible to achieve this behaviour?
Is it possible to achieve this behaviour?
eattheword- New Member
- Posts : 14
Reputation : 0
Language : English
Re: [hide][/hide] tags don't work
Is it the spoiler tag your after?
- Spoiler:
- Some text
- Code:
[spoiler]Text to hide[/spoiler]
nelsaidi2- Forumember
- Posts : 36
Reputation : 0
Language : English
Re: [hide][/hide] tags don't work
[quote="nelsaidi2"]Is it the spoiler tag your after?
[spoiler]Some text[/spoiler]
[code][spoiler]Text to hide[/spoiler][/code][/quote]
Huzzah! That's the one! Thanks for that!
Is it possible to give the tag a label? e.g. [spoiler=Don't look now!]some text[/spoiler]
[spoiler]Some text[/spoiler]
[code][spoiler]Text to hide[/spoiler][/code][/quote]
Huzzah! That's the one! Thanks for that!

eattheword- New Member
- Posts : 14
Reputation : 0
Language : English
Re: [hide][/hide] tags don't work
Nopes not possible.
Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: [hide][/hide] tags don't work
Ok, thanks. But I'm sure our lot will be pleased just knowing there is a working hide tag. I predict lots of happy faces. 

eattheword- New Member
- Posts : 14
Reputation : 0
Language : English
Re: [hide][/hide] tags don't work
Heres a little trick for you 
a while ago for fun on my forum myself and the staff would leave hidden messages for the members by simply adding the message to different area's of the forum and using the color code to make the font effectively invisible until you highlight it
Obviously you don't know where the text is because you cant see it
Try highlighting underneath this text
This is just an example of some forum trickery
regards
Craig

a while ago for fun on my forum myself and the staff would leave hidden messages for the members by simply adding the message to different area's of the forum and using the color code to make the font effectively invisible until you highlight it
Obviously you don't know where the text is because you cant see it

Try highlighting underneath this text
This is just an example of some forum trickery
regards
Craig
Guest- Guest
Re: [hide][/hide] tags don't work
Dose it do a purple or blueish font color that happens to me ill chek what happens here
Cheesykid- Forumember
- Posts : 197
Reputation : 0
Language : English
Location : At http://da-original.gooforum.com/
Re: [hide][/hide] tags don't work
well the good thing about the code is you can add any colour you want, here is the code and a link to hex codes to enable the exact colour you need 
[color=#dceaf5]This is just an example of some forum trickery[/color]
http://html-color-codes.com/
regards
Craig

[color=#dceaf5]This is just an example of some forum trickery[/color]
http://html-color-codes.com/
regards
Craig
Guest- Guest
Re: [hide][/hide] tags don't work
Do you have HTML enabled on your forum? If you do, then yes, you can add anything you want to a spoiler label (or a code label for that matter). You just have to create the spoiler box manually:eattheword wrote:Is it possible to give the tag a label? e.g.
- Don't look now!:
some text
- Code:
<dl class="codebox" style="cursor: pointer;" onclick="this.getElementsByTagName('div')[0].style.display=((this.getElementsByTagName('div')[0].style.display=='none')?'':'none');"><dt>spoiler label</dt><dd><div style="display:none;">spoiler text</div></dd></dl>
Last edited by Dion on June 7th 2009, 6:59 pm; edited 1 time in total
Guest- Guest
Re: [hide][/hide] tags don't work
Is there a phbBB2 version? Also, where do we need to put the HTML code?
eattheword- New Member
- Posts : 14
Reputation : 0
Language : English
Re: [hide][/hide] tags don't work
Dark Takua wrote:This is what comes up when you do the hide tags
Yes, that was the point of the original post. I learnt that
- Spoiler:
eattheword- New Member
- Posts : 14
Reputation : 0
Language : English
Re: [hide][/hide] tags don't work
To do this, HTML must be allowed in posts.
This is the spoiler code...
Notice the Ankillien Posts: inside <dt>. That will change the label.
The content goes inside <div> tags.
This is the spoiler code...
- Code:
<dl class="codebox" style="cursor: pointer;" onclick="this.getElementsByTagName('div')[0].style.display=((this.getElementsByTagName('div')[0].style.display=='none')?'':'none');">
<dt>Ankillien Posts:</dt>
<dd>
<div>This is the content inside thw spoiler.</div>
</dd>
</dl>
Notice the Ankillien Posts: inside <dt>. That will change the label.
The content goes inside <div> tags.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: [hide][/hide] tags don't work
ok, so the person has to insert the DHTML code into the post by hand. Understood.
Thanks. :-)
Thanks. :-)
eattheword- New Member
- Posts : 14
Reputation : 0
Language : English
Re: [hide][/hide] tags don't work
Yes, they have to use this code.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

» im think html dont work on my templates orr i dont know because im new in forumotion
» Who can see [hide] tags?
» Hide tags
» hide tags
» (ONLY TOPIC)BUG Forums appearance goes funny when logged in.
» Who can see [hide] tags?
» Hide tags
» hide tags
» (ONLY TOPIC)BUG Forums appearance goes funny when logged in.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum