Page 9 of 17 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 169
  1. #81
    Join Date
    Dec 2005
    Location
    Bangladesh
    Posts
    90
    Plugin Contributions
    0

    Default

    hello Sir.
    the template running on my site now is mainly the classic template with edits on image size and new images. thats abt it.
    i hadnt change anything else at all.

    here is the tpl file:
    Code:
    <....snip....>
    Thank you for the help sir. i really appreciate your help.

  2. #82
    Join Date
    Dec 2005
    Posts
    44
    Plugin Contributions
    0

    Default

    HELP!!!HELP!!!

    I am sure it is the correct complete path as

    define ('DIR_WS_PHPBB', '/home1/xxxxxx/public_html/forums/');

    but the link in sideboxes is
    http://www.xxxxxx.comforums/index.php

    why missing a "/" between com and forums???
    Thanks for your help!!!

  3. #83
    Join Date
    Dec 2005
    Posts
    44
    Plugin Contributions
    0

    Default

    HELP PLEASE!!!!!!

  4. #84
    Join Date
    Jul 2005
    Posts
    350
    Plugin Contributions
    0

    Default

    Check your configure.php file. Make sure you have all of the slashes in there correctly.
    check line #51
    Code:
     define('DIR_FS_CATALOG', '/home/xxxxx/public_html/cart/');
    Make sure that final slash is there. You already said the forum link has it, so....

    EDIT -
    note, the /cart/ folder is where my cart is, yours may be dfferent or it may just be at /public_html/.
    Ripper
    Oz Website Services
    www.oz-web.net

  5. #85
    Join Date
    Dec 2005
    Posts
    44
    Plugin Contributions
    0

    Default

    Hi Ripper,


    You are very nice! Thanks!
    I do everything you told me...but it doesn't work!

    define ('DIR_FS_CATALOG', '/home1/xxxxxx/public_html/');
    define ('DIR_WS_PHPBB', '/home1/xxxxxx/public_html/forums/');

    The above path are correct, zen-cart regonised my phpbb but the link in main page just missing a slash...
    Should I modify information.php in includes/modules/sideboxes/?
    Thanks a lot!!! X'Mas!!!


    Best wishes,
    GnotgonK

  6. #86
    Join Date
    Jul 2005
    Posts
    350
    Plugin Contributions
    0

    Default

    That's weird.
    I'd make the link a static link, for now until a solution can be worked out.
    Comment out all of the PHPBB lines in cart/includes/modules/YOUR_TEMPLATE/sideboxes/information.php (should be lines 28-32) and add this under them
    Code:
     $information[] = '<a href="path_to_forum/index.php">Forum</a>';
    Ripper
    Oz Website Services
    www.oz-web.net

  7. #87
    Join Date
    Jul 2005
    Posts
    350
    Plugin Contributions
    0

    Default

    Sorry, I should give you the exact line of code. Change "path_to_forum" to "../forums"
    Like this:
    Code:
    $information[] = '<a href="../forums/index.php">Forum</a>';
    Ripper
    Oz Website Services
    www.oz-web.net

  8. #88
    Join Date
    Dec 2005
    Posts
    44
    Plugin Contributions
    0

    Default

    Hi Ripper,

    It works!!! ::tup Thank you very much!!!
    By the way, I want this too:
    That is so much easier than the 3rd party download in my case. The cart is going to be the home page for the entire site, so I don't have to worry about linking back through the forum to a specific folder or any of the other concerns. It works perfectly just as it is, with the one target change.
    Thanks again.
    and any chance combine the login table too? Login once, cart and forum.
    Thanks.

    Best wishes,
    GnotgonK

  9. #89
    Join Date
    Jul 2005
    Posts
    350
    Plugin Contributions
    0

    Default

    Not yet. The cart uses the e-mail address as the username, PHPBB has an actual "username". I'm sure there's a way to make it work, but I haven't had the time to figure it out yet.
    Ripper
    Oz Website Services
    www.oz-web.net

  10. #90
    Join Date
    Jan 2006
    Posts
    12
    Plugin Contributions
    0

    Default

    I can't make mine work...

    never prompts for a forum name...

    I used the path in DIR_FS_CATALOG, and also the path that works with OTHER php software (bbclone)

    The line reads as:

    Code:
     define('DIR_WS_PHPBB', '/home/kaleco/public_html/phpbb2/');
    Where, /home/kaleco/public_html/phpbb2/ is the path for my PHPBB.

 

 
Page 9 of 17 FirstFirst ... 7891011 ... LastLast

Similar Threads

  1. Problems from Configuring to Work with new domain
    By reachesfar in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 23 May 2012, 01:26 PM
  2. phpBB issues Zen v1.3.9h with phpBB 2.0.23
    By stevefriedman71 in forum General Questions
    Replies: 11
    Last Post: 8 May 2011, 10:02 PM
  3. configure Zen Cart to work with phpBB problems?
    By XiaoChin in forum General Questions
    Replies: 4
    Last Post: 9 Apr 2010, 05:25 AM
  4. Need help configuring phpBB
    By defkiss in forum General Questions
    Replies: 9
    Last Post: 5 Aug 2007, 05:14 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