Add drop down menu to portal

Dear All
How can I add a new drop-down menu below language and about in setting tab in Bonita portal Community version? is it possible add a tab in navbar? I mean add it next to the “Processes” tab.
Any suggestion is acceptable.

Best Regard.
REZA

You could

  1. get the source and recompile the Engine so you can change the layout
  2. you could use a small piece of JavaScript to inject the new DDL into the page

I know people who have done 1) and we’ve done 2) in the past for something completely different…

I can get the source from Github and compile the engine but I don’t know how to add a menu to the portal, I mean that which file I should modify in Source code.On the other hand, for option 2 I don’t know how to inject a small piece of JavaScript. Could you please teach me how to do that step by step?

Thanks in Advance

There are some java files in “bonita-web/main/portal/” project that I think it relates to GWT part of bonita portal. Because lack of documentation, I can’t find out the code structure. If you know tell me.