Page 7 of 17 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 169
  1. #61
    Join Date
    Oct 2005
    Posts
    18
    Plugin Contributions
    0

    Default

    I hate replying to myself however I worked out which template to edit. I found the following page very useful: List of templates in phpBB

    I edited profile_add_body.tpl which seemed to do the trick.

    Now I just have to figure out how to edit MediaWiki and make most of the fields in Zen Cart optional!

    Cheers

    Scott
    http://www.crazycolour.com/p2 - PRINCE2 Project Management training courses.
    http://www.crazycolour.com/itil - ITIL training courses.

  2. #62
    Join Date
    Mar 2005
    Posts
    9
    Plugin Contributions
    0

    Default

    Hello there i have set up zen cart and put on the linking thing for PHPBB witch put a new field in the Craeate an account (forums nick name) but if you dont want to put one ie dont want to join the forums it says:

    The nick name must contain a minimum of 3 characters.

    also if you have joined the forum fist and then join Zen you have to make a new forum account all it would take is when the Field is left blank is dost nothing because i did try changeing the characters level 2 0 but then it makes a blank account on your phpbb forums


    How do i stop this

  3. #63
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default

    Originally posted by mi227@Nov 1 2005, 09:24 PM
    How do i stop this
    You'll have to write custom code, since that's how Zen Cart 1.2.x operates.


    You can pull out the PHP reference guide and then look at
    /includes/modules/pages/create_account/header_php.php
    as a starting point.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #64
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default

    Hello,

    I am having a few problems with phpbb. Here is the debug output:-

    dir=/home/thegemtr/public_html/forum/
    files_installed
    phpbb_path=/home/thegemtr/public_html/forum/

    CONFIG.PHP-->CONFIG.PHP--> $dbms = 'mysql' ;
    CONFIG.PHP--> $dbhost = 'localhost' ;
    CONFIG.PHP--> $dbname = REMOVED' ;
    CONFIG.PHP--> $dbuser = 'REMOVED' ;
    CONFIG.PHP--> $dbpasswd = 'REMOVED' ;
    CONFIG.PHP--> $table_prefix = 'phpbb_' ;
    CONFIG.PHP--> define ( 'PHPBB_INSTALLED' , true ) ;
    CONSTANTS.PHP-->define('DEBUG', 1); // Debugging off
    CONSTANTS.PHP-->define('DELETED', -1);
    CONSTANTS.PHP-->define('ANONYMOUS', -1);
    CONSTANTS.PHP-->define('USER', 0);
    CONSTANTS.PHP-->define('ADMIN', 1);
    CONSTANTS.PHP-->define('MOD', 2);
    CONSTANTS.PHP-->define('USER_ACTIVATION_NONE', 0);
    CONSTANTS.PHP-->define('USER_ACTIVATION_SELF', 1);
    CONSTANTS.PHP-->define('USER_ACTIVATION_ADMIN', 2);
    CONSTANTS.PHP-->define('USER_AVATAR_NONE', 0);
    CONSTANTS.PHP-->define('USER_AVATAR_UPLOAD', 1);
    CONSTANTS.PHP-->define('USER_AVATAR_REMOTE', 2);
    CONSTANTS.PHP-->define('USER_AVATAR_GALLERY', 3);
    CONSTANTS.PHP-->define('GROUP_OPEN', 0);
    CONSTANTS.PHP-->define('GROUP_CLOSED', 1);
    CONSTANTS.PHP-->define('GROUP_HIDDEN', 2);
    CONSTANTS.PHP-->define('FORUM_UNLOCKED', 0);
    CONSTANTS.PHP-->define('FORUM_LOCKED', 1);
    CONSTANTS.PHP-->define('TOPIC_UNLOCKED', 0);
    CONSTANTS.PHP-->define('TOPIC_LOCKED', 1);
    CONSTANTS.PHP-->define('TOPIC_MOVED', 2);
    CONSTANTS.PHP-->define('TOPIC_WATCH_NOTIFIED', 1);
    CONSTANTS.PHP-->define('TOPIC_WATCH_UN_NOTIFIED', 0);
    CONSTANTS.PHP-->define('POST_NORMAL', 0);
    CONSTANTS.PHP-->define('POST_STICKY', 1);
    CONSTANTS.PHP-->define('POST_ANNOUNCE', 2);
    CONSTANTS.PHP-->define('POST_GLOBAL_ANNOUNCE', 3);
    CONSTANTS.PHP-->define('BEGIN_TRANSACTION', 1);
    CONSTANTS.PHP-->define('END_TRANSACTION', 2);
    CONSTANTS.PHP-->define('GENERAL_MESSAGE', 200);
    CONSTANTS.PHP-->define('GENERAL_ERROR', 202);
    CONSTANTS.PHP-->define('CRITICAL_MESSAGE', 203);
    CONSTANTS.PHP-->define('CRITICAL_ERROR', 204);
    CONSTANTS.PHP-->define('PRIVMSGS_READ_MAIL', 0);
    CONSTANTS.PHP-->define('PRIVMSGS_NEW_MAIL', 1);
    CONSTANTS.PHP-->define('PRIVMSGS_SENT_MAIL', 2);
    CONSTANTS.PHP-->define('PRIVMSGS_SAVED_IN_MAIL', 3);
    CONSTANTS.PHP-->define('PRIVMSGS_SAVED_OUT_MAIL', 4);
    CONSTANTS.PHP-->define('PRIVMSGS_UNREAD_MAIL', 5);
    CONSTANTS.PHP-->define('POST_TOPIC_URL', 't');
    CONSTANTS.PHP-->define('POST_CAT_URL', 'c');
    CONSTANTS.PHP-->define('POST_FORUM_URL', 'f');
    CONSTANTS.PHP-->define('POST_USERS_URL', 'u');
    CONSTANTS.PHP-->define('POST_POST_URL', 'p');
    CONSTANTS.PHP-->define('POST_GROUPS_URL', 'g');
    CONSTANTS.PHP-->define('SESSION_METHOD_COOKIE', 100);
    CONSTANTS.PHP-->define('SESSION_METHOD_GET', 101);
    CONSTANTS.PHP-->define('PAGE_INDEX', 0);
    CONSTANTS.PHP-->define('PAGE_LOGIN', -1);
    CONSTANTS.PHP-->define('PAGE_SEARCH', -2);
    CONSTANTS.PHP-->define('PAGE_REGISTER', -3);
    CONSTANTS.PHP-->define('PAGE_PROFILE', -4);
    CONSTANTS.PHP-->define('PAGE_VIEWONLINE', -6);
    CONSTANTS.PHP-->define('PAGE_VIEWMEMBERS', -7);
    CONSTANTS.PHP-->define('PAGE_FAQ', -8);
    CONSTANTS.PHP-->define('PAGE_POSTING', -9);
    CONSTANTS.PHP-->define('PAGE_PRIVMSGS', -10);
    CONSTANTS.PHP-->define('PAGE_GROUPCP', -11);
    CONSTANTS.PHP-->define('PAGE_TOPIC_OFFSET', 5000);
    CONSTANTS.PHP-->define('AUTH_LIST_ALL', 0);
    CONSTANTS.PHP-->define('AUTH_ALL', 0);
    CONSTANTS.PHP-->define('AUTH_REG', 1);
    CONSTANTS.PHP-->define('AUTH_ACL', 2);
    CONSTANTS.PHP-->define('AUTH_MOD', 3);
    CONSTANTS.PHP-->define('AUTH_ADMIN', 5);
    CONSTANTS.PHP-->define('AUTH_VIEW', 1);
    CONSTANTS.PHP-->define('AUTH_READ', 2);
    CONSTANTS.PHP-->define('AUTH_POST', 3);
    CONSTANTS.PHP-->define('AUTH_REPLY', 4);
    CONSTANTS.PHP-->define('AUTH_EDIT', 5);
    CONSTANTS.PHP-->define('AUTH_DELETE', 6);
    CONSTANTS.PHP-->define('AUTH_ANNOUNCE', 7);
    CONSTANTS.PHP-->define('AUTH_STICKY', 8);
    CONSTANTS.PHP-->define('AUTH_POLLCREATE', 9);
    CONSTANTS.PHP-->define('AUTH_VOTE', 10);
    CONSTANTS.PHP-->define('AUTH_ATTACH', 11);
    CONSTANTS.PHP-->define('CONFIRM_TABLE', $table_prefix.'confirm');
    CONSTANTS.PHP-->define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');
    CONSTANTS.PHP-->define('BANLIST_TABLE', $table_prefix.'banlist');
    CONSTANTS.PHP-->define('CATEGORIES_TABLE', $table_prefix.'categories');
    CONSTANTS.PHP-->define('CONFIG_TABLE', $table_prefix.'config');
    CONSTANTS.PHP-->define('DISALLOW_TABLE', $table_prefix.'disallow');
    CONSTANTS.PHP-->define('FORUMS_TABLE', $table_prefix.'forums');
    CONSTANTS.PHP-->define('GROUPS_TABLE', $table_prefix.'groups');
    CONSTANTS.PHP-->define('POSTS_TABLE', $table_prefix.'posts');
    CONSTANTS.PHP-->define('POSTS_TEXT_TABLE', $table_prefix.'posts_text');
    CONSTANTS.PHP-->define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');
    CONSTANTS.PHP-->define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');
    CONSTANTS.PHP-->define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'privmsgs_ignore');
    CONSTANTS.PHP-->define('PRUNE_TABLE', $table_prefix.'forum_prune');
    CONSTANTS.PHP-->define('RANKS_TABLE', $table_prefix.'ranks');
    CONSTANTS.PHP-->define('SEARCH_TABLE', $table_prefix.'search_results');
    CONSTANTS.PHP-->define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');
    CONSTANTS.PHP-->define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');
    CONSTANTS.PHP-->define('SESSIONS_TABLE', $table_prefix.'sessions');
    CONSTANTS.PHP-->define('SMILIES_TABLE', $table_prefix.'smilies');
    CONSTANTS.PHP-->define('THEMES_TABLE', $table_prefix.'themes');
    CONSTANTS.PHP-->define('THEMES_NAME_TABLE', $table_prefix.'themes_name');
    CONSTANTS.PHP-->define('TOPICS_TABLE', $table_prefix.'topics');
    CONSTANTS.PHP-->define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
    CONSTANTS.PHP-->define('USER_GROUP_TABLE', $table_prefix.'user_group');
    CONSTANTS.PHP-->define('USERS_TABLE', $table_prefix.'users');
    CONSTANTS.PHP-->define('WORDS_TABLE', $table_prefix.'words');
    CONSTANTS.PHP-->define('VOTE_DESC_TABLE', $table_prefix.'vote_desc');
    CONSTANTS.PHP-->define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results');
    CONSTANTS.PHP-->define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
    prefix=
    dbname=
    dbuser=
    dbhost=
    dbpasswd=
    users_table=users
    user_group_table=user_group
    groups_table=groups
    config_table=config
    link_enabled_admin_status=true
    FAILURE: phpBB NOT activated
    the other path is Forum

    I am assuming that it is finding something, but it is still not activating. I have enabled phpp linkage in admin. There is no extra field in login.

    What can you advise please?I am using the latest zen cart version.

    Many thanks,

    Russ :)

  5. #65
    Join Date
    Oct 2005
    Posts
    18
    Plugin Contributions
    0

    Default

    Hi,

    Sorry Russ I can't contribute to your problem - I am not enough of an expert yet!

    I do have another question however - I want to know if a user forgets their nickname how are they informed of it? Is there a solution someone has found?

    Additionally has anyone tried making the nickname the common link between Zen Cart and phpBB? It seems a real pain having the email as the 'username' in Zen Cart and the 'Nick name' in phpBB.

    Cheers,

    Scott
    http://www.crazycolour.com/p2 - PRINCE2 Project Management training courses.
    http://www.crazycolour.com/itil - ITIL training courses.

  6. #66
    Join Date
    May 2005
    Location
    Australia
    Posts
    334
    Plugin Contributions
    2

    Default

    OKey , i set the Vaule in Admin - Config - My store to true.

    The Config file is

    "define('DIR_WS_PHPBB', '/var/www/html/forum/');"

    However there is still no link when people sign up.

    shop:

    www.delightsoftheflesh.com/store

    Forum:

    www.delightsoftheflesh.com/forum

  7. #67
    Join Date
    May 2005
    Location
    Australia
    Posts
    334
    Plugin Contributions
    2

    Default

    Got it working...

    '/home/delights/public_html/forum/'

  8. #68
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default

    ::yh
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

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

    Default

    Originally posted by john95051+Aug 31 2005, 08:58 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (john95051 @ Aug 31 2005, 08:58 PM)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Ripper@Jul 25 2005, 08:02 PM
    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&#39;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.
    Ripper,
    can you more specific on how did you make it work? I have been strugglinh with Iframe MOD for hours with no luck until I saw your post.

    THanks
    [/b][/quote]
    John, I&#39;m really sorry I never replied to this. I somehow missed it completely. Do you by any chance still need to know what I did? I&#39;m having an issue myself, after updating the cart recently.
    Ripper
    Oz Website Services
    www.oz-web.net

  10. #70
    Join Date
    Jul 2005
    Posts
    350
    Plugin Contributions
    0

    Default

    OK, my latest issue. I recently upgraded to the latest version of the cart. All of a sudden, my new users are no longer being asked for a forum nickname. I checked with the sniffer file and there are no errors, my config file has the same content it had before, while this was working, and PHPBB is enabled in the admin panel. The new accounts are simply not being passed over to PHPBB. I&#39;m asking in case someone else had the problem and fixed it, which would save me some digging....

    Thanks.
    Ripper
    Oz Website Services
    www.oz-web.net

 

 
Page 7 of 17 FirstFirst ... 56789 ... 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

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