PDA

View Full Version : Which file?


Christine
12-25-2001, 12:27 AM
I need to tweak the quote function to include quotes when it copies the post.

Anyone know which file I can find this function in?

nuno
12-27-2001, 12:45 PM
probably functions.php

Admin
12-27-2001, 01:27 PM
newreply.php actually. :)
Find and remove the following line from it:
$pagetext = preg_replace("/(\[quote])(.*)(\[\/quote])/si", "", $pagetext);

Christine
12-28-2001, 04:37 AM
Awesome!

Thanks, Chen.

:D