Quote:
Originally Posted by SecondV
Edit ./admincp/commbull_template_html.php
Find on line #182
Code:
<td><a href=\"{$vbulletin->options['bburl']}/login.php?do=lostpw&$commbull[referal_tag]\">{\$vbphrase[forgotten_your_password]}?</a></td>
replace with
Code:
<td><a href=\"{\$vbulletin->options['bburl']}/login.php?do=lostpw&\$commbull[referal_tag]\">{\$vbphrase[forgotten_your_password]}?</a></td>
|
did not correct the problem (only when using commbull_template_html.php) :
Code:
Parse error: syntax error, unexpected T_STRING in /.../forums/admincp/commbull_functions_preview.php(121) : eval()'d code on line 25
Found it:
Find:
Code:
<td>
<a target="_blank" href="\\\$commbull_unsubscribe">\$vbphrase[tounsubscribe]</a>
</td>
Replace with:
Code:
<td><a target=\"_blank\" href=\"\\\$commbull_unsubscribe\">\$vbphrase[tounsubscribe]</a></td>