Adding a link to the projects home page

HI,

I'm working on creating a template from a design by a graphic designer - all worked fine. However, one thing the designer added is a new 'help' box that appears under the 'Important messages - RSS feeds' section on the right side op a project summary page. I need to find the file that will allow me to add a div that I can add a link to a static 'how to' page for the client and their customers to use as a reference should they forget how to use something.

Can anyone point me at the file that contains the layout for that part of the site so I can add a div - if needs be the help div can apear on all pages under the right hand side section.

Thanks!

Hi,

I don't have the specific filenames right now (typing on my phone) but that would be in the different views used for the sidebar. Look under /applications/views/ (if I remember correctly) there should be files whose name contain 'sidebar'. If you modify them according to your needs that should fix it most of the times.

Tim

application/views/project/overview_sidebar.php is the file that you want.
Insert the custom items on line 43.