roxics
09-22-2003, 10:00 PM
The following will add a spolier table to a post. It is a CSS addition. But you must have HTMl turned on the forum you want to use it in.
For some reason I could not attached the text file so here are it's contents:
----------------------------
|By M.S.TESH (roxics)
|http://www.VisionEngine.com (http://www.visionengine.com/)
|mstesh@hotmail.com
|For vBulletin 2.x
---------------------------
This is a CSS addition. But for it to work you must create a custom vBcode to use for teh spoiler tags.
Insert the following CSS into your "Head Insert" of your style(s)
.spoiler {
font-family: verdana, arial, helvetica, sans-serif;
color: #F1F1F1;
background-color: #F1F1F1;
font-size: {normalfont};
border: 1px dashed #111111;
}
Now tell your members to put whatever spoiler they want between the following tags:
Your spoiler goes here
Highlight with your mouse to read.
As administrator you must now create a custom vb code for these spoiler tags. Do so by using this code:
<div class="spoiler">spoiler here</div>
An example of the final product can be found here:
http://www.visionengine.com/board/showthread.php?s=&threadid=2976
This is great for forums where you talk about movies, games, television shows
or anything where someone may not want to accidentally read something.
For some reason I could not attached the text file so here are it's contents:
----------------------------
|By M.S.TESH (roxics)
|http://www.VisionEngine.com (http://www.visionengine.com/)
|mstesh@hotmail.com
|For vBulletin 2.x
---------------------------
This is a CSS addition. But for it to work you must create a custom vBcode to use for teh spoiler tags.
Insert the following CSS into your "Head Insert" of your style(s)
.spoiler {
font-family: verdana, arial, helvetica, sans-serif;
color: #F1F1F1;
background-color: #F1F1F1;
font-size: {normalfont};
border: 1px dashed #111111;
}
Now tell your members to put whatever spoiler they want between the following tags:
Your spoiler goes here
Highlight with your mouse to read.
As administrator you must now create a custom vb code for these spoiler tags. Do so by using this code:
<div class="spoiler">spoiler here</div>
An example of the final product can be found here:
http://www.visionengine.com/board/showthread.php?s=&threadid=2976
This is great for forums where you talk about movies, games, television shows
or anything where someone may not want to accidentally read something.