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

parasolx’s picture

does any one facing this kind problem same as me?

swopit’s picture

Yes, same problem here

morleti’s picture

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...

RodrigoNP’s picture

placing both files in js folder didnt worked for me too , until i copied sweetTitles.js to sweettitles.js in the same folder.

patcon’s picture

Just to clarify, he's saying that you simply need to rename sweettitles and take out the capital "T" :)
Thanks Rodrigo!

henrylaxen’s picture

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".