Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 54
  1. #21
    Join Date
    Dec 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Facebook Comments plugin

    How do i know whether there are new comments on my website? http://aicandyaffaire.com

  2. #22
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Facebook Comments plugin

    This would require some customization to the module as described here:

    c/p from Facebook

    How do I know when someone comments on my site?

    You can subscribe to the 'comment.create' and 'comment.remove' events through FB.Event.subscribe.

    Good luck

  3. #23
    Join Date
    Jul 2010
    Posts
    143
    Plugin Contributions
    0

    Default Re: Facebook Comments plugin

    thank you so much!

    but My facebook comment still don't show up.
    would you check it for me?

    http://www.dankung.com/emart/black-p...usa-p-342.html

    I do have facebook comment html code , but no comment box shows up.

    <div id="facebookComments">
    <fb:comments data-href="www.dankung.com/emart/american-fox-dankung-slingshot-usa-global-slingshot-p-377.html" num_posts="4" width="470"></fb:comments>
    </div>
    <!-- end Facebook Comments -->



    Quote Originally Posted by coopco View Post
    I found that I could not disable the module from admin.

    In

    tpl_product_info_display.php

    I changed

    <?php if (FACEBOOK_COMMENTS_STATUS == true){ ?>
    to
    <?php if (FACEBOOK_COMMENTS_STATUS == 'true'){ ?>

    and now I can turn it on and off in admin.

  4. #24
    Join Date
    Jul 2010
    Posts
    143
    Plugin Contributions
    0

    Default Re: Facebook Comments plugin

    Hi,thank you!

    what about the 'blueprint-css' folder, should it be copied to FTP server?

    but My facebook comment still don't show up even though the comment facebook code is there.




    Quote Originally Posted by balihr View Post
    I have just submitted Zen Cart Facebook Comments plugin to the contributions section, hopefully it will get approved soon.

    It's a simple integration of the popular Facebook Comments system and shows the comments on your product info page. All options are controlled from the admin.

    I'll do my best to provide support for the module, but can't guarantee anything...

    P.S. If anyone wants to get the plugin before it's approved, you're welcome to PM me.

  5. #25
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Facebook Comments plugin

    Quote Originally Posted by mybiz9999 View Post
    Hi,thank you!

    what about the 'blueprint-css' folder, should it be copied to FTP server?

    but My facebook comment still don't show up even though the comment facebook code is there.
    What is the blueprint-css folder, where did you find that and how is it related to this plugin?

    Anyway, you obviously didn't install the module properly. Go over the documentation and install the module again as described step by step (except for the SQL file) and you should be fine.
    Hint: tpl_main_page.php

  6. #26
    Join Date
    Jul 2010
    Posts
    143
    Plugin Contributions
    0

    Default Re: Facebook Comments plugin

    I downloaded the plugin at Plugins zone of zen-cart.com
    blueprint-css is a folder under documentation folder.

    Thank you very much for help.
    I moved the following code which is at the bottom of tpl_main_page.php to the 70th low,all ok.



    <!-- begin Facebook Comments -->
    <?php if(FACEBOOK_COMMENTS_STATUS == true){
    echo FACEBOOK_COMMENTS_SCRIPT;
    } ?>
    <!-- end Facebook Comments -->
    </body>




    Quote Originally Posted by balihr View Post
    What is the blueprint-css folder, where did you find that and how is it related to this plugin?

    Anyway, you obviously didn't install the module properly. Go over the documentation and install the module again as described step by step (except for the SQL file) and you should be fine.
    Hint: tpl_main_page.php

  7. #27
    Join Date
    Aug 2012
    Location
    oldham
    Posts
    10
    Plugin Contributions
    0

    Default Re: Facebook Comments plugin

    hi i am getting this error when trying to install the sql patch , using phpMyAdmin
    ================================

    SELECT @configuration_group_id := configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title = 'Facebook Comments'
    LIMIT 1 ;

    MySQL said: Documentation
    #1146 - Table 'c5309308_zc1.configuration_group' doesn't exist

    =================
    at the moment i can't access the install sql from zen admin i get this error, but i don't think its anything to with this module
    Forbidden

    You don't have permission to access /zc_admin/sqlpatch.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    ==========================================
    any help would be great thanks

  8. #28
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Facebook Comments plugin

    Quote Originally Posted by betterprice4u View Post
    hi i am getting this error when trying to install the sql patch , using phpMyAdmin
    ================================

    SELECT @configuration_group_id := configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title = 'Facebook Comments'
    LIMIT 1 ;
    You can't run this statement from phpmyadmin, it must be done from Zen Cart's Install SQL Patches page.

    I don't know why you can't access the page from admin. Might be because of file permissions or even host limitation, you should check in that direction.

  9. #29
    Join Date
    Aug 2012
    Location
    oldham
    Posts
    10
    Plugin Contributions
    0

    Default Re: Facebook Comments plugin

    Apparently a module i think it maybe this one ,has reset the permissions ,now i don't have permission to up load sql files ect ,, not sure how to reset these either..

  10. #30
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Facebook Comments plugin

    Quote Originally Posted by betterprice4u View Post
    Apparently a module i think it maybe this one ,has reset the permissions ,now i don't have permission to up load sql files ect ,, not sure how to reset these either..
    Were you upgrading from an older version to 1.5.0 by any chance? Anyway, whatever is causing your problem, rest assured it's got absolutely nothing to do with this module. Your problem is with something else and I can't know what it is...

 

 
Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. Replies: 4
    Last Post: 12 Sep 2016, 07:17 PM
  2. is there a plugin for login by facebook accouunt?
    By win8win in forum General Questions
    Replies: 2
    Last Post: 8 Jun 2016, 03:01 PM
  3. v150 Can some one please check this out - Facebook plugin not loading
    By valsurfer101 in forum General Questions
    Replies: 3
    Last Post: 12 Dec 2012, 07:35 PM
  4. Facebook Module - Product comments?
    By marmi01 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Aug 2011, 05:48 AM
  5. Facebook social media plugin at top of header
    By willie bee in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 26 Apr 2011, 05:57 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR