Page 141 of 186 FirstFirst ... 4191131139140141142143151 ... LastLast
Results 1,401 to 1,410 of 1859
  1. #1401
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    So I've looked through this new version, and off the top of my head, I am not entirely comfortable with the mods required to Conor's module (Ceon SEO). Not sure why Conor's module needs to be modified when other blog embedding solutions require NO MODIFICATIONS to Ceon SEO to work properly with it.. I may forward this over to Conor to get his take on this..

    Also I noticed that this module still has all of the commercial aspects still in place (meaning that Hira requires you to buy the module to remove his credit and advertising line). Will that also be true of the version that you submitted to the downloads section as well?? If so it seems to me that this module will be rejected as a commercial module and therefore NOT available in the FREE downloads section..

    Lot more files in this version of WOZ as well.. Seems awfully bloated when again other blog options do not require nearly as much "stuff".
    Last edited by DivaVocals; 16 Mar 2010 at 07:02 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #1402
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Is this new module WP built into zencart or is it the sidebox add on? I prefer the sidebox.

    I have sidebox add on and can not get to work. I have new domain name for my WP site. It is www.kjvladiesbible.com. I have been trying to get to work, but every time I change includes/extra-conf/wordpress-config.php file I get supertracker error. With supertracker error the site does not come back. But if I go back in and change wordpress-config file - site works again. I listed error on supertracker module support, but no answer. Wondering if it is really supertracker or WP sidebox error?

    Current file data is:
    <?php
    //
    // wordpress on zencart by http://www.s-page.net/
    //
    define('ABSPATH','/home/xxxx/public_html/blog/');

    $woz_install=0;

    if (file_exists(ABSPATH.'wp-config.php')) {
    $woz_install=1;
    define('WP_USE_THEMES', true);
    $wp_did_header = true;

    require_once(ABSPATH.'wp-config.php');

    $i=strlen(DIR_WS_CATALOG);
    $req=substr($_SERVER['REQUEST_URI'],$i,1);
    if($req=='?'){
    $_GET['main_page']='wordpress';
    }

    //if(isset($_GET['feed'])){
    //wp();
    //gzip_compression();
    //require_once('./wordpress/wp-includes/template-loader.php');
    //require_once(ABSPATH . WPINC . '/template-loader.php');

    //exit();
    //}
    }

    ?>I changed this line
    define('ABSPATH','/home/xxxx/public_html/blog/');

    to:
    define('ABSPATH','/home/xxxx/public_html/kjvladiesbible/');

    I am not good at coding, but this line looks like it should be changed to...but not sure to what?

    $_GET['main_page']='wordpress';

    Thanks, Kim

  3. #1403

    Default Re: Wordpress On Zencart / Released

    Hira, thanks for the update. I will try it out!

    Hiraの更新への感謝。 私はそれを試みる!


    Quote Originally Posted by hira View Post
    I released WordPress On ZenCart(WOZ) v1.5 today.

    Whats New In WOZ v1.5.

    It supported WordPress 2.9.2.
    It supported SSL with a header of WordPress.
    I added a WOZ Manager(installer) and WOZ Setting.
    I added a “Ceon URI Mapping Setting” in WOZ Manager.
    I gathered a header of wordpress in one file.
    I did the design of the sidebox in the same way as other boxes.
    I resolved conflict of “RSS2 Feed Contribution”.
    I resolved conflict of “Ceon URI Mapping”.

    More infomation and Download is here.
    http://www.s-page.net/products/62.html

    online demo
    http://demo.s-page.net/woz/en/

    In addition, I submitted it to the download section of this site.
    But it seems to take time till you get possible to download it.

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by kburner View Post
    Is this new module WP built into zencart or is it the sidebox add on? I prefer the sidebox.
    It's supposed to be an update to the previous versions.. The sideboxes only version was a release I put together based on Hira's 1.3 release..

    Quote Originally Posted by kburner View Post
    I have sidebox add on and can not get to work. I have new domain name for my WP site. It is www.kjvladiesbible.com. I have been trying to get to work, but every time I change includes/extra-conf/wordpress-config.php file I get supertracker error. With supertracker error the site does not come back. But if I go back in and change wordpress-config file - site works again. I listed error on supertracker module support, but no answer. Wondering if it is really supertracker or WP sidebox error?
    WordPress' introduction of "The Loop" certainly made the process of "embedding" WordPress content much easier.. That said as I try and learn more about how "The Loop" works, it is clearer to me that much of the code in the original WOZ configure file is unnecessary and by and large the mostly likely root cause of conflicts between WOZ and other modules..

    That said, dunno where you got the WOZ Sideboxes Only Edition you are using. (I haven't checked the zip file that used to be available here against the code you posted), but what you posted is certainly NOT the same as the configuration file that is in the version available in the free downloads section. Try downloading it again from here:
    WordPress On ZenCart - Sideboxes Only Edition v1.0

    You'll wanna grab the "Recent Posts" sidebox and the wordpress-configuration.php files from this version.. (which should be the ONLY thing different from this one and the one you are likely using now) This should resolve any conflicts you have with WOZ Sideboxes Only and other modules..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #1405
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hira View Post
    I released WordPress On ZenCart(WOZ) v1.5 today.

    Whats New In WOZ v1.5.

    It supported WordPress 2.9.2.
    It supported SSL with a header of WordPress.
    I added a WOZ Manager(installer) and WOZ Setting.
    I added a “Ceon URI Mapping Setting” in WOZ Manager.
    I gathered a header of wordpress in one file.
    I did the design of the sidebox in the same way as other boxes.
    I resolved conflict of “RSS2 Feed Contribution”.
    I resolved conflict of “Ceon URI Mapping”.

    More infomation and Download is here.
    s-page.net/products/62.html

    online demo
    http://demo.s-page.net/woz/en/

    In addition, I submitted it to the download section of this site.
    But it seems to take time till you get possible to download it.
    THANK YOU! I will be trying this out on a test site shortly and will let you know how it goes.

    Zen Cart and it's community are the best!!

  6. #1406
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Lastly and MOST important: Other module authors who have free modules available OUTSIDE the downloads section are NOT allowed to personally participate in the support their FREE modules on THIS forum. I don't see why Hira should get a pass on this rule simply because a select group of folks thinks that an exception should be made for him..
    Is it to report it after it was registered with a download section?
    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)

  7. #1407
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hira View Post
    Is it to report it after it was registered with a download section?
    Hira, it's fairly simple.. Re-read the contribution rules for yourself.. You cannot support your module here if it's not available in the free downloads section, and you cannot support a commercial module here either..

    Additionally, if your module is not available HERE in the free downloads and ONLY available on YOUR site, it is patently UNFAIR to other module authors that you be allowed to continue to support your module here on this forum. The authors of other free modules which are NOT available in the free downloads cannot support their FREE modules here. Authors of commercial modules cannot support those modules at all either..

    Though there are those here who would give you a pass on this, I am not one of those people.. If you are given a pass then let's let Yellow, Numinix, Kuroi, qhome, Ceon and others be allowed to support ALL of their modules too.. (they aren't allowed to, nor would they blatantly do so)

    Plus IMO, your module is not truly FREE anyway.. Yet for reasons which escape me, you are allowed for some reason to continue to support a module that is

    1. Not TRULY free (AKA no fee required to remove the footer/advertisement/copyright)
    2. NOT available in the ZEN CART free downloads section..

    Now there are some here who think I'm being a PITA about this.. To those who are thinking that I say, "Tough!" (sorry.. it is what it is..) It's about fairness.. Fairness to other module authors who DO follow the rules of contribution submissions, and it's about fairness to the shop owners and site developers who download your contribution from THIS site..

    Not every person who is unfortunate enough to download the non-working version of WOZ 1.4 will KNOW instinctively or otherwise to go to your site to download the working version, nor will they know to look for my post where I post the corrections that need to be applied to the version they downloaded here.. Hell we still have to re-direct folks to the post which has "Kiddo's Fix" for version 1.3 of WOZ.

    Bottomline I do hope that you removed the objectionable code from your "free" version of WOZ so that the admins will approve it.. 'Tis all...
    Last edited by DivaVocals; 17 Mar 2010 at 01:33 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #1408

    Default Re: Wordpress On Zencart / Released

    Hira,
    Initial test of the new version shows that there is still a conflict with the Shipping Estimator. The word "Array" appears in the 'Special Instructions or Comments About Your Order' field on the checkout page. If I turn off the WOZ wp_sidebar.php, it does not appear. So, something about your sideboxes is still interacting with other mods.

    Hira、新版の最初のテストは今でも船積みの見積者との対立があることを示す。 単語の" Array" 'で現われる; あなたのOrder'についての特別な指示かコメント; チェックアウトのページの分野。 私がWOZ wp_sidebar.phpを消せば、現われない。 従って、あなたのsideboxesについての何かはまだ他のmodsと相互に作用している。

  9. #1409

    Default Re: Wordpress On Zencart / Released

    I have a feeling that the conflict may be with Ceon Advanced Shipper. Can your fix for Ceon URI mapping also be made to work with Advanced Shipper?

    私は対立がCeonによって進められる海運業者とあるかもしれないこと感じを有する。 Ceon URIの地図を描くことのためのあなたの苦境はまた高度の海運業者と働くために作ることができるか。

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by loosefast View Post
    Hira,
    Initial test of the new version shows that there is still a conflict with the Shipping Estimator. The word "Array" appears in the 'Special Instructions or Comments About Your Order' field on the checkout page. If I turn off the WOZ wp_sidebar.php, it does not appear. So, something about your sideboxes is still interacting with other mods.
    How when you uninstall an Ceon Advanced Shipper module?
    The comment seems to function normally in the demonstration site.
    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)

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3611
    Last Post: 3 May 2024, 07:11 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