Hi mark,
was offline for some time... now here's the solution for my prob.
Prologue:
- News (overview) is only shown on the start page
- start page template includes the news module call:
Code: Select all
{cms_module module="news" number="3" dateformat="%B %Y" detailpage="News" lang="en_US" moretext="weiterlesen" category="General"}
- clicking on one of the news leads to the detailled news page
Here's how it worked before:
- To get back to a defined site position I created a news_dummy page (content category "News", active, but no menu appearance. No content at all)
- Obviously the news module expected this as a news summary page, too. So clicking on detailled news [back] button led to the overview instead of the start page.
- The only way to get back to the start page was clicking on the "home" button. Worked too, but that's not the correct kind of usability...
Now here's how it works now:
- I changed the "news_dummy" content category into "Link" and linked it directly to the start page. Works fine!
Epilogue:
- Problem is that during development phase I'm using a test path. After web sites release I have to remember changing this direct link too. Kind of source for frustrating trouble! Maybe it's possible to use some kind of {URL_home} tag or CMSms internal link?
- Maybe I misunderstood the use of the news module and this is just another "hack" to make my insufficent code working? Then I would appreciate to read something about using it the right way.
Best regards from Germany
Michael