Is there a way or a to switch
the "Show in menu" on/off
and the "Container" Y/N
for all the child documents
inside a Container Document?
I got about 300 docs that I wanna edit...I’m nervous...
Cheers
[tt]Lollie[/tt]
...Start slow then fade
-
☆ A M B ☆
- 24,524 Posts
You’re probably best off with using phpMyAdmin (or some other mysql client) and running a query like this:
UPDATE modx_site_content SET hidemenu = 0/1 WHERE parent = <parent ID here>
and likewise for the isfolder field.
The hidemenu field works in the opposite way you would think from the check box’s lable "Show in Menu"; 1 will hide the menu, 0 will show it.
kongondo, Susan thanks for the swift responses.
Im searching for phpMyAdmin in the
Repository but no obvious results..I’ll keep hunting
Thanks
[tt]Lollie[/tt]
...Start slow then fade
Thanks I’m just gonna take a coffee break
Read, drink coffee, read some more
[tt]Lollie[/tt]
...Start slow then fade