What browser are you using?zamolxis wrote:The link is http://musicianster.com/forum/
I reinstalled and now I get stuck on a popup that says "Link Facebook", but then it doesn't go any further.
What browser are you using?zamolxis wrote:The link is http://musicianster.com/forum/
I reinstalled and now I get stuck on a popup that says "Link Facebook", but then it doesn't go any further.
Code: Select all
includes/functions_display.php
Find
return '<img src="' . ($avatar_type == AVATAR_REMOTE_FB) ? $avatar_img : (str_replace(' ', '%20', $avatar_img)) . '" width="' . $avatar_width . '" height="' . $avatar_height . '" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />';
Replace With
$avatar_return = ($avatar_type == AVATAR_REMOTE_FB) ? $avatar_img : '<img src="' . (str_replace(' ', '%20', $avatar_img)) . '" width="' . $avatar_width . '" height="' . $avatar_height . '" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />';
return $avatar_return;
The Find specified by the MOD could not be found
styles/prosilver/template/ucp_avatar_options.html
Find
<!-- IF not S_AVATARS_ENABLED or not S_LINK_AVATAR_FB -->
Replace With
<!-- IF not S_AVATARS_ENABLED -->
The Find specified by the MOD could not be found
In first post of this MOD there is WRONL DOWNLOAD LINK !!keitzy wrote:You downloaded the patch file.
Download below and install then install the patch file.
http://sourceforge.net/projects/fb2011/ ... p/download