View Single Post
  #83  
Old 06-16-2013, 12:56 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

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

Quote:
Originally Posted by elmirage001
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...

Paul,
In the forum text editor, to prevent random spaces in code, wrap all code text in the [code] tag. Like this:

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

and

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

You can also select the code to wrap and press the "#" button. That's for standard code. If it's php code, use the "php" button.

Hope this helps..
J
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote