I'm trying to create a plugin to add a link to the users photo album on the users pop menu.
I did this:
PHP Code:
$template_hook [postbit_user_popup] = '<tr><td class="vbmenu_option"><a href="album.php?u=$post[userid]">Visit $post[username]'s photo album</a></td></tr>';
The links is inserted, but the link doesn't work. It shows the variable name and not the value.
BTW I have vBSEO
Any help will be appreciated.