Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

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

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #71  
Old 06-14-2013, 08:48 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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.
Reply With Quote
  #72  
Old 06-14-2013, 08:49 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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
Reply With Quote
  #73  
Old 06-15-2013, 07:29 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default 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
__________________
WooCommerce as of 10/2022
Reply With Quote

The following user thanks elmirage001 for this useful post:
Jon (06-15-2013)
  #74  
Old 06-15-2013, 10:18 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default 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=
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #75  
Old 06-15-2013, 10:39 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default 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
__________________
WooCommerce as of 10/2022
Reply With Quote
  #76  
Old 06-15-2013, 11:26 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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.
Reply With Quote

The following user thanks Jon for this useful post:
elmirage001 (06-15-2013)
  #77  
Old 06-16-2013, 08:47 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default 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
__________________
WooCommerce as of 10/2022
Reply With Quote

The following user thanks elmirage001 for this useful post:
Jon (06-16-2013)
  #78  
Old 06-16-2013, 10:05 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default 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.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #79  
Old 06-16-2013, 10:11 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default 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
__________________
WooCommerce as of 10/2022
Reply With Quote
  #80  
Old 06-16-2013, 10:24 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default 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.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020