View Full Version : Simple Hack
I need someone to wirte a script that will automaticlly ad: "Re:" To the title of a reply. so basiclly: If not title is present on each reply, place "Re:" there
Logician
10-17-2003, 09:19 AM
This section in newreply.php indicates that vb (2.3.0) already does it. Isn't it so?
if ($postinfo[title]!="") {
$title="Re: ".unhtmlspecialchars($postinfo[title]);
}
Does'nt seem to work on mine or any of my friends =/ maybe it works on 2.3.2?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.