
03-23-2015, 07:24 PM
|
 |
|
|
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Dave
Go to AdminCP > Plugins & Products > Plugin Manager > find the "VSa - ChatBox - MN" plugin and edit it.
Find:
PHP Code:
$vsacb_msg_box_parsed = str_replace('\'', '', $vsacb_bbparser->do_parse($vsacb_msg_box_styled,1,$vsacb_smilies_onoff,1,1,1));
And paste the following under it:
PHP Code:
$vsacb_msg_box_parsed = str_replace('<a href="', '<a href="https://href.li/?', $vsacb_msg_box_parsed);
This will prepend https://href.li/? to all links, all links will then go to href.li which is a service to hide the HTTP referrer.
|
Can you think of a reason why after using this code(Edited for 3.8) for a little while without issue it would just spot showing an https link in chat and only show text?
|