Look & Feel Settings: Site HTML Pages

How can I edit / customize the IdeaScale pages?

Login » Community Settings » Settings » Look & Feel

Click on the Edit link for the section you want to Edit. You can Edit:

  • Header
  • Footer
  • Home Page
  • Custom Widget
  • Terms of Use
  • Contact
  • Custom Page (needs to be added)

HTML_page.png

What are the template tags I can use within my HTML?

There are a variety of dynamic template tags that you can place within your HTML to render certain site elements. These tags are as follows:

  • $r.eval("client-website-link") - The link to your company's home page
  • $r.eval("company-logo-block") - The HTML for your company logo
  • $r.eval("intro-block") - The block of text/image that describes how to use IdeaScale for your end users.
  • $r.eval("login-block") - The login/sign-up link for users.
  • $r.eval("name") - The name given to your community (under global settings).
  • $r.eval("new-idea-block") - The IdeaScale new idea form.
  • $r.eval("new-idea-button") - The IdeaScale new idea button.
  • $r.eval("search-block") - An idea search box.
  • $r.eval("skip-link") - A link that helps people with vision impairments skip to the site content (should be the first link on the page).
  • $r.eval("skip-link") - The skip link or anchor to main content (needed for Section 508 compliance).

Note: The dynamic tag dropdown in the HTML editor window will place the tag at the beginning of your HTML in order to assist you with each tag.

tempalte_tages.png