View Full Version : RE: Subect Reply
Webmasta XT
05-22-2002, 10:14 AM
Hey Could Someone Please try and make this hack or is it already a hack?
like when someone Replys to a thread when they are Replying, the Threads Title Shows up in the Subject Field... Like SaY I reply to thread called ItemShop when I reply I will automatically have this in my subject field RE: ItemShop, I could change it though, example is below in the attachment...
Scott MacVicar
05-22-2002, 12:43 PM
open up newreply.php
look for
if ($action=="newreply") {
below it add
if(empty($title)) {
$title = "RE: $threadinfo[title]";
}
Webmasta XT
05-24-2002, 01:00 PM
THNX PPN, why don't you realse this as a hack??
Scott MacVicar
05-24-2002, 02:20 PM
3 lines doesn't really qualify as a hack well in my opinion lol
Webmasta XT
05-25-2002, 12:18 AM
well can I realse it as a hack if you don't want to? :)
Dalius
05-25-2002, 12:45 AM
Don't be a leecher, write your own hacks instead of copying from others.
Webmasta XT
05-25-2002, 10:55 AM
I am not copying, I am asking!! DUH!!!!!!!!!!!
Dalius
05-25-2002, 03:34 PM
No, you didn't write this hack. Or even figure the answer out. You will be taking credit for something you didn't do.
Scott MacVicar
05-25-2002, 05:22 PM
I'll write it up will take me hours to do ;)
Webmasta XT
07-24-2002, 02:26 PM
is there a way I can add that to Quick Reply Box??
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.