Closed (fixed)
Project:
Menu CSS Names
Version:
7.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Jul 2011 at 08:24 UTC
Updated:
21 Sep 2014 at 07:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rc_100 commentedThat's a lot of hypens! I'm adding transliteration to the list of features to add. Thanks for the feedback!
Comment #2
rightclick commentedI had this issue with 7.x-1.x version too. I have a patch for it which can be easily modified for 6.x.
This patch also removes dots, and replaces two or more hyphens with a single one.
Comment #3
drupov commentedMy menu items are in cyrillic and the patch from #2 makes them appear in cyrillic too:
<li class="leaf контакт">which is not ok, I don't want to have cyrillic characters in my css. So there's actually no transliteration gonig on...
Before the patch the additional css didn't appear at all, but there was one blank space instead:
<li class="leaf ">Comment #4
ArsenBespalov commentedIf you want transliteration your menu items cyrillic names, you must added this function to end module file:
and then use this function in _make_class_name function, like this: