I've given you as much to work with as I have available. I DID fix the quote problem though. I replaced the code for your hack in private.php with the following:
PHP Code:
// Start of Quick PM Reply by Erwin
$pmquote = trim(preg_replace('~\[quote\](.*)\[/quote\]~si', '', $message['message']));
// End of Quick PM Reply by Erwin
and now there is only one quote in the quick pm box. As far as the RE fix, I followed Virix's code above and took care of that problem. I'll pm you the files if you still want to look at the me code problem.
Quote:
Originally posted by Erwin
You haven't given me anything to work with. Your problem could be caused by a million things - another hack interfering with this one etc. I support this hack - I cannot be expected to support Firefly's hack to make it compatible with this one. Like I said, it IS compatible. You posted a piece of code but don't tell me where it is. It's not in my private.php. Where is that code from? What do you expect me to do? I don't have access to your PHP files or your templates?
Also, I work full-time as well - I posted this hack up as a gesture of thanks for the multiple hacks I have taken from here. Don't expect 24 hour instant support.
|