Quote:
Originally Posted by popowich
Is there a way to make it display lower on the page under the friends or under the albums?
-Raymond
|
Plugin Manager >> Mutual Friends Block - Sql
Find
PHP Code:
eval('$template_hook[profile_right_mini] = "' . fetch_template('memberinfo_block_mutualfriends') . '";');
Replace for album under
PHP Code:
eval('$template_hook[profile_right_album] = "' . fetch_template('memberinfo_block_mutualfriends') . '";');
You can use this hooks:
PHP Code:
$template_hook[profile_right_first]
$template_hook[profile_right_mini]
$template_hook[profile_right_album]
$template_hook[profile_right_last]