Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 51
  1. #41
    Join Date
    Sep 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Bulletin Board Integration [Support Thread]

    Hi Guys,
    Sorry to jump in here out of the blue but I have a question.
    I realize that this plugin is designed to give Zen cart users a forum where they can discuss whatever they wish, is there any way I can go the opposite way?
    I already have a phpBB forum and what I would like to do is give my 6K or so users the ability to log into the cart using their forum credentials.
    I am using ZenCart 1.5.4 and phpBB 3.1.6.
    Any help greatly appreciated.

    Cheers
    Bob

  2. #42
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: Bulletin Board Integration [Support Thread]

    Unfortunately, with the current Zen Cart "view" of what it takes to create an account ... an email address and password are necessary but insufficient. The customer would also need some kind of default address information for their ZC account to "be happy".

    There's some discussion of reducing that account requirement in future (think v1.6.0) versions of Zen Cart.

  3. #43
    Join Date
    Sep 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Bulletin Board Integration [Support Thread]

    Ok, thanks for that info, I've been waiting so long now a while more won't really matter!

  4. #44
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: Bulletin Board Integration [Support Thread]

    I've submitted updates for each of the Bulletin-Board interfaces to the plugins area. In each case, the change is to modify any class constructor-function name to __construct in preparation for PHP 7.0 installations:

    1) Bulletin Board Integration via Notifier Hooks: http://www.zen-cart.com/downloads.php?do=file&id=1597, v1.5.1
    2) phpBB Integration via Notifier Hooks: http://www.zen-cart.com/downloads.php?do=file&id=1598, v1.3.1
    3) SMF Integration via Notifier Hooks: http://www.zen-cart.com/downloads.php?do=file&id=1608, v1.1.1

  5. #45
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Bulletin Board Integration [Support Thread]

    After reading through this thread, you have mentioned that 'config.core.php' is not needed to be installed, however, with the download you offer different 'config.core.php' for the different versions of zencart.

    I am currently using zencart 1.5.4 and when I have merged 'config.core.php' with the one I have I am getting error 500.

    Should I be installing 'config.core.php' to v1.5.4?

    Error log
    [26-Feb-2016 12:58:17 UTC] PHP Fatal error: Class 'bb' not found in /homepages/20/****/htdocs/***/****/includes/autoload_func.php on line 79
    Learning Fast.
    Eden Craft Supplies

  6. #46
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Bulletin Board Integration [Support Thread]

    Quote Originally Posted by adb34 View Post
    After reading through this thread, you have mentioned that 'config.core.php' is not needed to be installed, however, with the download you offer different 'config.core.php' for the different versions of zencart.

    I am currently using zencart 1.5.4 and when I have merged 'config.core.php' with the one I have I am getting error 500.

    Should I be installing 'config.core.php' to v1.5.4?

    Error log
    My fault, I missed a bit of the merge. in 'config.core.php'
    PHP Code:
    $autoLoadConfig[0][] = array autoType'=>'class', 'loadFile'=>'class.phpbb.php'); 
    should read
    PHP Code:
    $autoLoadConfig[0][] = array('autoType'=>'class''loadFile'=>'class.bb.php'); // Changed/lat9 (was class.phpbb.php) 
    Sorry
    Learning Fast.
    Eden Craft Supplies

  7. #47
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: Bulletin Board Integration [Support Thread]

    Thanks for the update! I was trying to wrap my head around what went wrong.

    A side-note: The base bb class will undergo some major surgery for Zen Cart v1.5.5 and will most likely be split off as a separate plugin for Zen Cart 1.5.5 and later. The phpBB and SMC interfaces should come through untouched through the magic of a defined API! Once ZC 1.5.5 is released, I'll start re-looking at the changes required.

  8. #48
    Join Date
    Dec 2016
    Posts
    1
    Plugin Contributions
    0

    Default Re: Bulletin Board Integration [Support Thread]

    Does the Zen & phpBB bridge work with Zen Cart V1.5.5 & phpBB 3.1.10?

    Have been trying to get this integration to work for days. There is such spotty documentation on the process its hard to follow.
    Yesterday i reinstalled both zen cart and phpbb and used the zen_bb package.

    Copied and overwrite all files from includes folder and also v1.54 folder.

    As far as installation instructions that seems to be it just launch zen cart and register a member. With all the other forum post i keep seeing that you need to define the path to the phpbb install not seeing that in the install instructions. Does anyone know if there are step by step instructions for n00bs?

  9. #49
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: Bulletin Board Integration [Support Thread]

    As mentioned above (see post #47), this plugin will not operate properly within the Zen Cart 1.5.5 codebase. It's on my list of things to do, but I have no current estimate regarding timeframe.

  10. #50
    Join Date
    Jun 2016
    Location
    Poulsbo, WA
    Posts
    1
    Plugin Contributions
    0

    Default Re: Bulletin Board Integration [Support Thread]

    Quote Originally Posted by lat9 View Post
    As mentioned above (see post #47), this plugin will not operate properly within the Zen Cart 1.5.5 codebase. It's on my list of things to do, but I have no current estimate regarding timeframe.
    I'm interested in hiring this if possible - ZC 1.5.5 and phpBB3 3.2.0
    Please send me a note if you would be interested.
    Cheers!

 

 
Page 5 of 6 FirstFirst ... 3456 LastLast

Similar Threads

  1. v155 Sagepay Form Integration [Support Thread]
    By wilt in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 1 Jan 2016, 05:51 PM
  2. Cork Board Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 141
    Last Post: 1 Sep 2010, 06:11 PM
  3. Bulletin board software?
    By mamasylvia in forum General Questions
    Replies: 5
    Last Post: 25 Mar 2009, 02:47 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