Page 1 of 1

SOLVED - News disappeared

Posted: Fri Dec 14, 2007 11:53 pm
by notiones
I installed a new template (grass stains) and now my news is gone.

cmsms v 1.2.1

Going back to the original template did not fix the problem. The news articles are still there, they just do not show up on the pages.

Re: News disappeared

Posted: Sat Dec 15, 2007 3:57 am
by deejmer
provide your template code please

Re: News disappeared

Posted: Sat Dec 15, 2007 4:32 pm
by notiones
Not sure what the template code is, but I am guessing it is the code from the xml file.













{stylesheet}
Discount Toner and Ink - Why Pay More?



  Service & Supplies
 
{cms_module module='menumanager' template='GrassStains : theme : CSSmenuhoriz1'  }
 

 
{content block='content2title' oneline='true'}
{content block='content2'}
     

        {title}
        {content}


           
 
  ^ Top
 
         
            {cms_selflink dir="previous"}

            {cms_selflink dir="next"}
         
       

     
       
{cms_module module='menumanager' template='GrassStains : grass horizMenu'  number_of_levels="1"  collapse='1'}
       



SOLVED

Posted: Sat Dec 15, 2007 5:34 pm
by notiones
SORT OF SOLVED. AFTER CAREFUL EXAMINATION I REALIZED IT IS NOT A SITE PROBLEM, BUT RATHER A TEMPLATE ISSUE AND SO THAT IS SOMETHING I SHOULD TRY AND WORK OUT ON MY OWN. OF COURSE IF ANYONE WOULD LIKE TO FILL ME IN ON WHY THE CODE I PASTED IN THE PREVIOUS POST IS NOT SHOWING NEWS, I WOULD BE GRATEFUL. THANK YOU.

Re: News disappeared

Posted: Sun Dec 16, 2007 1:31 am
by Dr.CSS
That template is set up to have a side bar that will accept anything inserted in the content edit box called here, not hard coding the news tag in this space is meant to afford more flexibility to a template...

   
  {content block='content2title' oneline='true'}
  {content block='content2'}
     

When editing a page you will see edit box called, Content2:  like the one above it called Content:...

If you want to have news on every page you can put the news tag call in the template and still add other info in the Content2 box...

   
  {content block='content2title' oneline='true'}
  {content block='content2'}
  {news}
     

Great Answer

Posted: Mon Dec 17, 2007 4:42 pm
by notiones
Thank you very much. I had given up on my preferred template, but your post was perfect, intuitive, and very much appreciated. Thank you.