I use the OG_Forum module, which creates the link "Group forum." The function for altering links change all the dashes to underscores, so for any forum name with a space (i.e. "test forum"), the URL gets changed from "forum/test-forum" to "forum/test_forum". Obviously, this isn't a correct path.
Should the hook_og_link_alter only change the links for the "Create content" links?
Comments
Comment #1
somebodysysop commentedDo you have a code suggestion?
Comment #2
joewang commentedComment #3
somebodysysop commentedGood idea. Thanks. Committing to dev. Should be available in 12 hours or so.