Current page is ...

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Cieska

Current page is ...

Post by Cieska »

Hello,

i have a web template and in this template  i inserted almost all 'cms made simple' tags there, but i got an error. In my menu i see: Current page is 4: Contacts; Current page is 1: Home
I use {cms_module module='MenuManager'} tag.
What i am doing wrong?

I dont know how to correct it.


Thnak you
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Current page is ...

Post by Dr.CSS »

That is from the menu template you may need to make a custom one or use a diff. one from the defaults, all tho I've never seen one that has Current page is in the template, do you have some code we could look at or a link?
Cieska

Re: Current page is ...

Post by Cieska »

OK. I will try to play with menu manager.
You can see my wrong page example www.golgonda.lt
With cmsmadesimple 0.13 version i haven't any problem, but with newer these problems are.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Current page is ...

Post by Dr.CSS »

You need to add the dfn CSS....
In the new ver. it is in the Accessibility and cross-browser tools CSS...

dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
Cieska

Re: Current page is ...

Post by Cieska »

Yahoo, it works!
You are genius!

Thanks a lot
Locked

Return to “CMSMS Core”