Jump to content

BugFix for /backend/page/?id=n&open=childofn


blackeye1987
 Share

Recommended Posts

hi,

i found a bug that sadly double the pagelist when id and open isset at the same time.

yes i do know this may barely be the case.

but i can only fix it when i overwrite some core material or luckyly do some css trick

i actually do not know if that will work in any case nor if this will kill my view @ one point

div.PageList > div.PageList:nth-last-child(2){
	display:none !important;
}

but that seemed to work so far.
 

Link to comment
Share on other sites

with a hook for example.

i used it for restricting users to certain pages.

like he is only allowed to join on news.

so he gets index/?id={id of news}

so he will only see news and all subpages of news but nothing else.

you can find the module somewhere in the forum

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...