AVVISI IMPORTANTI!!
- Come Postare le Traduzioni (Obbligatorio)
- Come installare le Mods nel proprio forum
- Come inserire le traduzioni delle Mods nel proprio forum

Author Topic: Box BBCode  (Read 3413 times)

0 Members and 1 Guest are viewing this topic.

Offline ilsuonatorej

  • Utente
  • *
  • Posts: 67
  • Gender: Male
    • View Profile
    • HTG-Gamers.com
Box BBCode
« on: Saturday, 18 April 2009 18:31 »
Nome: Box BBCode
Autore:.LORD. 
Ultima Versione: 1.2
Link alla Mod: http://custom.simplemachines.org/mods/index.php?mod=1676

Descrizione
Questa Mod ti permette di includere un box nei tuoi post in maniera tale da avere un messaggio diverso dal post originale nel box

Guida per avere diversi sfondi per i vostri box

Andare in style css e cercare:
Code: [Select]
/* Box BBCode */
.box_bbcode { margin: 10px 50px 10px 50px; border: 1px solid #ADADAD; }
.box_bbcode legend {color: #476C8E }

aggiungere dopo
Code: [Select]
{
color: #8c008c;
border: thin dashed #980099;
background-color: #ffd2ff;
padding-left: 24%;  padding-right: 6%;  padding-top: 4%;  padding-bottom: 4%;
background-image: url(angolo.gif);
background-position: inherit;
background-repeat: no-repeat;
min-height: 250px;
font-family: "Lucida Handwriting";
font-size: 18px;
line-height: 1.8em;
}
per avere uno sfondo colorato

oppure
Code: [Select]
.ikariam
{
color: #FFFFFF;
border: thin dashed #980099;
background-color: #ffd2ff;
padding-left: 24%;  padding-right: 6%;  padding-top: 4%;  padding-bottom: 4%;
background-image: url(http://www.htg-gamers.com/forum/gallery/76_18_04_09_7_18_09.jpeg);
background-position: inherit;
background-repeat: repeat;
min-height: 250px;
font-family: "Lucida Handwriting";
font-size: 21px;
line-height: 1.8em;
}

nota bene le class possono essere modificate come volete, ad esempio dove ho messo news potete metterci poesia o macarena, insomma ciò che volete
Una volta ricaricato il file style.css per poter usare i diversi sfondi dovrete aggiungere nella box title class=nome del class ad esempio
Code: [Select]
[box title=TitleBox class=ikariam][/box]
« Last Edit: Tuesday, 21 April 2009 15:53 by Darknico »


Offline ilsuonatorej

  • Utente
  • *
  • Posts: 67
  • Gender: Male
    • View Profile
    • HTG-Gamers.com
Re: Box BBCode
« Reply #1 on: Saturday, 18 April 2009 18:33 »
Traduzione ISO della mod
Traduzione di: ilsuonatorej
Compatibilità: 1.2

File: Modifications.italian.php

Cercare:
?>

Aggiungere sopra:
$txt['box_bbcode'] = 'inserisci box';
« Last Edit: Tuesday, 21 April 2009 15:53 by Darknico »