janfisher1
Joined: 30 Sep 2009 Posts: 24
|
Posted: Sat Nov 21, 2009 4:45 pm Post subject: How to create a link from group home page to secondary page |
|
|
| We have a 'group' that we are transferring to the main menu. In the group site, there is a home page and then a photo page. We want to link the photo page to the home page so the whole thing can be transferred to main menu. We've tried a variety of ways and nothing seems to work. We've got the home page in the main menu, but cannot link the photo page to it. How do we do this? |
|
Tech John

Joined: 03 Aug 2007 Posts: 302 Location: St. Louis, MO
|
Posted: Mon Nov 23, 2009 8:29 am Post subject: |
|
|
I'm not quite sure this is what you are asking, but will supply this answer as a starting point:
If you are trying to make a "custom" button on the main menu that will link to the group's photo page, perform the following steps:
1. Log in to site as an administrator; then go to the Administration page for the top level.
2. Click the Manage your web pages [Add, edit, order] link.
3. Add a custom page to the site (Click Add). Use the label you want on the button as the page name.
4. In the Page Code (JavaScript) box at the bottom of that screen, copy the following text, modifiying the window.location line to the web address of the page you wish the button to go to:
<script type="text/javascript">
<!--window.location = " https://www.google.com"//-->
</script>
Note that our example code above would create a link to the google home page. Replace that with the web address for your photo page/
5. Click Save button at top or bottom of page to save and create the new button. |
|