X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   New Release: xCMS - Blogs, Information, News, Articles and more! (https://forum.x-cart.com/showthread.php?t=51837)

BBM_ 09-16-2011 03:01 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Hi Jon,

I assume you received it as you have responded to my ticket, I'll post the info in your ticking system as some of it could be sensitive.

Thanks again

BBM_ 09-21-2011 09:13 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Hi Jon,

Just a little reminder to please check the ticket.

Thanks

Lingerieblowout 10-23-2011 08:25 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Does xCMS work with Dynamic Search-Engine-Friendly URLs DSEFU mod, so that all the links are html ?

Lingerieblowout 10-30-2011 08:52 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Anyone heard from WebsiteCM. Sent in some support tickets on 10/25 ?

Jon 12-02-2011 10:58 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Lingerieblowout
Does xCMS work with Dynamic Search-Engine-Friendly URLs DSEFU mod, so that all the links are html ?


SEO friendly links for xCMS is only available via CDSEO, otherwise it will use dynamic php urls.

Jon 05-14-2012 10:58 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
xCMS is now 4.5 compatible:
http://www.websitecm.com/x-cart-mods/x-cart-blog-cms.html

Duramax 6.6L 05-14-2012 01:30 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Jon


Was there an update to the files or is the current version work as is?

Jon 05-14-2012 01:35 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
There's an update as file edits were needed to account for various changes most namely removing the "product" field from the xcart_products table.

elmirage001 03-20-2013 08:25 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Hi Jon, I just made xCMS Facebook friendly on my site. Please look over this post when you have time and see if there is anything you'd like to modify for the xCMS section.

http://forum.x-cart.com/showpost.php?p=355997&postcount=1

Thanks!

Paul

espresso 04-17-2013 09:35 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Jon, still one of the best CMS mods out there, but needs upgrading:
Will you add voting features for entries?
Will you add "Rich Google Results"?
That would be awesome (a must have)

Jon 06-07-2013 08:56 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
We have plans to do an upgrade but have yet to be able to schedule it. The upgrade will include google author compatibility and rich google snippets. I will consider adding the voting for entries feature but may opt to do facebook comment integration instead.

carpeperdiem 06-11-2013 12:08 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
I want to integrate a blog into my site.
Is xCMS *THE* solution?
Are there alternatives?

Anyone USING xCMS and care to share your URL with me via PM? Not thrilled google snippets aren't being tagged.

Jon, I sent you a pre-sales ticket. Please let me know if you are going to continue to sell and support x-cart mods.

Thanks,

Jeremy

Jon 06-11-2013 12:11 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Yes will be continuing to sell and support x-cart mods for XC4. I'll be making an official announcement on the forums soon.

Vacman 06-11-2013 12:17 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Jeremy, I have been using it for several years and do like it.

My only comment is now we have upgraded to 4.5.5 and are using a custom template (reBOOT). Love the template, but do not like how I have had to integrate it to make it work with the template. It is one of those projects that is going to take me some time to adjust.

Jon 06-11-2013 12:37 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Jeremy I updated your ticket with some examples.

Acquamarina 06-13-2013 10:42 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Hi,

Just had it installed, working on look and feel. It is a great mod! Having some difficulty adapting what I want the blog to look like and what is out of the box.

I want to have the entire post appear on the categories page instead of the synopsis and make it between 3 and 5 posts per page. It would be closer to my old blog. Is there a way to do that? That would be a nice feature for the mod, to have the ability to choose between displaying just the synopsis or the whole post on the category pages.

Integration with Facebook comments will be awesome if it works for 4.4.5 (Being a bit selfish here). It does need more Social features.

It is a dream to have it so well integrated with XCSEO. It would be even better if it would integrate on the actual category and post pages in admin so that it can be customized on the fly when they are added rather than having to go to the XCSEO interface. Just like the nifty modification available for XCSEO in product pages. Is there such a code snippet, please?

All in all, it may take a bit of work to customize but I am a real novice at this so it may not be so difficult for others. The structure and performance are truly great.

All I can say is that I wish I had it sooner! Thanks for another fabulous mod, Jon!

Jon 06-13-2013 01:24 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Acquamarina
That would be a nice feature for the mod, to have the ability to choose between displaying just the synopsis or the whole post on the category pages


Good suggestion. In the meantime you can modify the xcms_customer_display_entries.tpl and find:

{$xcmsEntries[entry].synopsis}

and change to:

{$xcmsEntries[entry].body}


Quote:

Originally Posted by Acquamarina
I want to have the entire post appear on the categories page instead of the synopsis and make it between 3 and 5 posts per page. It would be closer to my old blog. Is there a way to do that?


You can change the listings per page in the module settings.

Quote:

Originally Posted by Acquamarina
It is a dream to have it so well integrated with XCSEO. It would be even better if it would integrate on the actual category and post pages in admin so that it can be customized on the fly when they are added rather than having to go to the XCSEO interface. Just like the nifty modification available for XCSEO in product pages. Is there such a code snippet, please?


I'm assuming you mean CDSEO ;)

I will be adding this as native functionality to xCMS when CDSEO is installed and enabled in an upcoming release.

Acquamarina 06-13-2013 02:02 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Hi, Yes, CDSEO, of course - my apologies! I'll try the changes.

Will you let us know when the upgrade is available, please?

Thanks!

Jon 06-13-2013 02:16 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Yes I will let people know.

Acquamarina 06-13-2013 03:04 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Jon,

Thanks - it changed the display exactly to I wanted.

Would you have a suggestion as to what the best way to move the articles to the xCMS posts? Simply 301 the page? It would be great to keep the SEO.

Thanks again!

Vacman 06-13-2013 03:19 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
John - I need to modify a template (reBOOT) so that I can have the sidebar entry list like we did on our older versions. Not sure where to start looking.

elmirage001 06-13-2013 08:34 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Hi Jon, Nice to see you back! Have you tested CDSEO Pro on 4.6.0 yet?

Hi Carl, Try adding the following to the reBOOT bar.tpl

Quote:

{* WCM - xCMS *}
{if $active_modules.WCM_xCMS}
{include file="modules/xcms/menu_customer.tpl"}
{/if}
{* / WCM - xCMS *}

Vacman 06-13-2013 09:04 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Hello Paul - The stressed out kids are on the way north tomorrow morning....

I did try that with fairly ugly results. It is up there now if you want to take a look at it.

Jon 06-13-2013 11:05 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Acquamarina
Jon,

Thanks - it changed the display exactly to I wanted.

Would you have a suggestion as to what the best way to move the articles to the xCMS posts? Simply 301 the page? It would be great to keep the SEO.

Thanks again!


If possible it is best to keep the same urls. Next best solution is to keep the old urls active for a time with canonical link tags to the new urls and then 301 redirect after they are reindexed. Last best solution is to 301 redirect the urls immediately.

Jon 06-13-2013 11:08 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by elmirage001
Hi Jon, Nice to see you back! Have you tested CDSEO Pro on 4.6.0 yet?

Hi Carl, Try adding the following to the reBOOT bar.tpl


I've gone through 4.6 doing a comparison of every file change against 4.5.5 to see what exactly they've done and there shouldn't be any issues with CDSEO on 4.6. That said I haven't had a chance to test yet, will do so as soon as I get client work and support up to speed (sure wish X-Cart would provide notice of upgrades so I could set time aside for compatibility testing).

Jon 06-13-2013 11:10 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Vacman
John - I need to modify a template (reBOOT) so that I can have the sidebar entry list like we did on our older versions. Not sure where to start looking.


I don't recall how it used to look. Can you elaborate?

Acquamarina 06-14-2013 03:19 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Hi, Jon,

Can't keep the same url, my old blog is on a subdomain and on a different platform (WP). Just did some more research but can't figure out how to use the canonical url which I imagine would have to be used on each page/old post to redirect to the new page/same post in x-cart.

I just noticed that on the category pages after I changed from the synopsis to the complete post, the posts do not have the related products on the category pages. Is there a way to add that? It makes it much more attractive.

Thanks again!

Vera

Acquamarina 06-14-2013 05:18 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Hi, Jon,

Just thought of another suggestion for a feature. It would be wonderful to be able to insert a gallery of images in the posts.I am using Phil's galery mod. His mod works great too, it would be wonderful to join the two. It would mimic the Gallery plugins in WP. Just a thought!

Thanks again!

elmirage001 06-14-2013 06:31 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Jon
I don't recall how it used to look. Can you elaborate?

Hi Jon, I've already skinned xCMS to be seamless with the reBOOT template as I'm using reBOOT too. I'll contact Carl directly. Thanks for the 4.6.0 notes! Paul

Vacman 06-14-2013 10:11 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Thanks Paul!

Jon 06-14-2013 08:48 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Acquamarina
I just noticed that on the category pages after I changed from the synopsis to the complete post, the posts do not have the related products on the category pages. Is there a way to add that? It makes it much more attractive.


This would require some more significant customization. I've added this to our list of features for development.

Jon 06-14-2013 08:49 PM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Acquamarina
Hi, Jon,

Just thought of another suggestion for a feature. It would be wonderful to be able to insert a gallery of images in the posts.I am using Phil's galery mod. His mod works great too, it would be wonderful to join the two. It would mimic the Gallery plugins in WP. Just a thought!

Thanks again!


That would be a very neat feature but wouldn't be something I would consider implementing unless there was a lot more demand for it - currently you are the first and only to request :)

elmirage001 06-15-2013 07:29 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
For Phil's reBOOT Template Users:

Send me a PM with your email and I will send you the modified xCMS menu_customer.tpl file.

You will need to do one small CSS tweak.

In xcms.css comment out background-color: #c5d0e1; as shown below with /* background-color: #c5d0e1; */
Quote:

/************************************************** *****************************
| Side Navigation Menus
************************************************** ******************************/

/* 'Subcategories' and 'Recent Entries' headings */
.xcms-menu-header
{
font-weight: bold;
padding: 3px;
/* background-color: #c5d0e1; */
}

Thank you,

Paul

Freakmode 06-15-2013 10:18 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Thanks for posting up the code.

It all looks great but for some reason mine shows no links.

The entries are shown in the menu but no links or buttons work. They seem to be missing entry id's

http://www.xxxxxx.com/xcms_entry.php?xcmsentryid=

elmirage001 06-15-2013 10:39 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Freakmode
Thanks for posting up the code.

It all looks great but for some reason mine shows no links.

The entries are shown in the menu but no links or buttons work. They seem to be missing entry id's

http://www.xxxxxx.com/xcms_entry.php?xcmsentryid=

Please send me a PM with your URL. Thanks! Paul

Jon 06-15-2013 11:26 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by elmirage001
Jon, if you would rather I not post this here please let me know and I'll remove it.


I appreciate you taking the time to post the code for others.

elmirage001 06-16-2013 08:47 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Freakmode
Thanks for posting up the code.

It all looks great but for some reason mine shows no links.

The entries are shown in the menu but no links or buttons work. They seem to be missing entry id's

http://www.xxxxxx.com/xcms_entry.php?xcmsentryid=

Please take out the extra spaces in the variables below.

Change

{$lng.lbl_xcms_r ss_title} to {$lng.lbl_xcms_rss_title}

and

{$xcmsNavigationSubC ategories[subcats].categoryid} to {$xcmsNavigationSubCategories[subcats].categoryid}

I tried to re-paste the code from my text editor but the forum editor keeps putting the extra spaces...

Everyone else please PM me with your email address and I'll send you file. There is a problem between my text editor and posting it into the forum editor.

Thanks,

Paul

Vacman 06-16-2013 10:05 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Paul, is this the same code you had me do? I don't want to redo if it is. :)

elmirage001 06-16-2013 10:11 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
Quote:

Originally Posted by Vacman
Paul, is this the same code you had me do? I don't want to redo if it is. :)

Hi Carl, since I emailed you the file as an attachment all is good. The problem only exists when I paste the code from my text editor into the x-cart forum editor.

Happy Father's Day! Paul

Vacman 06-16-2013 10:24 AM

Re: New Release: xCMS - Blogs, Information, News, Articles and more!
 
ah ok. Yep You too! We're on our way to brunch as we speak.


All times are GMT -8. The time now is 03:12 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.