Page 62 of 186 FirstFirst ... 1252606162636472112162 ... LastLast
Results 611 to 620 of 1859
  1. #611
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    So it looks like I have this working... Almost. I had 2.5 installed, overwrote all my files in my Wordpress directory, and VIOLA! It just works. I'm almost amazed.

    I'm not sure if this problem existed before, but everytime I submit a comment, the comment posts but takes me to the home page.

    Anyone know how to fix?

  2. #612
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Nevermind, I got this sorted out. I reinstalled my DB and it sorted the problem. Now everything works fine.

    Can you guys tell me if I should install the wordpress DB inside of Zen cart? Or should it be it's own separate database? What do you recommend?

  3. #613
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Can you guys tell me if I should install the wordpress DB inside of Zen cart? Or should it be it's own separate database? What do you recommend?
    Personally, always use seperate database...much easier to
    find problems, should any arise..

  4. #614
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by swamyg1 View Post
    Nevermind, I got this sorted out. I reinstalled my DB and it sorted the problem. Now everything works fine.

    Can you guys tell me if I should install the wordpress DB inside of Zen cart? Or should it be it's own separate database? What do you recommend?
    I think it's a matter of personal opinion.. I have Zen Cart and WordPress in the same directory, and both share the same database using the table prefixes to distinguish the two apps. I have no issue managing the two apps in this manner..

  5. #615
    Join Date
    May 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I've been trying to follow the last few posts, but I'm still confused :| I'd like to have just one of my categories show up on my index.. right when people come to the shop (e.g. ?cat=24) but I'm having a hard time figuring out what code to put and where. I was thinking of adding it into tpl_index_default.php. Is that correct? Any help is greatly appreciated.. sorry I'm unable to fully understand the thread. This is my first actual attempt at PHP so everything just flies right over my head. haha.

    Here is my test site: http://thedonutlounge.com/zencart2009v2/index.php
    Here's the category from my WP I'd like on the index page: http://thedonutlounge.com/zencart2009v2/?cat=18

  6. #616
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Is there a way to truncate the "content" part of this on my cart's index page so just part 250 characters show up, not the whole post?

    <?php
    require('./wordpress/wp-blog-header.php');
    ?><?php
    $posts = get_posts('numberposts=1'); // change to whatever number of posts to show
    foreach($posts as $post) :
    setup_postdata($post);
    ?>
    <h2><strong><font color="red"><?php the_title(); ?></font></strong></h2>
    <?php the_date(); ?>
    <?php the_content(); ?><hr />
    <?php endforeach; ?>

  7. #617
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by swamyg1 View Post
    Is there a way to truncate the "content" part of this on my cart's index page so just part 250 characters show up, not the whole post?

    <?php
    require('./wordpress/wp-blog-header.php');
    ?><?php
    $posts = get_posts('numberposts=1'); // change to whatever number of posts to show
    foreach($posts as $post) :
    setup_postdata($post);
    ?>
    <h2><strong><font color="red"><?php the_title(); ?></font></strong></h2>
    <?php the_date(); ?>
    <?php the_content(); ?><hr />
    <?php endforeach; ?>
    If you include the Quicktag button called more, in the body of your post, only the portion above that line will be displayed to viewers. So, if you only want your front page to show the first sentence or two of every post, simply insert more code after the first line into every post you make.
    Info at
    http://codex.wordpress.org/The_Loop

  8. #618
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I'm trying to find a link to the patch? I am getting "Warning: Cannot modify header information" etc etc

    I am using WordPress 2.7. Does this module work with that version? Will the patch fix this? Can someone tell me where the patch is, I have looked on pages 57 and 58 and can't see it?

  9. #619
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by jenzi View Post
    I'm trying to find a link to the patch? I am getting "Warning: Cannot modify header information" etc etc

    I am using WordPress 2.7. Does this module work with that version? Will the patch fix this? Can someone tell me where the patch is, I have looked on pages 57 and 58 and can't see it?
    Short answer yes.. Suggest you read through the thread a little.. (starting back on page 55 might be a good starting point to get a sense of the issue) I suggest in general that people should read through the support threads for the add-ons to get a temperature of what's going on etc.. The patch for this mod if you are using WordPress v2.7 is indeed posted on page 57.. (No link.. See Kiddo's post)

  10. #620
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by jenzi View Post
    I'm trying to find a link to the patch? I am getting "Warning: Cannot modify header information" etc etc

    I am using WordPress 2.7. Does this module work with that version? Will the patch fix this? Can someone tell me where the patch is, I have looked on pages 57 and 58 and can't see it?
    http://www.zen-cart.com/forum/showpo...&postcount=565

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3662
    Last Post: 30 Apr 2025, 04:14 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 109
    Last Post: 1 Dec 2024, 01:36 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