![]() |
Upgraded to 2.2.6 and working well, and thanks for the quote fix.
|
Has anyone figured out why it takes on the new posters name in the private reply instead of the original poster's name? I did the fix (in 2 places) in the newreply.php and it works fine in the regular messages, just not in the private ones when quoting.
|
well... here is my prob... I am running a version modded between 2.2.1 and 2.2.6... there is a little of each in it... technically, it is 2.2.6.
When I go to run the .php it's just text... it doesn't run an install... when I do everything manually and perfectly, it doesn't work... I even fixed the errors that were shown on the other thread... any suggestions? |
Quote:
Code:
eval("\$message[message] = \"".gettemplate("priv_reply",1,0)."\";"); Code:
$message['message'] = preg_replace('#^/me(.*)$#im', "* $fromuserinfo[username]\\1", $message['message']); |
Ok, Chen, that fixed it for showing up in the private reply like it should, but I lost the color of it now. And it doesn't show up right in the private preview mode. Is that normal? (It shows up like this when I preview it.:
* likes this instead of * Boofo likes this. |
Yes that's normal, but we can't fix that without a lot more hacking,.
|
Thanks, Chen. At least I know it's not just me. :) How about the color? Any way to get that back?
|
Use this line:
Code:
$message['message'] = preg_replace('#^/me(.*)$#im', "<font color=\"{timecolor}\">* $fromuserinfo[username]\\1</font>", $message['message']); |
That didn't work, Chen. :) It still doesn't have any color. Here's what I got when I tried to quote the message:
Boofo wrote on Today 2:05 am: <font color="#FF9C58">* Boofo like this</font> |
Try using instead of <font>.
|
All times are GMT. The time now is 02:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|