Forums / All Other Contributions/Addons / facebook all [support thread]

facebook all [support thread]

Results 1 to 20 of 50
25 Jan 2013, 18:23
#2
rolfcarol avatar

rolfcarol

New Zenner

Join Date:
Apr 2009
Posts:
5
Plugin Contributions:
0

Re: facebook all [support thread]

Followed your instructions and the ' admin Tools >> Layout Boxes Controller and set position for all facebookall module releted files.' does not contain the facebookall modules

zencart v1.3.9

helllllllpppppp
08 Feb 2013, 08:06
#3
sourceaddons avatar

sourceaddons

New Zenner

Join Date:
Oct 2012
Posts:
15
Plugin Contributions:
1

Re: facebook all [support thread]

rolfcarol:

Followed your instructions and the ' admin Tools >> Layout Boxes Controller and set position for all facebookall module releted files.' does not contain the facebookall modules

zencart v1.3.9

helllllllpppppp


Have you download it from sourceaddons.com. if you have any issue please drop a msg on [email protected]
Thanks
22 Feb 2013, 09:38
#5
kool_raj avatar

kool_raj

New Zenner

Join Date:
Feb 2013
Posts:
2
Plugin Contributions:
0

Re: facebook all [support thread]

sir where to put this code in in tpl_login_default.php.

10. If you want to add facebook login button on your loginpage then go to your template and add the below code in tpl_login_default.php.

require($template->get_template_dir('tpl_fballlogin.php',DIR_WS_TEMPLATE,
$current_page_base,'sideboxes'). '/tpl_fballlogin.php');
echo $content;
22 Feb 2013, 16:53
#6
sourceaddons avatar

sourceaddons

New Zenner

Join Date:
Oct 2012
Posts:
15
Plugin Contributions:
1

Re: facebook all [support thread]

add this code where you want to display facebook login icon at the top or above login button any where else if you have any oyer issue drop a mail with detail [email protected]
Thanks
23 Feb 2013, 06:01
#7
kool_raj avatar

kool_raj

New Zenner

Join Date:
Feb 2013
Posts:
2
Plugin Contributions:
0

Re: facebook all [support thread]

i have already doen that but not working for me.
do we need to add tags to make it work?
23 Feb 2013, 07:21
#8
sourceaddons avatar

sourceaddons

New Zenner

Join Date:
Oct 2012
Posts:
15
Plugin Contributions:
1

Re: facebook all [support thread]

please email us your issue with sitename and detail so we check your issue thanks.
01 Mar 2013, 11:07
#9
stevis2002 avatar

stevis2002

Zen Follower

Join Date:
Sep 2004
Posts:
143
Plugin Contributions:
0

Re: facebook all [support thread]

My db doesn't have admin_pages for the data to be inserted in to
v1.3.9h
03 Mar 2013, 15:22
#10
infogate avatar

infogate

New Zenner

Join Date:
Jun 2009
Posts:
41
Plugin Contributions:
0

Re: facebook all [support thread]

Stevis2002:

My db doesn't have admin_pages for the data to be inserted in to
v1.3.9h


I have the same problem. I will try to create a table and try it.
05 Mar 2013, 21:00
#11
infogate avatar

infogate

New Zenner

Join Date:
Jun 2009
Posts:
41
Plugin Contributions:
0

Re: facebook all [support thread]

ok! Managed to fix the module and it's working like a charm.
I added the Facebook configuration to 1.3.9h runing the following sql script

INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
('', 'Installed Modules', 'fballlogin', 'fballlogin.php', 'List of facebook module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ups.php;flat.php;item.php)', 6, 0, '2011-04-07 22:42:03', '2009-02-25 19:52:12', NULL, NULL);


Then added "fballlogin.php" to shipping module files "/includes/modules/shipping" and instead of "/includes/modules/shipping/fballlogin" and installed the module from the admin panel "module ---> shipping"

The http://sourceaddons.com/ guys were more than helpfull to everything so the module now works perfectly at www.info-gate.gr
16 Mar 2013, 15:12
#12
flernebunu avatar

flernebunu

New Zenner

Join Date:
Mar 2013
Posts:
32
Plugin Contributions:
0

Re: facebook all [support thread]

