Forums

Forums (http://www.abandonia.com/vbullet/index.php)
-   Old News (http://www.abandonia.com/vbullet/forumdisplay.php?f=143)
-   -   New BB Code tags! (http://www.abandonia.com/vbullet/showthread.php?t=18940)

Dave 14-02-2009 05:37 PM

New BB Code tags!
 
Added spoiler and youtube BB code.
Secret

Don't abuse them, especially of youtube tag.
Enjoy and have a nice day. :)


P.s. for a list of current BB code tags check here:
http://www.abandonia.com/vbullet/misc.php?do=bbcode

Capo 16-02-2009 04:36 PM

Wow, nice add!

EDIT: Looks like that the spoiler tag dont work for me :\

Dave 16-02-2009 04:45 PM

You probably used it manually, it needs the caption. :)
Post again here using this button: http://img25.imageshack.us/img25/311...lericonbt9.png

The Fifth Horseman 16-02-2009 04:46 PM

[spoiler]text[/spoiler]
Won't work.
What you need is
[spoiler=title]text[/spoiler]
to get:
title

Paco 16-02-2009 04:51 PM

Quote:

Originally Posted by The Fifth Horseman (Post 352967)
[spoiler]text[/spoiler]
Won't work.
What you need is
[spoiler=title]text[/spoiler]
to get:
title

I want the other Spoiler that i posted in General Staff and not this one. :suspicious:

The Fifth Horseman 16-02-2009 05:00 PM

Difference between them being?

Paco 16-02-2009 05:06 PM

Difference:


title


[*spoiler=title]text[*/spoiler]


http://www.multimediaxis.de/showpost...&postcount=227

[*spoiler=WTF]blabla[*/spoiler]

_r.u.s.s. 17-02-2009 08:37 AM

there you go, all nicely in a button

HTML Code:

<div class="spoiler">

<input type="button" class="button" onclick='
if(this.nextSibling.nextSibling.style.display =="none"){
    this.nextSibling.nextSibling.style.display="block";
    this.value="Hide "+this.nextSibling.nextSibling.nextSibling.firstChild.nodeValue;;
}else{
    this.nextSibling.nextSibling.style.display="none";
    this.value="Show "+this.nextSibling.nextSibling.nextSibling.firstChild.nodeValue;
}
' value="Show potatoes"/>




<span style="display:none;" class="content">{param}</span><div style="display:none;">{option}</div>
</div>

^ NO WHITESPACE HERE!: {param}</span><div style="dis..

example (accept university certificate)

also, i cannot see the condition you are using in case of empty bbtag attribute so figure yourself. you add it only to one place where {option} is

The Fifth Horseman 17-02-2009 03:15 PM

Let's see...
you

:OK:

Capo 17-02-2009 03:57 PM

Quote:

Originally Posted by The Fifth Horseman (Post 352967)
[spoiler]text[/spoiler]
Won't work.
What you need is
[spoiler=title]text[/spoiler]
to get:
title


title
hghjgkk


Now i get it: Title ? wtf ? :weird:


The current time is 11:59 AM (GMT)

Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.