Active
Project:
Special menu items
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2011 at 01:29 UTC
Updated:
30 Mar 2016 at 19:50 UTC
Jump to comment: Most recent
Comments
Comment #1
HunterT commentedAfter
Comment #2
Smokenham commentedI am having the same problem with Drupal 7. Installed the module. Added to the url of my parent menu item.
The parent menu item is still a link and when clicked takes me to a page that says Access Forbidden
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
Error 403
localhost
12/04/11 21:18:10
Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.
Comment #3
halloffame commented+1 Having the same problem.
Comment #4
mastervissie commented+1
Comment #5
camperqueenie commentedI'm getting:
Page not found
The requested page "/%3Cnolink%3E" could not be found.
I'm running Drupal 7.10 (Acquia Marina theme). Pathauto is enabled.
Comment #6
Patribus commentedsame here
I get the error message: The path '' is either invalid or you do not have access to it.
trying to create a menu item in the main menu.
I hope someone can explain the problem!
Comment #7
verumaudio commentedYup: The requested page "/%3Cnolink%3E" could not be found.
Comment #8
sagacity commentedI had the same problem and found out that the description of the module is wrong.
You have to choose "
<separator>" instead of "separator" and "<nolink>" instead of "nolink" in the path field.For me this fixed the problem (Drupal 7.12). Hope it helps!
Comment #9
Patribus commentedI'm having also the same problem, even changing the input "
separator" to "<separator>" does not change the error!Comment #10
wheatpenny commentedI'm getting the same error message as #5. It looks like the menu item is trying to link to a page at the path of "
<nolink>" or "<separator>" instead of replacing those menu items with the desired output. This is on 7.12 using Pathauto and Menu Block.Comment #11
liezie_d commentedI get the error "The requested page "/<nolink>" could not be found."
when i put <nolink> as path of my parent-menu.
Comment #12
McToth commentedI have the same problem... with Genesis theme
Comment #13
sbranstetter commented+1 Same problem.
Comment #14
mattys commentedI get the same problem, but only when the is used in a drop down menu (nice menus)
it is working fine for a non drop down menu though...
looks like could be an issue using with nice menus
doesn't look like this issue is getting a lot of love!
Comment #15
mattys commentedI just uploaded latest dev version 7.x-1.x-dev (site is in development) and it seems to have sorted the problem.
Comment #16
f4o commented#15 works for me to.
Comment #17
wooody commentedI change HTML tag for "nolink"
In module config and it's not work, still span with dev version.
Any help...
Comment #18
wooody commentedI changed it Maunally from the module code in special_menu_items.module
Comment #19
Anonymous (not verified) commentedThis is not a bug. This is a lack of explicit documentation on the project page and in the readme. However, the menu item edit form does have an explicit instruction.
Using
<nolink>instead of nolink works. Documenting this on the project page and in the readme will go a long way toward preventing this from being an issue in the first place.Comment #20
Anonymous (not verified) commentedSetting this issue to "closed (works as designed" though I suggest the documentation be updated to more explicitly instruct the user how to correctly implement.
Comment #21
Delphine Lepers commentedRe-opening
Using does not work. The item leads to http://www.example.com/ < nolink > instead of not showing URL.
I am using nice menu too
Comment #22
mattsmith3 commented@ #21: same issue here. updating to dev fixes the issue in the menu system, but not on the outside of the site (theme layer). Works on Bartik.. I've just checked and this is a sub theme of omega.
Comment #23
halloffame commented+1 on 6.x-1.6
Comment #24
Feckless commentedThis issue still happens in my sandbox development site on my laptop. I'm trying to build a DRUPAL 7.21 site with a WAMP Apache/2.2.22 (Win32) server, PHP/5.4.3 and MYSQL version: 5.5.24 database. OS is XP Pro.
Using MegaMenu module. When I create a
<nolink>menu item, the text/button displays properly. When I hover on the button, the Megamenu buttons appear correctly. However, if i click on the text button, meaning the<nolink>"parent," I get the following:Forbidden
You don't have permission to access /MySite/ on this server.
I found this post on a GOOGLE search, but it looks like it's either forgotten, fixed? - or maybe I'm doing something wrong?
Please advise.
Thanks.
Comment #25
spanac commentedSeveral things to do:
<span>to:<a href="#">at: admin/config/system/special_menu_items<nolink>at: admin/structure/menuAlso, follow this thread http://drupal.org/node/1867644 for mode ideas on what to change to HTML tag for "nolink" (at step 2).
Comment #26
Feckless commentedThanks for the reply. I have not had a chance to test it out yet because I gave up on the MegaMenu setup and went with Nice Menus. Want to use Megas though, so I will work on this as soon as I get a time slot.
Thanks again.
Comment #26.0
Feckless commentedProblem in first post.
Comment #27
dbolser commentedSame problem in 7.x-2.0. I don't have admin/config/system/special_menu_items. I'm using "
<nolink>". I get the error "The path '<nolink>' is either invalid or you do not have access to it.". This is superfish.Comment #28
rooby commentedFor those of you who are using some other non standard module to print menus, like nice menus, superfish, menu block etc. can you try without those modules enabled and if that makes it work, open an issue along the lines of "Special menu items don't work with superfish module" or whatever is relevant to your use case.
I suspect that a bunch of you have different causes for your problem and it is easier to solve them if each problem has its own issue.
Comment #29
hkovacs commentedHi All,
This does not work with the superfish module. Please disable the superfish module and will save correctly.
Comment #30
dbolser commentedWorks fine with superfish, you just need to clear caches and check permissions.
Comment #31
hardik jayeshbhai hihoriya commentedClear cash (admin/config/development/performance)
Edit the HTML tag for "nolink" from to: at: admin/config/system/special_menu_items
Add the link to the menu of your choice using at: admin/structure/menu