[ADB] Facebook For PhpBB Light

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
User avatar
keitzy
Registered User
Posts: 359
Joined: Thu Nov 12, 2009 6:32 am
Location: Esperance, Western Australia
Contact:

Re: [RC] Facebook For PhpBB Light

Post by keitzy »

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?
Image
zamolxis
Registered User
Posts: 13
Joined: Thu Oct 04, 2012 2:46 am

Re: [RC] Facebook For PhpBB Light

Post by zamolxis »

I tried both Chrome and Internet Explorer 9 and 2 different facebook accounts. Same result here - never got beyond the "Link Facebook" popup with a "loading" graphic.
User avatar
keitzy
Registered User
Posts: 359
Joined: Thu Nov 12, 2009 6:32 am
Location: Esperance, Western Australia
Contact:

Re: [RC] Facebook For PhpBB Light

Post by keitzy »

The only error I am seeing is when I go to register. Did you use automod to install the mod?
If not then some files haven't been copied and if so then their is a problem with automod and IIS.
Image
zamolxis
Registered User
Posts: 13
Joined: Thu Oct 04, 2012 2:46 am

Re: [RC] Facebook For PhpBB Light

Post by zamolxis »

No I installed it manually. I must have missed something then ...
User avatar
keitzy
Registered User
Posts: 359
Joined: Thu Nov 12, 2009 6:32 am
Location: Esperance, Western Australia
Contact:

Re: [RC] Facebook For PhpBB Light

Post by keitzy »

yeah the styles folder from the fb4phpbb_light zip hasn't been copied over as the files are missing causeing the script to stall with the loading image.

just copy from the zip files root to your root path
Image
zamolxis
Registered User
Posts: 13
Joined: Thu Oct 04, 2012 2:46 am

Re: [RC] Facebook For PhpBB Light

Post by zamolxis »

Do you mean the styles folder from Facebook_For_PhpBB_Light.zip? (those files are already copied to the server)

The version of fb4phpbb_light.zip currently on sourceforge.net doesn't have a style folder inside.
JTM4
Registered User
Posts: 2
Joined: Sun Oct 07, 2012 1:20 am

Re: [RC] Facebook For PhpBB Light

Post by JTM4 »

I'd like to apologize ahead of time. Total newb and am trying to follow along. I have read through all 37 pages of comments to no avail. Do you have a set of instructions on how to install this mod fresh from the beginning? I found bits and pieces here and there but none of them seemed to go in order. If I somehow missed the post where this is could you point me in the right direction. Thanks!
User avatar
keitzy
Registered User
Posts: 359
Joined: Thu Nov 12, 2009 6:32 am
Location: Esperance, Western Australia
Contact:

Re: [RC] Facebook For PhpBB Light

Post by keitzy »

If you don't have automod installed then please install it.
the instructions are here -> viewtopic.php?f=225&t=1342275

To install a mod a link is here -> viewtopic.php?f=225&t=1367815
Image
JTM4
Registered User
Posts: 2
Joined: Sun Oct 07, 2012 1:20 am

Re: [RC] Facebook For PhpBB Light

Post by JTM4 »

Thanks for the quick reply! I already have Automod. You have 3 different files on your source forge page, do I need all 3 and is there an order in which they need to be installed?
User avatar
keitzy
Registered User
Posts: 359
Joined: Thu Nov 12, 2009 6:32 am
Location: Esperance, Western Australia
Contact:

Re: [RC] Facebook For PhpBB Light

Post by keitzy »

Only the Facebook for phpbb light files. the fb4phpbb_light.zip is another patch for another unrelated patch so no need to DL.
Image
japanuser
Registered User
Posts: 18
Joined: Fri Jan 27, 2012 9:12 am

Re: [RC] Facebook For PhpBB Light

Post by japanuser »

I downloaded the latest release of this and tried installing it on a freshly installed phpBB board (3.0.11) and it has failed via AutoMOD.

The error is:

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
Am I safe to just edit the files manually after forcing an install?
User avatar
keitzy
Registered User
Posts: 359
Joined: Thu Nov 12, 2009 6:32 am
Location: Esperance, Western Australia
Contact:

Re: [RC] Facebook For PhpBB Light

Post by keitzy »

You downloaded the patch file.

Download below and install then install the patch file. :)
http://sourceforge.net/projects/fb2011/ ... p/download
Image
User avatar
davaguco
Registered User
Posts: 179
Joined: Thu Jul 28, 2005 5:57 pm
Location: España
Name: DAVID AGULLO
Contact:

Re: [RC] Facebook For PhpBB Light

Post by davaguco »

Will this MOD work on subsilver2 forums?
David.
English-Spanish Mod Translator. Send me a PM if you need anything translated (usually free unless you need a fixed finishing date).
User avatar
keitzy
Registered User
Posts: 359
Joined: Thu Nov 12, 2009 6:32 am
Location: Esperance, Western Australia
Contact:

Re: [RC] Facebook For PhpBB Light

Post by keitzy »

I am currently working on a subsilver version for the mod.
Image
User avatar
urednik
Registered User
Posts: 105
Joined: Tue Jan 30, 2007 12:13 pm

Re: [RC] Facebook For PhpBB Light

Post by urednik »

keitzy wrote:You downloaded the patch file.

Download below and install then install the patch file. :)
http://sourceforge.net/projects/fb2011/ ... p/download
In first post of this MOD there is WRONL DOWNLOAD LINK !!

I also download this patch first, so maybe there is good idea to repair link ....
Locked

Return to “[3.0.x] Abandoned MODs”