Page 4 of 186 FirstFirst ... 234561454104 ... LastLast
Results 31 to 40 of 1859
  1. #31
    Join Date
    Jan 2004
    Posts
    132
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I've already got Zen-Cart in the root, and Wordpress in it's own subfolder. Is it possible to use this contrib in this fashion, or should I re-set everything up?

  2. #32
    Join Date
    Nov 2006
    Posts
    73
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    In the readme under installation, there is this:
    5.In [wp-include/template-loader.php] "exit;" , Please comment out.
    (Besides a line of feed)
    Reference [/SAMPLE/wp-include/template-loader.php&template-loader.php.org]
    What exactly does this mean? I've opened up template-loader.php and the part that looks relevant is this:
    <?php
    if ( defined('WP_USE_THEMES') && constant('WP_USE_THEMES') ) {
    do_action('template_redirect');
    if ( is_feed() ) {
    include(ABSPATH . '/wp-feed.php');
    exit;
    } else if ( is_trackback() ) {
    include(ABSPATH . '/wp-trackback.php');
    exit;
    This also seems applicable:
    } else {
    // Process feeds and trackbacks even if not using themes.
    if ( is_feed() ) {
    include(ABSPATH . '/wp-feed.php');
    exit;
    } else if ( is_trackback() ) {
    include(ABSPATH . '/wp-trackback.php');
    exit;
    }
    }
    What exactly do I do here?

    Thankyou for your help! I really appreciate the effort you took with the creation of this mod.
    Last edited by dvasdekis; 8 Dec 2006 at 12:09 AM.

  3. #33
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi,

    Which version of 1.3 is your November update for?

    thank you,

    betty

  4. #34
    Join Date
    Aug 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: READ installation point 5

    This code is obscure to me too:

    5.In [wp-include/template-loader.php] "exit;" , Please comment out.
    (Besides a line of feed)
    Reference [/SAMPLE/wp-include/template-loader.php&template-loader.php.org]

    Could someone explain? Thank you for the mod.

  5. #35
    Join Date
    Dec 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: READ installation point 5

    Quote Originally Posted by corrado444 View Post
    This code is obscure to me too:

    5.In [wp-include/template-loader.php] "exit;" , Please comment out.
    (Besides a line of feed)
    Reference [/SAMPLE/wp-include/template-loader.php&template-loader.php.org]

    Could someone explain? Thank you for the mod.
    This was not clear to me initially but in rereading the installation instructions I found it quite easy.

    Unzip the distribution file and go to the /woz_en/SAMPLE/wp-include folder and open the template-loader.php file. You will notice that all but the last two "exit;" functions have been commented out using two forward slashes ("//" without the quotes).

    You can simply do a find & replace in your file finding all "exit;" and replace with "// exit;" replicating the sample file I reference above. You can also copy the file and overwrite the file that is in the wp-include folder in your WP installation.

    I repeat: the final two exit; should be left alone. Do not comment them out.

    I hope this helps.

    Regards,

    Greg

  6. #36
    Join Date
    Apr 2006
    Location
    Kansas
    Posts
    236
    Plugin Contributions
    0

    Default Re: READ installation point 5

    I went to go d/l the newest version and the link no longer works....

    can anyone help me out?

    thanks.

    ps. yes i went to his webshop to get it and it didnt work, says file not found.
    G Clef Jewelry
    Dichroic and Beaded Jewelry

  7. #37
    Join Date
    Jan 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I have successfully managed to install Wordpress and Zen cart into separate directories, so I put together a small HOWTO here: http://n0tablog.wordpress.com/howtos...t-integration/

    Just keep in mind that it worked for me and may not work for you. Take it with a pinch of salt.

    If you find something wrong with it - you got to let me know, Ok?

    Enjoy!

  8. #38
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by dvasdekis View Post
    What exactly do I do here?

    Thankyou for your help! I really appreciate the effort you took with the creation of this mod.
    Thank you for reply.
    A reply becomes slow and is sorry.
    The reason why I comment out [exit;] is that I display the right box, a footer of ZenCart.
    feed is not displayed in ZenCart.
    Therefore I do not comment out.
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  9. #39
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by bettysue View Post
    Which version of 1.3 is your November update for?
    Thank you for reply.
    A reply becomes slow and is sorry.
    I should be able to use any released version now.
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  10. #40
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: READ installation point 5

    Quote Originally Posted by TrinitySEO View Post
    This was not clear to me initially but in rereading the installation instructions I found it quite easy.

    Unzip the distribution file and go to the /woz_en/SAMPLE/wp-include folder and open the template-loader.php file. You will notice that all but the last two "exit;" functions have been commented out using two forward slashes ("//" without the quotes).

    You can simply do a find & replace in your file finding all "exit;" and replace with "// exit;" replicating the sample file I reference above. You can also copy the file and overwrite the file that is in the wp-include folder in your WP installation.

    I repeat: the final two exit; should be left alone. Do not comment them out.

    I hope this helps.

    Regards,

    Greg
    Thank you for follow.
    I am very thankful for my having you support it in this way because English is a weak point.
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

 

 
Page 4 of 186 FirstFirst ... 234561454104 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3603
    Last Post: 22 Apr 2024, 02:47 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 107
    Last Post: 13 Jan 2019, 12:32 PM
  4. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM
  5. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 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