find in YaBBC.pl
$message =~ s~\[fixed\](.+?)\[/fixed\]~$1~isg;
addunder
if( $message =~ m~\[mem=(.+?)\](?:.+?)\[/mem\]~is ) {
if($username eq $1){
$message =~ s~\[mem=(.+?)\](.+?)\[/mem\]~
$1 You Have A Hidden Message
From $displayname
$2
~isg;
}else{
$message =~ s~\[mem=(.+?)\](.+?)\[/mem\]~
Hidden Message For $1
~isg;
}
}
if($username eq "Guest") {
$message =~ s~\[mem\](.+?)\[/mem\]~
Login To View This Message
~isg;
} else {
$message =~ s~\[mem\](.+?)\[/mem\]~
$1
~isg;
}
find in ubbc.js
function emai1() {
AddSelTextUrl("[email","=","]","[/email]");
}
add under
function mem() {
AddSelText("[mem]","[/mem]");
}
function tomem() {
AddSelText("[mem=username]","[/mem]");
}
below dont add need images...
now here are two parts..
only add after you get some mem.gif made for post page you you can make them i need some to add with this for mem.gif and tomem.gif
you can place these wher ever you want just has to be in the same area...
find in post.pl
for nicer_post_form_3_sp131 find
document.write("
");
or normal find
document.write("
");
add under
document.write("
");
document.write("
");