Posted by parasolx on May 16, 2009 at 2:26am
Jump to:
| Project: | jTooltips |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have installed and all works fine. Then I follow to download and put the 2 files in the JS folder in jTooltips folder.
But in admin, the option to select sweetTitles doesn't appear.
Comments
#1
does any one facing this kind problem same as me?
#2
Yes, same problem here
#3
Same here! I've tried sweetTitles on my local machine and all worked fine, but when I added it on hosting no options in 'jTooltips admin panel' appeared...
#4
placing both files in js folder didnt worked for me too , until i copied sweetTitles.js to sweettitles.js in the same folder.
#5
Just to clarify, he's saying that you simply need to rename sweettitles and take out the capital "T" :)
Thanks Rodrigo!
#6
In the file jtooltips.module on line 75, changing
if (file_exists($jtooltips_path .'addEvent.js') && file_exists($jtooltips_path .'sweettitles.js')) {to
if (file_exists($jtooltips_path .'addEvent.js') && file_exists($jtooltips_path .'sweetTitles.js')) {fixes the problem. Yes, it is just a matter of capitilzing the "T".