Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 50
  1. #11
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default 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

    Code:
    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
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

  2. #12
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default 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.

  3. #13
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default Re: facebook all [support thread]

    Quote Originally Posted by flernebunu View Post
    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 :)
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

  4. #14
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default Re: facebook all [support thread]

    Quote Originally Posted by infogate View Post
    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...

  5. #15
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default 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

  6. #16
    Join Date
    Oct 2012
    Posts
    15
    Plugin Contributions
    2

    Default 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

  7. #17
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default 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

  8. #18
    Join Date
    Jul 2012
    Location
    AZ USA
    Posts
    59
    Plugin Contributions
    0

    Default 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

  9. #19
    Join Date
    Apr 2013
    Posts
    22
    Plugin Contributions
    0

    Default 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

  10. #20
    Join Date
    Apr 2013
    Posts
    22
    Plugin Contributions
    0

    Default 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!

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. v152 Support Thread: Report All Errors (Even Warnings)
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 1 Feb 2020, 05:42 PM
  2. v154 All Products Virtual -- No Shipping [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 22 Jul 2019, 12:04 PM
  3. All Business template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 994
    Last Post: 23 Apr 2019, 04:44 PM
  4. Facebook sidebox -Support Thread
    By neboztik in forum Addon Sideboxes
    Replies: 31
    Last Post: 22 Jan 2013, 03:34 AM
  5. Add descriptions to all your sub categories Support Thread
    By mani in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 18 Dec 2008, 09:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg