I've been trying to figure it out from that FAQ. For the album like, I traced down this code...
Code:
if (!empty($post['hasalbum']))
{
$template_hook['postbit_userinfo_right'] .= '<div><a href="album.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $post['userid'] . '" rel="nofollow"><img src="images/buttons/add_album.png" border="0" alt="Member Photo Albums"></a></div>';
}
There is no call to a template, and I can't find any HTML for it. When I place that into a tab, I get this error in vB before the template will save...
Code:
The following error occurred when attempting to evaluate this template:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /hermes/web05/b980/pow.mobowow/htdocs/forums/includes/adminfunctions_template.php(3939) : eval()'d code on line 132
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.