Topic: Quote message keeping [img] tag
Hi,
I'd like to know, if possible, how to automatically keep the img tag of a post after quotying-it, so that the quoted post displays the image instead of just an url link to that image?
Many thanks
You are not logged in. Please login or register.
PunBB Forums → Feature requests → Quote message keeping [img] tag
Hi,
I'd like to know, if possible, how to automatically keep the img tag of a post after quotying-it, so that the quoted post displays the image instead of just an url link to that image?
Many thanks
Open up post.php and locate the rows:
$q_message = str_replace('[img]', '[url]', $q_message);
$q_message = str_replace('[/img]', '[/url]', $q_message);
$q_message = pun_htmlspecialchars($q_message);
And remove them or comment them out.
PunBB Forums → Feature requests → Quote message keeping [img] tag
Powered by PunBB, supported by Informer Technologies, Inc.