Page 79 of 184 FirstFirst ... 2969777879808189129179 ... LastLast
Results 781 to 790 of 1834
  1. #781
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    7,003
    Plugin Contributions
    27

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by sachin1234 View Post
    I have solved the problem. I commented some line in the extra_configure/wordpress-config.php file

    PHP Code:
        /*$i=strlen(DIR_WS_CATALOG);
        $req=substr($_SERVER['REQUEST_URI'],$i,1);
        if($req=='?'){
            $_GET['main_page']='wordpress';
        }*/ 
    and just use
    PHP Code:
    $_GET['main_page']='wordpress'
    instead of commented line.
    Sounds similar to kiddos fix (http://www.zen-cart.com/forum/showpo...&postcount=565) At least your fix is centered around the same place in the wordpress-config.php as Kiddos fix..

    Quote Originally Posted by sachin1234 View Post
    After long exploration of files within worpress and zen cart I came into conclusion that zencart dont get ?main_page=wordpress in the URL so that why when we click on the wordpress sidebox link it will redirected me to index page of zen cart
    But to be CLEAR, you are trying to get this mod to work with WordPress-MU correct??? I assume part of your problem might have been related to the differences between WordPress-MU and WordPress (since this mod was written specifically for WordPress and NOT WordPress-MU)..

  2. #782
    Join Date
    Oct 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Anyone knows how to fix automatic redirection to wordpress blog when a '?' is detected at the end?

    such as
    http://domain.com/?
    will redirect to
    http://domain.com/index.php?main_page=wordpress

    Because it is an issue with zenid attached to the url; and clicking on 'home' will bring you to the blog.

    Thanks for any help~!

  3. #783
    Join Date
    Mar 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I've installed WP on 2 sites.
    One site everything works fine. The "pages" open up in a new window and not inside of the site on the second one.

    I don't know if that makes sense, but here is the link:
    http://chuforiagraffix.com/store/ind...page=wordpress

    I need everything to open up right in the little wordpress section.
    If someone could give me a clue as to what setting or change I might need to make it would be appreciated.

    thanks in advance!

  4. #784
    Join Date
    Oct 2007
    Location
    MA, USA
    Posts
    319
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Sorry, I cant get it to work. I have WP installed into blog directory and ZC installed into store directory.

    Please help with proper config. I am not sure what the path to WP is.
    Thank you, Sincerely, MagicMan

  5. #785

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by MagicMan View Post
    Sorry, I cant get it to work. I have WP installed into blog directory and ZC installed into store directory.

    Please help with proper config. I am not sure what the path to WP is.
    path to wordpress: yoursite.com/blog_directory/

    or do you mean the ABSPATH thing from the wordpress-config.php file?

  6. #786
    Join Date
    Apr 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi,

    i have no problems running this mod. I just want to ask - is there someone who is using also some wordpress plugins? What about TDO-MINI-FORMS?

    I tried to use this one, but didnt work. I am not sure if this is the right place to discuss such complicated issue (at least for me :) )
    just wanted to ask if there is someone with similar problems.

  7. #787
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    7,003
    Plugin Contributions
    27

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by pajur View Post
    Hi,

    i have no problems running this mod. I just want to ask - is there someone who is using also some wordpress plugins? What about TDO-MINI-FORMS?

    I tried to use this one, but didnt work. I am not sure if this is the right place to discuss such complicated issue (at least for me :) )
    just wanted to ask if there is someone with similar problems.
    You are probably not going to get much response here on how to get WP plugins to work with this mod. You might have better success on the WP forums..

  8. #788

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Your configuration is the same for the two clients sites (one is live, one is still in development)

    Both sites were running the latest versions of WordPress, ZenCart and, WOZ. I had the "posts not found" error that a few others have posted about. After doing some extensive testing of my own I too determined that the issue is probably in the sidebox code..

    Please don't take this the wrong way, but now what?? We've all identified that there is indeed an issue.. We all have determined where the code that needs to be modified is likely located.. However, unless and until someone who knows PHP steps in to take over this project, that's the extent of it for now. Our only other option is to PAY someone who knows PHP to fix this.

    FYI.. I did make ONE attempt at a paid fix for myself, but was unsuccessful in finding anyone willing to bid on (or follow-up) the job. I posted a request on the commercial forum here and on another site. As I was not getting a satisfactory response, I moved on and found an alternate solution.. Both of my clients are happy. One prefers the seperate blog (she didn't flinch when I told her we had to abandon the embedded blog), the other never saw the blog embedded, and is happy with the solution she has been presented.

    Perhaps when time/resources permit, I may make another attempt to find a commercial resource to fix this mod for me. I suspect that the likelyhood of someone stepping in to take over for this mod is unlikely given the upcoming Zen release..

    You're welcome..
    I wanted to update everybody on the problem I was having using the tpl_wp_sidebar.php file to display links to posts that actually go to the posts and don't display a "Post not found" message" I don't know if this will work for everybody, since its kind of funky.

    Heres the site where I'm using it http://asialuna.com

    The Recent posts is displaying in the right sidebox. I added code to the tpl_wp_pages.php page like so:

    Code:
    <?php
    //
    // +----------------------------------------------------------------------+
    // |zen-cart Open Source E-commerce                                       |
    // +----------------------------------------------------------------------+
    // | Copyright (c) 2004 The zen-cart developers                           |
    // |                                                                      |
    // | http://www.zen-cart.com/index.php                                    |
    // |                                                                      |
    // | Portions Copyright (c) 2003 osCommerce                               |
    // +----------------------------------------------------------------------+
    // | This source file is subject to version 2.0 of the GPL license,       |
    // | that is bundled with this package in the file LICENSE, and is        |
    // | available through the world-wide-web at the following url:           |
    // | http://www.zen-cart.com/license/2_0.txt.                             |
    // | If you did not receive a copy of the zen-cart license and are unable |
    // | to obtain it through the world-wide-web, please send a note to       |
    // | license@zen-cart.com so we can mail you a copy immediately.          |
    // +----------------------------------------------------------------------+
      $content = "";
    
    if($woz_install){
    
      $content = '<ul>' . wp_list_pages('echo=0&title_li=') . '</ul>';
    
    }
    ?>
    
    <!-- start woz posts display -->
    
    
    <h3 class="rightBoxHeading2" id="wppagesHeading">Recent Posts</h3>
    
    <ul>
    <?php
    $posts = get_posts('numberposts=5'); // change to whatever number of posts to show
    foreach($posts as $post) :
    setup_postdata($post);
    ?>
    
    <li  class="recent-posts"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
    <!-- <?php the_excerpt(); ?>  -->
    <!-- <hr /> -->
    <?php endforeach; ?>
    </ul>
    
    <!-- <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>  -->
    <!-- <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>  -->
    
    <!-- end woz posts display -->
    I got the added code from an earlier post in this thread. As I said its a little funky, piggybacking the display of posts on the pages sidebar, but I'm curious to know if it can be refined and if it works for anybody else.

    thanks

  9. #789
    Join Date
    Apr 2009
    Location
    In a traffic jam
    Posts
    1,982
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart

    OK. I am trying to integrate zen cart and wordpress. I have the most recent releases of both installed in separate sub-directories.

    I have uploaded the various components of WOZ and have edited the abspath to the appropriate wordpress path.

    In zen cart I can get a sidebar for my blog. When I click on the link I get the following error message :

    Warning: Cannot modify header information - headers already sent by (output started at /home/16602/adseddon/www.starlessriver.com/public_html/shop/includes/templates/starlessriver/templates/tpl_modules_categories_tabs.php:21) in /home/16602/adseddon/www.starlessriver.com/public_html/news/wp-includes/pluggable.php on line 850
    out of my depth now :-)

    can anybody help?

    thank you!
    Nick

  10. #790
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    7,003
    Plugin Contributions
    27

    Default Re: Wordpress On Zencart

    Quote Originally Posted by niccol View Post
    OK. I am trying to integrate zen cart and wordpress. I have the most recent releases of both installed in separate sub-directories.

    I have uploaded the various components of WOZ and have edited the abspath to the appropriate wordpress path.

    In zen cart I can get a sidebar for my blog. When I click on the link I get the following error message :



    out of my depth now :-)

    can anybody help?

    thank you!
    Nick
    Search this thread for kiddo's fix..

 

 

Similar Threads

  1. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 429
    Last Post: 19 May 2013, 12:25 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 222
    Last Post: 14 May 2013, 08:48 PM
  3. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM
  4. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 23
    Last Post: 13 Oct 2012, 08:07 PM
  5. ZJ Silver Support Thread
    By anthonyd in forum Addon Templates
    Replies: 220
    Last Post: 5 Nov 2010, 03:30 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
  •