Zen Cart Logo
Forums / All Other Contributions/Addons / Wordpress On ZC [Support Thread]

Wordpress On ZC [Support Thread]

Views: 620,543

Results 1,401 to 1,420 of 1,861
16 Mar 2010, 5:38 PM
#1401
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Wordpress On ZC [Support Thread]

hira:

online demo
http://demo.s-page.net/woz/en/Don't see any SEO used in this demo..

16 Mar 2010, 5:57 PM
#1402
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Wordpress On ZC [Support Thread]

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".

16 Mar 2010, 7:13 PM
#1403
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

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 https://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();
    //}  
}

?>```php

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

16 Mar 2010, 7:13 PM
#1404
loosefast avatar

loosefast

Zen Follower

Join Date:
Jun 2005
Posts:
199
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

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

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

hira:

I released WordPress On ZenCart(WOZ) v1.5 today.:clap:

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.

16 Mar 2010, 8:30 PM
#1405
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Wordpress On ZC [Support Thread]

kburner:

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..

kburner:

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..

16 Mar 2010, 9:37 PM
#1406
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

hira:

I released WordPress On ZenCart(WOZ) v1.5 today.:clap:

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.

16 Mar 2010, 11:59 PM
#1407
hira avatar

hira

Zen Follower

Join Date:
Jun 2004
Location:
Japan
Posts:
169
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

DivaVocals:

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?

17 Mar 2010, 12:30 AM
#1408
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Wordpress On ZC [Support Thread]

hira:

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...

17 Mar 2010, 2:45 AM
#1409
loosefast avatar

loosefast

Zen Follower

Join Date:
Jun 2005
Posts:
199
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

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と相互に作用している。

17 Mar 2010, 2:54 AM
#1410
loosefast avatar

loosefast

Zen Follower

Join Date:
Jun 2005
Posts:
199
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

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の地図を描くことのためのあなたの苦境はまた高度の海運業者と働くために作ることができるか。

17 Mar 2010, 7:18 AM
#1411
hira avatar

hira

Zen Follower

Join Date:
Jun 2004
Location:
Japan
Posts:
169
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

loosefast:

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.

17 Mar 2010, 7:20 AM
#1412
hira avatar

hira

Zen Follower

Join Date:
Jun 2004
Location:
Japan
Posts:
169
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

loosefast:

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?

Because I do not have, I think that it is impossible.:no:

17 Mar 2010, 7:22 AM
#1413
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Wordpress On ZC [Support Thread]

hira:

Because I do not have, I think that it is impossible.:no:Can you add another test post to the blog on the demo site..

17 Mar 2010, 7:39 AM
#1414
hira avatar

hira

Zen Follower

Join Date:
Jun 2004
Location:
Japan
Posts:
169
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

DivaVocals:

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..

Yes, I read.
However, it is a fact that there are a template and the module which there is the copyright/link .
If these seem to be removed without communication by me, I intend to leave this site.

17 Mar 2010, 7:43 AM
#1415
hira avatar

hira

Zen Follower

Join Date:
Jun 2004
Location:
Japan
Posts:
169
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

DivaVocals:

Don't see any SEO used in this demo..

Was it hard to understand it?
I write below down an example.

Categories
http://demo.s-page.net/woz/en/hardware

Products
http://demo.s-page.net/woz/en/hardware/graphics-cards/matrox-g200-mms

EZ-pages
http://demo.s-page.net/woz/en/ezpages

WOZ
http://demo.s-page.net/woz/en/blog/

17 Mar 2010, 7:49 AM
#1416
hira avatar

hira

Zen Follower

Join Date:
Jun 2004
Location:
Japan
Posts:
169
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

DivaVocals:

Can you add another test post to the blog on the demo site..
Yes. I added it.
http://demo.s-page.net/woz/en/blog/2010/03/17/new-post/

17 Mar 2010, 7:53 AM
#1417
hira avatar

hira

Zen Follower

Join Date:
Jun 2004
Location:
Japan
Posts:
169
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

lankeeyankee:

THANK YOU! I will be trying this out on a test site shortly and will let you know how it goes.

loosefast:

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

Thank you.
This is glad to have you say like that.:smile:

17 Mar 2010, 9:04 AM
#1418
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Wordpress On ZC [Support Thread]

Direct links help save me digging around the site to figure our where you applied SEO.. So thanks.. this is helpful..

hira:

Was it hard to understand it?
I write below down an example.

Categories
http://demo.s-page.net/woz/en/hardware

Products
http://demo.s-page.net/woz/en/hardware/graphics-cards/matrox-g200-mms

EZ-pages
http://demo.s-page.net/woz/en/ezpages

WOZ
http://demo.s-page.net/woz/en/blog/

17 Mar 2010, 11:32 AM
#1419
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

hira:

Because I do not have, I think that it is impossible.:no:

I can send you a copy of the files (but not the directions on how to install them since they are copyrighted) so you can test with it if you would like.
したい場合は私はあなたのファイルのコピーを送信することができます(た だし、以来、著作権がどのようにそれらをインストールするためではない方向)ので、それを使ってテストすることができます。

17 Mar 2010, 12:52 PM
#1420
loosefast avatar

loosefast

Zen Follower

Join Date:
Jun 2005
Posts:
199
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

lankeeyankee,

Are you seeing errors using WOZ 1.5 with Advanced Shipper also?

lankeeyankee、 間違いを見高度の海運業者とのWOZ 1.5をまた使用するか。