View Single Post
  #1  
Old 9th July 2011, 21:05
Edgein's Avatar
Edgein Edgein is offline
Senior Member
 
Join Date: Sep 2008
Netherlands
Posts: 154
Smile TSSE 5.6 You, Spoiler and Mod bbtag
Upload the attachment to you´r include folder

Open global.lang.php

and add

PHP Code:
'spoiler'=>'Spoiler (click to show/hide)'
open you´re style.css
and add

PHP Code:
.spoiler
{
    
background#ccd065;
    
border1px solid #424312;
    
color#000000;
    
margin-bottom1.6em;
    
padding.8em;
}

.
mod_bb
{
    
background#F5C7CD;
    
border2px solid #DC364E;
    
color#8a1f11;
    
margin-bottom1.6em;
    
padding.8em;
}
.
mod_bb img
{
    
positionrelative;
    
top2px;

greetzz Edgein
Attached Files
File Type: php ts_custom_bbcode.php (1.9 KB, 266 views)
Reply With Quote
The Following 9 Users Say Thank You to Edgein For This Useful Post:
DARCK (9th July 2011), FENIX (26th January 2013), Fynnon (10th July 2011), lafouine022 (10th July 2011), Marco (19th July 2011), MeNe (11th January 2012), mmisu120000 (11th July 2011), PAX (19th March 2012), Titya (14th July 2011)