Search found 5 matches
- Sun Jan 22, 2023 6:12 pm
- Forum: CMSMS Core
- Topic: Creating a side Menu with Navigator
- Replies: 5
- Views: 985
Re: Creating a side Menu with Navigator
for future reference: I solved it this way: <!-- Start Menu Column --> <div id="menuLevelOne"> <!-- Start Vertical Menu --> <div id="menu_vert"> {Navigator number_of_levels=1} </div> </div> <div id="menuLevelTwo"> <!-- Start Vertical Menu --> <div id="menu_vert&quo...
- Sun Jan 22, 2023 5:30 pm
- Forum: CMSMS Core
- Topic: Creating a side Menu with Navigator
- Replies: 5
- Views: 985
Re: Creating a side Menu with Navigator
Thank you both for your usefull hints.
I have the side menu working again, at least almost:
I have to figure out how to display only the current level in the second column.
I have the side menu working again, at least almost:
I have to figure out how to display only the current level in the second column.
- Sun Jan 22, 2023 1:05 pm
- Forum: CMSMS Core
- Topic: Creating a side Menu with Navigator
- Replies: 5
- Views: 985
Creating a side Menu with Navigator
Hi I just upgraded my server to php 8 and CMSMS 2.2.15 and the old MenuModule doesn't work anymore. I removed it from my templates and would like to make Navigator work, but this seems to be more complicated than anticipated. Simply adding {Navigator number_of_levels=2} doesn't show me anything. htt...
- Sun Jan 22, 2023 11:58 am
- Forum: CMSMS Core
- Topic: Website is empty, but admin works
- Replies: 2
- Views: 681
Re: Website is empty, but admin works
After I removed the deprecated MenuModule and CMSMailer, I was able to get error messages that pointed me into the right direction. Thank you for the hint.
Now I have to figure out how to make the menu working again...
Now I have to figure out how to make the menu working again...
- Sat Jan 21, 2023 5:59 pm
- Forum: CMSMS Core
- Topic: Website is empty, but admin works
- Replies: 2
- Views: 681
Website is empty, but admin works
Hi I just recently updated the php version on my machine to php 8 when my troubles with my site ( https://maybites.ch ) started. While I am still able to login into admin, currently my site just shows a white page. And I don't know what I could have done to make it stop working. I cleared all the ca...