Hello and thanks for creating the module. I am trying to test with the 6.x version, however it requires the jQuery Impromptu module before it can be enabled as a module. The jQuery Impromptu module according to the Drupal site has not been updated for version 6 even in a development version.
I have Googled, reviewed forums, and looked at all of the documentation and am at a loss. Can you provide a quick pointer to version 6 of jquery_impromptu? Or, if it is already included with the default jQuery in version 6, perhaps the dependencies in the .info file should be updated accordingly. Thanks in advance.
Comments
Comment #1
rjbrown99 commentedWell, it took all of about 5 minutes to port the 5.x version over. I copied it, downloaded version 1.5 of the impromptu code, changed the module to call 1.5, and changed the info file accordingly. That was easy.
Perhaps we should publish a 6.x package for impromptu so others can also test out your CCK field privacy module..?
Comment #2
rjbrown99 commentedSuggestion - you need to either add a dependency requirement for the buddylist, wrap all of the relevant buddylist code in 'if' statements in case the module is not present, or remove it since buddylist was not ported to 6.x yet.
PHP Fatal error: Call to undefined function buddylist_get_buddies() in /mydirectory/sites/all/modules/cck_field_privacy/cck_field_privacy.module on line 173
Comment #3
obsidiandesign commentedI've proposed a patch version at #315318: gmap 5.x-1.0-beta6, will try and get it into CVS as soon as possible. Also, see #314170: Plugin architecture for field access permissions + Integration with Friendlist for information about the BuddyList requirement in CCK Field Privacy, as the requirement is being removed (working out the new format, though, at this time).
Bryan
Comment #4
daniorama commentedAfter the patch will be JQuery Impromptu needed? On that case, rjbrown99, could you just attach your ported version, it would be better if everyone use the same and we test the module with it rather than making our own ports that maybe will produce different bugs. Thanks!
Comment #5
rjbrown99 commentedObsidian Design already did the same thing I did with the patch - modify the .info file so it registers with Drupal version 6, swap out to the latest jQuery Impromptu code from the author's site, and change the module to call the new code instead. It's included at this node: http://drupal.org/node/315138.
Comment #6
Patroclas commentedI would really like to try this module on D6 but the situation with JQuery Impromptu is very confused. Can someone PLEASE supply a usable method to allow JQuery Impromptu to be installed? Patches are really not a practical solution for me, and I guess for many others. The information in #5 is not clear and neither is the method at http://drupal.org/node/315138
Comment #7
obsidiandesign commentedA release version of JQuery Impromptu is now available for Drupal 6.x. Sorry about the confusion/delay while we got things going (I didn't have CVS access for that until today, or it would have been resolved.).
Bryan