Hi,

I've installed this module , downloading it from zen cart modules area, but the Modules->Facebook All is missing.
Seems like there are some files missing. I cannot access sourceaddons site. Let me know if there are additional files to be changed.
16 Mar 2013, 15:40
#13
infogate avatar

infogate

New Zenner

Join Date:
Jun 2009
Posts:
41
Plugin Contributions:
0

Re: facebook all [support thread]

flernebunu:

Hi,

I've installed this module , downloading it from zen cart modules area, but the Modules->Facebook All is missing.
Seems like there are some files missing. I cannot access sourceaddons site. Let me know if there are additional files to be changed.



Seems there is a problem with the site http://sourceaddons.com/. I just checked and it was down. So let's wait and see. Hope everything is ok :)
16 Mar 2013, 17:10
#14
flernebunu avatar

flernebunu

New Zenner

Join Date:
Mar 2013
Posts:
32
Plugin Contributions:
0

Re: facebook all [support thread]

infogate:

Seems there is a problem with the site http://sourceaddons.com/. I just checked and it was down. So let's wait and see. Hope everything is ok :)



Have you encountered the same problem? Any information on how to solve it? I'm trying to figure out what is missing but can't pin point so far...
16 Mar 2013, 17:36
#15
flernebunu avatar

flernebunu

New Zenner

Join Date:
Mar 2013
Posts:
32
Plugin Contributions:
0

Re: facebook all [support thread]

I figured it out. 3 files not updated from admin:
1. zencart\your admin\modules.php
case 'fballlogin':
$module_type = 'fballlogin';
$module_directory = DIR_FS_CATALOG_MODULES . 'fballlogin/';
$module_key = 'MODULE_FBALL_LOGIN_INSTALLED';
define('HEADING_TITLE', HEADING_TITLE_MODULES_FBALLLOGIN);
break;

add the appropriate case before payment

2. zencart\your admin\includes\languages\english\modules.php
define('HEADING_TITLE_MODULES_FBALLLOGIN', 'Facebook');

3. zencart\your admin\includes\languages\english.php
define('BOX_MODULES_FBALL_LOGIN', 'Facebook ALL');

After these changes the new Module appears Modules->Facebook ALL
16 Mar 2013, 17:49
#16
sourceaddons avatar

sourceaddons

New Zenner

Join Date:
Oct 2012
Posts:
15
Plugin Contributions:
1

Re: facebook all [support thread]

you have missing running install query run the below query for showing module in list.
INSERT INTO `admin_pages` (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES ('fballlogin', 'BOX_MODULES_FBALL_LOGIN', 'FILENAME_MODULES', 'set=fballlogin', 'modules', 'Y', '4');
hope this will solve your issue
thanks
16 Mar 2013, 17:51
#17
flernebunu avatar

flernebunu

New Zenner

Join Date:
Mar 2013
Posts:
32
Plugin Contributions:
0

Re: facebook all [support thread]

I patched the sql and verified it was there ....but did not show the Modules-> Facebook All new module until doing the above changes in my previous message
30 Apr 2013, 02:58
#18
debbie2014 avatar

debbie2014

New Zenner

Join Date:
Jul 2012
Posts:
59
Plugin Contributions:
0

Re: facebook all [support thread]

Looking to see if this works with 1.5.1 my site is http://dezertdezinez.com/storetest

and I am having a problem getting this to work .. I have followed the instructions yet there is nothing showing in the module Facebook All Modules < this screen> it says install on the right side yet nothing is on the left like the instructions show ..

Any help would be great

Debbie
06 May 2013, 22:45
#19
ilovekr avatar

ilovekr

New Zenner

Join Date:
Apr 2013
Posts:
22
Plugin Contributions:
0

Re: facebook all [support thread]

Hi,

I uploaded the files to the shop and installed the sql but I'm not sure which files to edit.

Thank you
06 May 2013, 23:51
#20
ilovekr avatar

ilovekr

New Zenner

Join Date:
Apr 2013
Posts:
22
Plugin Contributions:
0

Re: facebook all [support thread]

Sorry about the previous post I found more instructions later.

Now I am wondering how to fix the over flow from the facebook boxes on the left side. http://seoulto.com/

Thanks!