Ipuck
04-06-2009, 10:00 PM
This plugin adds a link on the profile popup to the users photo album
Plugins & Products >> Add New Plugin
Product: vBulletin
Hook Location: postbit_display_start
Title: Album Link
Plugin PHP Code:
$template_hook[postbit_user_popup] = '<tr><td class="vbmenu_option"><a href="album.php?u=' . $post[userid] . '">Visit ' . $post[username] . ' photo album</a></td></tr>';
Active:Yes
Save
Thanks to: Lynne and ragtek
That's it.
Plugins & Products >> Add New Plugin
Product: vBulletin
Hook Location: postbit_display_start
Title: Album Link
Plugin PHP Code:
$template_hook[postbit_user_popup] = '<tr><td class="vbmenu_option"><a href="album.php?u=' . $post[userid] . '">Visit ' . $post[username] . ' photo album</a></td></tr>';
Active:Yes
Save
Thanks to: Lynne and ragtek
That's it.