Change New Posts Icons via Admin Center
1.0
This adds an option to the preferences to change the New Post/No New Post Icons easily.
dOCda S!
mailto:docda_s@yahoo.de
Sources/BoardIndex.pl
$new = qq~~;
}
else {
$new = qq~~;
$new = qq~~;
}
else {
$new = qq~~;
$txt{'333'}
$txt{'334'}
Sources/Admin.pl
$txt{'356'}
$icontxt{'01'}
$icontxt{'02'}
$boarddir = $FORM{'boarddir'} || &GetDirPath;
$onicon = $FORM{'onicon'} || "on.gif";
$officon = $FORM{'officon'} || "off.gif";
\$boarddir = "$boarddir"; # The absolute path to the board's folder (usually can be left as '.')
\$onicon = "$onicon"; # Insert here the name of the New Post Icon (*.gif)
\$officon = "$officon"; # Insert here the name of the No New Post Icon (*.gif)
english.lng
$txt{'749'} = "The 'number of posts' box can only contain digits.";
$icontxt{'01'} = "Insert Name of the New Post Icon here:";
$icontxt{'02'} = "Insert Name of the No New Post Icon here:";