Page 1 of 1

Add "Text and hyperlink" under the menu *Not part of it*?

Posted: Sun Feb 25, 2007 12:33 am
by duplay
I am using Layout: Left sidebar + 1 column and would like to add (under the vert menu) someone's name/title, and a hyperlink to email them. I know I need to add this to the template, but cant get it to show up under the menu.

Page:  http://www.sparcc.org/councilofgov/

Example:

John Doe
President
jdoe@email.com

Thanks

[gelöscht durch Administrator]

Re: Add "Text and hyperlink" under the menu *Not part of it*?

Posted: Sun Feb 25, 2007 12:58 am
by heatherfeuer
Ohhhhh!!  :o  Well, I didn't get THAT right, did I???  :-\

In the template, you should see this bit of code:

Code: Select all

      <!-- Start Sidebar -->
      <div id="sidebar">

      <!-- Start Navigation -->
      <div id="menu_vert">
         <h2 class="accessibility">Navigation</h2>
         {menu template='simple_navigation.tpl' collapse='1'}
      </div>
      [color=red][b]<!-- End Navigation -->[/b][/color]

      <!-- Start News -->
      <div id="news">
         <h2>News</h2>
          {news limit=3 detailpage='news'}
      </div>
      <!-- End News -->

      </div>
      <!-- End Sidebar -->
The line in red indicates the end of the menu.  Add whatever other content you want under that, including other links.

Re: Add "Text and hyperlink" under the menu *Not part of it*?

Posted: Sat Mar 03, 2007 6:09 pm
by junglesilence
I am a newbie but probably this can work. In the edit page area, add new content as a link. That is the content type should be a link.  :)

Hopefully this should work. I would have tried myself before I posted this but it is too late in my part of the world and I am really tired.