Forum Discussion

lorseau's avatar
13 years ago

Custom page names with space

Hello,

 

We created a few custom pages with Studio (for example MEGA-KB-Support) and i wonder if it's possible to have the name without the "-" as it's visible on the breadcrumb?

Is there a parameter on the XML file to do that?

 

Thanks,

Laurent

  • Hi Laurent,

     

    The page names should not contain spaces. The best way to modify what you see in the breadcrumb and the page title is to add a custom text key of the format:

    page.CUSTOM-PAGE-NAME-HERE.title

     For example, if I were to create my own custom page named "adam", the text entry might look something like this:

    page.adam.title = Adam's Page

     So then in the breadcrumb and page title, it will show "Adam's Page" instead.

     

    In your case, it might look something like:

    page.MEGA-KB-Support.title = MEGA KB Support

     I hope this helps!

     

    -Adam

  • AdamN's avatar
    AdamN
    Khoros Oracle

    Hi Laurent,

     

    The page names should not contain spaces. The best way to modify what you see in the breadcrumb and the page title is to add a custom text key of the format:

    page.CUSTOM-PAGE-NAME-HERE.title

     For example, if I were to create my own custom page named "adam", the text entry might look something like this:

    page.adam.title = Adam's Page

     So then in the breadcrumb and page title, it will show "Adam's Page" instead.

     

    In your case, it might look something like:

    page.MEGA-KB-Support.title = MEGA KB Support

     I hope this helps!

     

    -Adam