Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Dashboard

web-app

As far as I understood (I did not found docu for this) the fields: 0 open issues
0 issues due this week
0 issues overdue
on Dashboard show the values only within the Issues assigned to me.

If I am a Client and therefore not assignable as a resource, I do not need these fields as of they make me only confused because I would think this is a total number of issues for the project (or at least number of issues posted by me).

How can I hide this banner in this case?

Thanks in advance! Anton

angestar
· 1
angestar
Replies (4)
helpful
0
not helpful

Good point. You can only hide it for all users. Feel free to add it to our list: http://gemini.countersoft.com/default.aspx?GEM


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thank you, posted to Gemini.

How can I disable this banner for all users?


angestar
· 1
angestar
helpful
0
not helpful

Open the Main.aspx file and XML comment the user welcome line:

<td><gem:UserWelcome runat="server" ID="UserWelcome" /></td>

Will be:
<td><!-- <gem:UserWelcome runat="server" ID="UserWelcome" /> --></td>


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

This works, thank you.


angestar
· 1
angestar