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]
Add "Text and hyperlink" under the menu *Not part of it*?
Re: Add "Text and hyperlink" under the menu *Not part of it*?
Ohhhhh!!
Well, I didn't get THAT right, did I??? 
In the template, you should see this bit of code:
The line in red indicates the end of the menu. Add whatever other content you want under that, including other links.


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 -->
Re: Add "Text and hyperlink" under the menu *Not part of it*?
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.

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.