ThWboard Support-Forum (Archiv)

Ort: / Boardübersicht / Code Hack Requests / Schriftgröße ? -> Hack ?


Seite 1 von 1

PhoenixDH schrieb am 01.02.2005 um 07:29 Uhr

Gibt es eigentlich schon einen Hack mit dem man die Schriftgröße ändern kann ?

fingers schrieb am 01.02.2005 um 08:05 Uhr

thwbcode.inc.php

// [size]
    $a_thwbcode[SEARCH][] = '/\[size=([1-7]+)\](.*)\[\/size\]/Uis';
    $a_thwbcode[REPLACE][] = '<font size="\1">\2</font>';

size between 1-7 and doesnt include -1 -2 -3 etc someone got a regex for this?

PhoenixDH schrieb am 01.02.2005 um 09:26 Uhr

What will happen in this case, if someone uses 8 or -1 ???
I will only user 3 Params -> small / medium / big

fingers schrieb am 01.02.2005 um 11:26 Uhr

would show the incorrect code ie
[size=-1]text[/size] or [size=8]text[/size]
but that is a user error

PhoenixDH schrieb am 01.02.2005 um 11:53 Uhr

k k , i'll try it in my new version of the tagbar !

Seite 1 von 1