OA 2.60 adds a cool "Show Home link in space menu" option for each Space menu. Unfortunally the name for this link seems to be hard coded. It seems to be named after the Blueprint the Space is created from, like [space-template-name] home.

Comments

Argus created an issue. See original summary.

Argus’s picture

Issue summary: View changes
mpotter’s picture

Status: Active » Closed (works as designed)

Yes, this is "by design". It uses the name of the Space Type to say "space-type Home", like "Project Home" if the space-type is "Project".

But this is just a connivence link. You can always just add an item to the Space Menu manually with whatever name you want and link it to the main space page. Remember the Space Menu is just a normal Drupal menu and can be manipulated/edited/etc like any other menu.

Argus’s picture

Yeah I knew that. After some experimenting I found that it is even possible to add an icon if you use <span class="icon-home"> Test</span> as menu link title. One would want an icon there to fit the rest. It is just not as end-user friendly to do it this way. Mind this was a feature request.

Argus’s picture

Or add <i class="fa fa-home"></i>My custom link name as menu link title, that even works better. Still it feels like a hack.

Nchase’s picture

The hardcoded variant is really not user friendly. I cloned over 30 spaces and now have to manually edit the menu. I'd rather go for a hardcoded variant that just uses "Space home" as a menu title.