Allow Section links to have a custom name that doesn't have to match the section page name

Make a better way to handle page level redirects, or a nav item that doesn’t have to have an index page of its own (like a section link with a different name).

So Often my users want things to show up in nav widgets and drop down menus, but they don’t have enough content to make a whole different page for one item.

So I build blank nav pages, so they will showup in menu’s and then I end-up putting a little js redirect code on that blank page to send it to the page where the content exists. Like this

Only problem with this is as soon as I add this code to the additional code section of the page, the page won’t finish rendering and it sits there spinning forever. It works when published out. But once I paste that code in I can’t ever open that page again in edit mode in cm1 because it never finishes rendering because of the redirect. So I then have to delete that page and make it again if I want to change anything the future.

Here is my example. I have a program “Animal Welfare & Humane Slaughter”. It has 6 small sub courses that make up that program. In my drop down menus, My conEd coordinator wants to be able to see listed all of the 6 sub courses that make up the program, so users know they have the option to just take 1 or 2 of the sub-courses individually if they choose.

Normally (for my other ConEd courses that use the same template) I just create a nav file structure so each sub-course has its own content page. But in this case each sub-course is so small that it only has 1 small paragraph description for content (not enough to Warrent its own full page). So the Coordinator has put all the sub-course descriptions onto the main program page.

So then I go in and start adding my redirects to send all those sub - nav pages to the main program page where the content exsits all grouped together.

So you may be thinking design your template differently. But trying to keep from building too many different custom templates, so you don’t have a management nightmare, I end up trying to do these redirects and it gets messy.

SOLUTION:
All this could be solved by just changing the section link option to allow you to add in a custom link name, that will appear in the drop down menu. (Still navigate to the page like you do now)

Does that make sense to anyone else? I have run into so many cases where I could use this.

Another example Wording Issues with nav design:

We have 2 campuses so on my main page I need to identify it as Calgary Campus Student Services, and Olds Campus Student Services.

I want to link to the pages that hold the info for both of these sections, on my main Student Services page. These are long names and take up a lot of space on my horizontal nav bar.

I also have a main landing page for Just my Calgary Campus. When you are on that page, it is implied that all the information linking off that page applies to the Calgary Campus.

So I want to use a section link so I can link to the same page of content, but I no longer need to say “Calgary Campus Student Services”. Just the wording “Student Services” will suffice, do to the context of the nav menu. But I don’t have the option to still keep it a section link and have the wording appear one way on one page and another way on another page.

Seems so simple to me to fix this. Not sure if this would have longer reaching negative ramifications? But its something I struggle with constantly in my nav design on a large site. Thought I would share.

Couple of questions:

  • If you had the option to include section links to the navigation widget, would that solve your problem?
  • Regarding your current workaround, I’m assuming that Disable JavaScript doesn’t allow you to edit the page?

HI, thanks for the response.

So I can already add section links to nav widgets. They show up just fine, but to create a section link you have to navigate through the current folders and choose the folder that you want to link to. Then the display name that is set for that folder is the one that always shows. If you could allow the system when creating a section link to link to an existing folder but allow you to add a custom display name for the section link.

Technically I could create the links that I want using the external link option. I could then choose a separate display name, and just put the full link to the existing page that I want to link to, but then I’m not using managed links, and it takes away from that great feature of cm1.

Does this make sense?

Here is another example that might make more sense. We have 2 campuses in 2 different cities.

Under the main student housing page we have these options

  • Calgary Campus Housing
  • Olds Campus housing

In addition to the main Student housing landing page I also have a Calgary Campus landing page.

While off the main student landing page I have to identify the section as “Calgary Housing”
off the Calgary Campus landing page using the term “Calgary Housing” become redundant, and I would like to just call it “Housing” but still be able to use a section link to link to the same page off of both landing pages.

Its all to allow more flexibility for horizontal navigation design. Allowing for shorter words to be used to save horizontal nav bar space.

As for the disable JS I can’t even get the page open to enable that feature once a redirect has been added to the page. I think rather then using these redirects that I have mentioned, I’ll just start using external links and work it that way. They will be unmanaged and that will cause a bit more manual maintenance, but it easier them dealing with a redirect at this point.

Ah right, sorry I was confusing the two issues. So to summarize, you’d like to be able to:

  • Have more flexibility when creating a Section Link in Navigation, you can provide the equivalent of a Display Title, so you aren’t restricted by the folder name.
  • Easily add Page Section Links to navigation. That is, links to a certain part of a page, rather than a section as defined in CM1. That way you won’t need separate pages for small articles in order for them to appear in the navigation.

Is that right? Sorry for the back and forth!

Yup sounds good. Really its just the first one. I guess the second one would be nav section links with anchor tags I guess =)