Hi there,
I installed a Mod in my VB this one:
https://vborg.vbsupport.ru/showthrea...27#post1472727
but I have a little problem...........
The Mod have a code that is not working in my forum, this one:
Code:
$custom_message .= "".$forms['title']."\r\n$value\r\n\r\n";
$break = "\r\n\r\n";
I want to do a space like when we use the ENTER button in the keyboards of our computers
And with this the
<br /> is showing it in the posts.
Code:
$custom_message .= "".$forms['title'].": $value<br /><br />";
$break = "<br /><br />";
How can I fix it ?
Help!!!!!