Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
I was hoping 1.11 would bring back tooltips on the toolbar. Its a missing feature that really bugs my users.
Could you tell me how to re-enable them, when you hover over reply, note, close button, it should display a description of what each button is.
Thanks.
Please help getting tool tips back.
Hey,
FYI I've made some progress on this by commenting out the tooltip-inner style in ...\osta\css\staff-desktop.css (at line 1999).
At the moment it just sets display:none for the .tooltip-inner class and removing that style seems to make the tooltip display for just about everything. For some reason Transfer and Edit still don't display but lots of other tips do.
Cheers, Shaun
Thanks Shaun,
That worked perfectly. I have fixed Transfer and Edit not showing up with the following:
Edited \include\staff\ticket-view.inc.php
Changed Line 75 from:<br />
to:<br />
Changed Line 93 from:<br />
Let me try that again.
Thanks Shaun,
That worked perfectly. I have fixed Transfer and Edit not showing up with the following:
Edited \include\staff\ticket-view.inc.php
Changed Line 75 from:<br />
to:<br />
Changed Line 93 from:<br />
<br />
to:<br />
3rd time lucky, without the brackets and php echos.
Edited \include\staff\ticket-view.inc.php
Changed Line 75 from:<br />
span class="action-button pull-right"
to:<br />
span class="action-button pull-right" id="ticket-transfer" data-placement="bottom" data-toggle="tooltip" title="Transfer"
Changed Line 93 from:<br />
span class="action-button pull-right"<br />
to:<br />
span class="action-button pull-right" id="ticket-transfer" data-placement="bottom" data-toggle="tooltip" title="Edit"
Did the same in
\include\staff\templates\tickets-actions.tmpl.php
to fix Transfer and Delete tooltips
Worked as advertised. Cheers.
Hey guys, just so you know the tool tips will be back by popular demand in the next release.