Name: brandon !JanEelEnwE 2012-12-23 13:23
I have Futallaby and i can > and >> but i can't figure out how to add >>>
//>> function.
$threadurl2="".PHP_SELF."?res=$no";
$threadurl33="$no";
if ($resno){
$onclick=" onclick=\"replyhl('$no');\" class=qu";
// $quote="javascript:setData('>>$no')";
$quote="javascript:insert('>>$no')";
}
else{
$quote="\"$threadurl2#q$no\"";
}
there's the source
i can't think of a good way to remove ?res=$no and change that so it request's a certain board
//>> function.
$threadurl2="".PHP_SELF."?res=$no";
$threadurl33="$no";
if ($resno){
$onclick=" onclick=\"replyhl('$no');\" class=qu";
// $quote="javascript:setData('>>$no')";
$quote="javascript:insert('>>$no')";
}
else{
$quote="\"$threadurl2#q$no\"";
}
there's the source
i can't think of a good way to remove ?res=$no and change that so it request's a certain board