Project:WebSnapr Preview Bubble
Version:6.x-1.0
Component:Code
Category:task
Priority:normal
Assigned:tanoshimi
Status:closed (fixed)

Issue Summary

Attached patch ports current websnapr D6 version to D7... minimal changes required: some functions renamed, a few arguments differ, but basically a very simple conversion.

AttachmentSize
websnapr_D7.patch18.27 KB

Comments

#1

Status:active» needs review

#2

Just tried installing websnapr in a base drupal 7 beta 3 instance and doesn't seem to be working properly after the patch is applied. I have configured with my dev key and it works in by drupal 6 instance as expected. Basically the callout box does not display at all when I hover the test link in the configuration screen.

I did notice that the Drupal.jsEnabled method has been removed in D7 so I tried commenting that section out in the websnapr.js file but it had no effect. Can you suggest something else to test/try or need any additional details? I'm struggling trying to debug the javascript.

======================================
Update....

Just got it working by doing the following:
1. Removed the drupal.jsEnabled check
2. wrapped the entire websnapr.js script in
(function($) {
.....
})(jQuery);

#3

maybe make a dev release out of this?

#4

subscribing

#5

Is there dev version for Drupal 7.X in the making ?

#6

Any news regarding D7 port ? I would be glad to test this. Thank you!

#7

Status:needs review» closed (fixed)

Big thanx to tanoshimi - now module is ported to Drupal 7

nobody click here