Closed (fixed)
Project:
BeautyTips
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2011 at 18:30 UTC
Updated:
20 Sep 2011 at 21:01 UTC
Does anyone have this module, 6.x version, working with advanced help? I just get an empty popop. I've tried recommended releases and dev. Just a plain drupal 6 install with only adv help, beauty tips installed.
Just curious.
EDIT: It seems that jquery_update breaks things. Turn that off, works again. Wonder why?
Comments
Comment #1
kleinmp commentedI fixed this in the dev version of the 6 branch. The css selector wasn't working correctly with the newer version of jquery. I removed the exclusion of the advanced help navigation to fix this. I couldn't seem to grab everything except the navigation, and I figured it would be better to grab more than is needed
Comment #2
kleinmp commentedAlso, I fixed another advanced help issue for the drupal 7 version where it would not disaply the advanced help icon.
Comment #3
chrisschaub commentedThanks, works well. I do notice that it works on "hover" which is great, but if you click, you get the standard advanced help popup box. Is this supposed to work this way?
Comment #4
chrisschaub commentedAs a further thought, shouldn't the default be in includes/drupal_help.inc:
current code:
slight tweak/revision to make the advanced help popup not fire along with beautytip:
otherwise, when you click the advanced help option you get both the beauty tip AND the advanced help popup which I'm assuming is not desired?
Comment #5.0
(not verified) commentedFound reason for break.