To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

F.A.Q. - Read it first! - Plaques of support

Matteo - 05-09-2010, 15:20
Temat postu: Plaques of support
Plaques of support are prominent, color remarks moderating team.
It looks something like this (example on polish language):

Tytuł tematu jest niezgodny z zasadami.
Popraw tytuł, aby uniknąć zamknięcia wątku.

To get this effect you should first look to
Administration Panel > General Admin > Configuration > Additional > Show original censored word administrators and moderators and set it to No
To create plaques we use function of Word Censors (AP > Word Censors).
There are two ways to create plaques.

1. Using css
Connect to server and modify file
/templates/name_of_template/name_of_template.css
In this file you must add the following code:
Kod:
/* For word censors - plaques of support */
.plaque {
width: 500px;
padding: 8px;
border: black 1px solid;
border-spacing: 2px;
font-size: 11px; font-family: Verdana;
text-align:center;
margin: auto;
}

In this file we can change width of plaque tabliczki, arrangement, frame, size and position of text.
Save a file and update it on server.
Now go to AP > Word Censors > Add new record
In field Word type character string, which been changed to plaque ex. _test
In field Replacement type:
Kod:
<div class="plaque" style="color: black; background-color: #FF0000"><b>Test of plaque</b></a></div>

You can changed the colors, add links, or using tags of HTML.

2. Using tables.
Go to AP > Word Censors > Add new record
In field Word type character string, which been changed to plaque ex. _test
In field Replacement type:
Kod:
<table align="center" width="350" cellpadding="8" border="1" bgcolor="#027E00"><tr><span class="postbody"><td align="center" style="font-size: 11; color: #000000; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif"><b>Test of plaque</b></td></span></tr></table>

You can changed the colors, add links, or using tags of HTML.

(original content)



Powered by phpBB modified by Przemo © 2003 phpBB Group