Is there a way to make the Backdrop CMS menu systems accepting links like /downloads?fcat=all? I also tried a workaround using the redirect module, forcing /download to riderict to downloads?fcat=all... did anyone solve a similar problem lately?
I can't say if specifically that path works, because I don't have such a page to test it. That's why I tested admin/content/node?status=All&type=newsletter. Have you tested such a link on your site? To do so, go to the Manage content page, filter the view, copy the path from the address bar, and paste it in the path field of a menu item.
With your download link, what exactly isn't working? Do you get a error message when saving the menu item?
Hi
Thanks for the quick answer. Looks interesting and hope I can verify that this solves the issue. Not yet sure how I can use the bee tool in my MAMP environment.
Cheers, Rolf
I believe the issue relates to a compatibility issue with MariaDB exports:
https://mariadb.org/mariadb-dump-file-compatibility-change/
I don't know if Backup and Migrate addresses...
Posted9 hours 19 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
This may be overkill, but the module print contains an option to email the page as well, I believe. I'm not sure if its working in its Backdrop's version.
https://github.com/backdrop-...
Posted14 hours 53 min ago by Alejandro Cremaschi (argiepiano) on:
Comments
Such links should actually work. I've tested it with this path on a test site:
admin/content/node?status=All&type=newsletter
Ah, wait, your examples start with a slash. That might be the problem.
Mmmh, I just added the slash manually... for whatever reason;-)
Probably you're used to it from Drupal 8 or 9 :-) Does it work without?
Mmmh, so this works for your installation? Might be my custom menu script...:-(
I can't say if specifically that path works, because I don't have such a page to test it. That's why I tested
admin/content/node?status=All&type=newsletter
. Have you tested such a link on your site? To do so, go to the Manage content page, filter the view, copy the path from the address bar, and paste it in the path field of a menu item.With your download link, what exactly isn't working? Do you get a error message when saving the menu item?
your link outputs as admin/content/node in frontend (cutting the
?status=All&type=newsletter)
Maybe I better try with a base theme first...
This is really strange. Works perfectly on my site. Hope you find the reason!