Tetra-WebBBS Support Forum

Re: new_12.png to NEW
In Response To: Re: new_12.png to NEW ()

More about these options/features.

From memory, if you want to use any of them, you add the lines to your webbbs_settings.pl file, like this:-

$NewOpenCode = "<EM><FONT COLOR=\"#cc0000\">NEW:</FONT></EM>";
$NewCloseCode = "";
$AdminOpenCode = "<EM><FONT COLOR=\"#990000\">ADMIN!</FONT></EM>";
$AdminCloseCode = "";

Cheers

Steve

: Hi John, I think you are looking for this.

: $AdminOpenCode:-
: http://tetrabb.com/documentation/WebBBS/BasicConfigs.pl?page=1;md=read;id=136

: $AdminCloseCode:-
: http://tetrabb.com/documentation/WebBBS/BasicConfigs.pl?page=1;md=read;id=137

: $NewOpenCode:-
: http://tetrabb.com/documentation/WebBBS/BasicConfigs.pl?page=1;md=read;id=138

: $NewCloseCode:-
: http://tetrabb.com/documentation/WebBBS/BasicConfigs.pl?page=1;md=read;id=139

: Hope it's helpful..

: Steve