Verfasst: 21.04.2006 14:17
Außerdem versteh ich folgende Anweisung nicht. Wäre nett, wenn mir jemand in geläufigem Sprachgebrauch sagen könnte, was ich damit machen soll.
#-----[ OPEN ]------------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]------------------------------------------------
#
# Warning! These instructions as is are not compliant if Anti-Spam 1.1.1
# is already installed. To use this MOD with Anti-Spam 1.1.1, apply
# the instructions "FIND+AFTER, ADD" above 4 times!
# You must find 4 times the code mentionned, and after each one
# add the new code mentionned!
#
if ( $user_sig != '' && $user_sig_bbcode_uid != '' )
{
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Start add - Signatures control MOD
if ( $userdata['user_allowsignature'] != 2 && $board_config['sig_allow_font_sizes'] == 0 )
{
$user_sig = '[size=' . $board_config['sig_max_font_size'] . ':' . $user_sig_bbcode_uid . ']' . $user_sig . '[/size:' . $user_sig_bbcode_uid . ']';
}
// End add - Signatures control MOD
#