Page 61 of 186 FirstFirst ... 1151596061626371111161 ... LastLast
Results 601 to 610 of 1859
  1. #601
    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 NorthPoleWholesale View Post
    Well, going to my gut yes, no hope for my head though... I can exercise to help my gut. THNX!

    Before I continue though, I am gonna re-install it all in the same directory. The advantages outweigh the extra work to keep them seperate... I am sure I will run into index.php issues but, I noticed lots of info previously in this thread that will prob answer my issues.

    Thanks again all..
    You can avoid the index.php issues by not copying over thw WordPress index.php..

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    You can avoid the index.php issues by not copying over thw WordPress index.php..
    Safest way is to rename zencart index.php to index_ZENCART.php before moving or installing WordPress

  3. #603
    Join Date
    Feb 2009
    Location
    Florida
    Posts
    18
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    You can avoid the index.php issues by not copying over thw WordPress index.php..

    That's cool! I am currently able to hit each index file individually. The wordpress is stripped of title, head and sidebars via this plugins wp template needless to say.

    I was under the incorrect assumption that the zencart index/script/woz plugin was including the wp components.
    I am confused again...

    I am very ignorant to this plugins functions. I have not read the script yet, just tried it. I will dive into it. I'll load up the noggin afore I go abloggin..

    Thanks again!
    If the shoe fits, find another one...

    HANG UP AND THINK!

  4. #604
    Join Date
    Feb 2009
    Location
    Florida
    Posts
    18
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    Safest way is to rename zencart index.php to index_ZENCART.php before moving or installing WordPress

    Thanks Misty,

    I read that earlier from you too. You posted a bunch of good info I will refer to.

    I am outta here for now. A cold YBOR GOLD Amber Lager is calling my name. (Along with the kids wanting fed...)

    GREAT SUPPORT FORUM AND MEMBERS!
    If the shoe fits, find another one...

    HANG UP AND THINK!

  5. #605
    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 misty View Post
    Safest way is to rename zencart index.php to index_ZENCART.php before moving or installing WordPress
    Thanks for the tip.. But honestly I've installed and re-installed this mod so many times in the last week, and from my personal experience I found that if I install WordPress into the same directory as Zen Cart that not FTPing over the WordPress index.php works just fine for me.. If I need to, I rename the WordPress index.php and upload for testing purposes.. I've pretty much been leaving the Zen Cart index.php alone..
    Last edited by DivaVocals; 3 Feb 2009 at 01:36 AM.

  6. #606
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    Show wordpress posts on main page of zencart..
    Post following code into define_main_page.php

    Code:
    <?php
    require('./wp-blog-header.php');
    ?><?php
    $posts = get_posts('numberposts=2'); // change to whatever number of posts to show
    foreach($posts as $post) :
    setup_postdata($post);
    ?>
    <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    <?php the_date(); ?>
    <?php the_content(); ?><hr />
    <?php endforeach; ?>
    Alter 2, marked red, to number of posts to show..
    sorry please, so if I have
    www.mysite.com/shop
    www.mysite.com/blog

    and a post www.mysite.com/blog/my-category/my-post

    What I have to write?
    I have to substitute permanent link in that code?
    I have to substitute the path of ./wp-blog-header.php?

    sorry and thank you in advance, it is urgent

    @northpole I disabled this site that I am testing by robots.txt so search engines wouldn't see it

    I have the real site in www.mysite.com and so I am restyling and create a new clean installation of all mods and mods added.

  7. #607
    Join Date
    Aug 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I am also trying this... it was killing me that I could see the WP work when i had domain.com/? or ?main_page=wordpress worked, however, the "index.php" before the ? mark caused great problems. I'll let you know, I have a pretty modified zen cart... hope it works. thank you for working so hard on this

  8. #608
    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 cpixi View Post
    I am also trying this... it was killing me that I could see the WP work when i had domain.com/? or ?main_page=wordpress worked, however, the "index.php" before the ? mark caused great problems. I'll let you know, I have a pretty modified zen cart... hope it works. thank you for working so hard on this
    Should work just fine on a modded cart.. I just uploaded to my client's modded dev site, and all is very right in the world..

  9. #609
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Thanks for the tip.. But honestly I've installed and re-installed this mod so many times in the last week, and from my personal experience I found that if I install WordPress into the same directory as Zen Cart that not FTPing over the WordPress index.php works just fine for me.. If I need to, I rename the WordPress index.php and upload for testing purposes.. I've pretty much been leaving the Zen Cart index.php alone..
    As you have installed wordpress mod many times, am sure that method works for you..However, for newbies to this mod,
    renaming zencart index.php is much safer method..

  10. #610
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I am trying to uninstall but


    Please delete the file which I uploaded from a server. In phpmyadmin, please delete table (wp_xxx) of WordPress afterwards.

    I don't find this table on database wordpress
    maybe it was for this that it didn't go.

    What table is?
    Please

 

 

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