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?
Why not insert the script using a custom block at the very top of the page? Who said that it won't work correctly if you don't place it in the <head>?
Especially when the question...
that was the first thing i tried, but thanks. i cannot see css file changes without clearing the css/js cache. for that reason i have been adding css snippets (<style> tags) into my...
I asked ChatGPT and the answer helped me to place a conversion tracking tag in the Head section of a specific page, like this:
code in template.php
function my_theme_preprocess_page...
Posted1 day 15 hours ago by Antony Milenkov (amilenkov) 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!