Closed (fixed)
Project:
Lightbox2
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Dec 2009 at 15:58 UTC
Updated:
12 Sep 2011 at 12:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
seutje commentedpartial port, not functional AT ALL, just want to keep a reference point of where I was
Comment #2
seutje commentedgot a lil more work done on this, it's actually calling *a* theming function now, but it's currently still using 1 single theming function and the JS doesn't seem to be getting run
I haven't touched any of the naming for functions like imagefield_image_imagecache_something because I was unsure on how to rename them (as both imagefield and imagecache are now image and image_image_image_something seems a bit silly)
I also haven't looked at the emfield (emvideo, emimage, ...) stuff, again, because I was unsure on how to handle it
hope this partial is already sort of useful, it was already sort of useful for me, but more in terms of getting down & dirty with field API
Comment #3
adiatis+1 subscribe
Now we have Drupal 7 Core alpha 5. Maybe next time Drupal core will be a beta version. Is there a 7.x dev version or alpha version of Lightbox2? I can test in a drupal 7 website and give feedback.
Comment #4
stella commentedlightbox2 needs to go under a major rewrite, or possibly merged into the new starbox module.
Comment #5
seutje commentedhm, I didn't even know about starbox... but considering it's current status, do you think it's feasible to get that and this ready by release-day?
Comment #6
stella commentedI'm not sure we'd do both, or even if we'd get starbox finished, but I think that's where efforts should be concentrated. We're still at the discussion/planning stage as we want to build it right from the start, rather than the organic mess that lightbox2 is.
Comment #7
lpalgarvio commentedsubscribing
Comment #8
betz commentedis there any news regarding the port / restart of lightbox2?
Comment #9
borazslo commentedsubscribing
Comment #10
izkreny commentedSubscribing.
Comment #11
lupus78 commentedhow is the StarBox module going on? Any update?
Comment #12
AlexDeRuyter commentedSubscribing
Comment #13
TimelessDomain commentedsubscribing
Comment #14
andypostColorbox module already works now with D7 so maybe join forces?
Comment #15
steinmb commentedSubscribing
Comment #16
amirtaiar commentedsubscribe
Comment #18
vacilando commentedSubscribing.
Comment #19
timhomewood commentedSubscribe
Comment #20
liminu commentedsubscribing
Comment #21
jeffl8n commentedsubscribing
Comment #22
dokuf commentedsubscribing
any news?
Comment #23
stevieb commentedsubscribing
Comment #24
jerry commentedSubscribing.
Comment #25
agileadamSubscribing.
Comment #26
telegraph commentedComment #27
gigantortron commentedsubscr.
Comment #28
amrlima commentedsubscribing
Comment #29
ilya1st commentedsubscribing. interesting in lightbox2 in d7
Comment #30
Vc Developer commentedsubscribing
Comment #31
Isostar commentedsubscribing
Comment #32
hessam61 commentedsubscribing
Comment #33
PMatwyuk commentedI've got a dev version I can put up. It applies the above patches as well as a fix for the permissions.
Comment #34
PMatwyuk commentedHere guys let me know if this helps at all.
Comment #35
Ddroid commentedlightbox2 7-dev.zip is still very buggy, subscribing
Comment #36
SMonsen commentedsubscribing
Comment #37
raysworld3 commentedsubscribing
Comment #38
Yannakis commentedsubscribing
Comment #39
javizcaino commentedColorbox doesn't even get near of what Lightbox2 was able to do in Drupal 6...
Colorbox needs too much configuration and doesn't work with images uploades through IMCE and used with any wysiwyg...
Subscribing
Comment #40
fleshberkowski commentedsubscribe
Comment #41
picciuto commentedsubscribe
Comment #42
robboten commentedsubscribe
Comment #43
himdel commentedsubscribing
Comment #44
robboten commentedIf this isn't getting anywhere, anyone know of a substitute?
Comment #45
javizcaino commentedWell, after trying how insert module works with colorbox module and watching the excellent FileField Insert / Image Resize Filter screencast by MustardSeed Media. we seem to have a good alternative, even though this means to install and configure three modules instead of only one...
Comment #46
mastervissie commentedSubscribing
Comment #47
clata commentedSubscribing
Comment #48
jvanopstal commentedSubscribing
Comment #49
mcsolas commentedsubscribing.
javizcaino, very interesting post thank you.
Comment #50
lpalgarvio commented@javizcaino
this one is cool too - http://drupal.org/project/wysiwyg_imagefield
Comment #51
javizcaino commented@LPCA
Let me try that out... Thanks!
Comment #52
goldlilys commentedSubscribing
Comment #53
likewhoa commentedsubscribing
Comment #54
mindgame commentedsubscribe
Comment #55
jonaswouters commentedsubscribing
Comment #56
Dalabad commentedsubscribing
Comment #57
biigniick commentedsubscribe
Comment #58
kartagisAgreed. I'd sure love to see this module ported to D7.
Comment #59
Anonymous (not verified) commented+1
Comment #60
yukare commentedI get the code at #34 and start to work on it:
https://github.com/yukare/lightbox
If someone else want to help, tell me and i add to github.
Edit: i made a small change and now links with rel="lightbox" are working, will look on another things. If you test the module and something goes wrong, please report here.
Comment #61
jonaswouters commentedmaybe a good idea to use https://github.com/fnagel/jQuery-Accessible-RIA/tree/master/Lightbox/ ?
Comment #62
yukare commentedMy main target is to make a version for drupal 7 with the same as drupal 6.
This is the current status of the porting:
Works
* Add a image with rel="lightbox"
* Add a image group with rel="lightbox[group]"
* Slideshow using rel="lightshow[group]"
* HTML content using rel="lightframe"
* Modal with rel="lightmodal", and with settings
Do not work
* Title is not working anywere
Integration with external modules
* acidvideo - There is not a drupal 7 version
* I did not test the other modules if it works or if there is a drupal 7 version for it
Not tested
* Video using rel=lightshow - I need help with this, can someone provide a flvplayer.swf for me and a working example in drupal 6 version ?
To do
* Add a description in hook_permission
* There is many filters without any action, look if this is really necessaary,
if not, remove the ones without action
Comment #63
yukare commentedUpdate:
Title is now working, it was just a line to fix.
Commented some parts of code which is not ported to drupal 7 and cause warnings, thanks to mvdz2011 by reporting it.
This time i did a new zip file, it is better that get the code from git hub, please test and report any issue.
I still need help in testing the video.
The contact and user login modal window do not work, i will work on this and after on the modules integration.
Comment #64
yukare commentedComment #65
waltf commentedsubscribing.. thank you for your work
Comment #66
AimAdvantage commentedsub
Comment #67
Stefan Haas commentedsub
Comment #68
borazslo commentedadmin/config/user-interface/lightbox2/automatic: "Call to undefined function image_get_sizes() in modules/lightbox2/lightbox2.admin.inc on line 803"
But it works...
Comment #69
AlexDeRuyter commentedWhat about Flickr support ? I guess this is under the "Automatic image handling" tab.
Which throws the following error in my drupal installation:
Comment #70
brankoc commentedImage.module is now part of core, and no longer sports a get_image_sizes function. In fact from what I understand, the image.module in core is mostly a place where the Imagecache and ImageAPI modules have been folded into.
Perhaps it would be useful to comment out the
statement, so that the users at least have access to the other settings for this tab.
Useful documentation for somebody attempting a patch may be:
- http://api.drupal.org/api/drupal/modules--image--image.module/function/i...
- http://api.lullabot.com/image_get_sizes
- http://drupal.org/node/513096 (The Future of Image in Drupal 7)
Comment #71
Anjaro commentedListening.
Comment #72
killua99 commentedsubs +1
I get this kind of error:
Comment #73
Amon_Re commentedsubscribing
Comment #74
yukare commentedThis is a important error which i am trying to solve.
I have seen a post about this error is caused about a call to theme() with variables instead of an associative array, i am looking at it.
A workarround is to disable the loading of lightbox in pages like admin/* node/*/edit and node/add, this can be done in configuration.
Comment #75
yukare commentedNew version:
* fix the error at #72 which is very important, as it make all ajax requests do not work on the website (the fix was do not load any css and js code from lightbox when is an ajax request)
* replace user/login and contact with user/login/lightbox2 and contact/lightbox2 now working, login and contact can now be in a lightbox
Nothing from modules integration working yet :( but please keep reporting issues as done in #72 if you found one.
Comment #76
likewhoa commentedComment #77
killua99 commentedThanks i'll take a look later!.
Comment #78
killua99 commentedNop, I still have some error.
In #overlay=admin/structure/types/manage/article/display/full Just can't select any lightbox options, and the ajax is broken.
Comment #79
imiksusubscribing
Comment #80
giax25 commentedI've simply imported Lightbox2 JS and CSS in my D7 project (no module).
It works perfectly but with Google Analytics Module activated..
So there is something wrong between lightbox and GA module
I think it's an old known issue, but I write here for future memory ;)
Comment #81
Amon_Re commentedI have a question regarding the 'Automatic image handling' page of the configuration, should this handle flickr images and photosets from the flickr module?
Comment #82
shadowmihai commentedsubscribing
Comment #83
3rdLOF commentedsubscribing
Comment #84
hbblogger commentedsubscribe
Comment #85
malphas commentedsubscribe
Comment #86
3rdLOF commentedThis module as it is has some big ajax incompatibilities with the latest dev of Views 3.
It could not find any of the js files (all js files under http://drupal7/sites/all/modules/lightbox2/js/ )
and gave tons of Ajax errors.
I am sure you know this, but just in case.
Comment #87
mrogers commentedsubscribe
Comment #88
chris.slater commentedsubscribe
Comment #89
adammichaelroach commentedSubscribe
Comment #90
justmagicmaria commentedUsing zip from #75 I cannot get rel=lightvideo to work with a simple YouTube link. Has anyone else gotten this to work? Thanks!
Comment #91
Subbo commentedsubscribe
Comment #92
dactura commentedsubscribe
Comment #93
ibot commentedsubscribe
Comment #94
sorensong commentedsubscribe
Comment #95
inversed commentedsubscribe
Comment #96
orbmantell commentedCan the current .zip be added to the drupal repository so we have a 7.x-1.x-dev Development Release listed on the lightbox2 page?
Thanks!
Comment #97
perhenrik commentedsubscribe
Comment #98
jeffwidman commentedsubscribe
Comment #99
midmood commentedsubscribe
Comment #100
yugongtian commented+1
Comment #101
izus commented+1
Comment #102
Dr.poop commented+1
Comment #103
culfin commentedsubscribe
Comment #104
Starminder commented+1
Comment #105
lmjr commented+1
Comment #106
TimG1 commentedsubscribing.
Comment #107
ajm8372 commented+1
Comment #108
narongwit12 commentedsubscribing
Comment #109
mgregoire83 commentedsubscribing
Comment #110
Stalski commentedsubscribing
Comment #111
agogo commentedsubscribing
Comment #112
mimrock commented+1
Comment #113
Ivaseg commentedWhen I trying to upload image I receive this error - "An error occurred while attempting to process /file/ajax/field_image/und/0/form-pzyILwQtiVN79g6R96_QAlfChAxx7k3pOILhlhcVxvU : Cannot call method 'bind' of undefined" and can't upload any files. When I disable lightbox2 module than upload work correct. How to fix this?
Comment #114
Ivaseg commentedI found that this error caused by conflict with my jQuery carousel at other page... so I was comment in lightbox2.module line
drupal_add_js($path .'/js/prototype.js', array( 'scope' => $js_location ) );and now all ok.Comment #115
rewted commentedWhy hasn't this happened yet?
Comment #116
yukare commentedI have requested to be a co-maintener of the module, see http://drupal.org/node/1164156, when i get git access i will commit the code, make a dev release, and keep working to make everything that works on d6 work on d7.
Comment #117
RockaZA commented+1
Comment #118
timtunbridge commentedsubscribing
Comment #119
endiku commentedsubscribing
Comment #120
alexbk66- commented+1
Comment #121
dremy commented+1
Comment #122
Yorgg commented+1
Comment #123
akalata commented+1
Comment #124
spacereactor commented+1
Comment #125
Tanis.7x commentedSubscribed.
Comment #126
ColinMctavish commented+1
Comment #127
rewted commentedyukare, apparently stella granted you co-maintainer status back on May 23, 2011 at 7:37pm. What's going on?
Comment #128
SanFeda commentedsubscribing
Comment #129
jox commented+1
Comment #130
JohnDoranNY commentedsubscribing (oh please please please please please port to D7 dev!)
Comment #131
lightstring commentedSubscribing
Comment #132
jherencia commentedI've created a git patch from the current git 7.x branch to the version yukare posted (#75). I've tested the lightframe filter and it works as expected.
Thank's yukare and all the coders that have contributed here for the great work done.
Please some mantainer commit this, because right now it's hard to know where to get the last D7 version and it's much better to have git repository updated.
Comment #133
theullrich commentedsub
Comment #134
JohnDoranNY commentedI also keep getting the error messages "An error occurred while attempting to process /system/ajax: iterator is undefined" in different admin and user modules. I have to disable the lightbox2 plugin module to do administrative tasks, then re-enable lightbox2, but I am setting up Drupal Commerce and some of the functions that users need are getting the same "An error occurred while attempting to process /system/ajax: iterator is undefined" error messages... somehow the included files in lightbox2 are conflicting with a lot of other modules ajax.
Comment #135
seutje commentedif the error occurred after applying the patch in #132, this remains a task, but just shows it still needs work.
if the error occurred in the 6.x-dev branch, please file a separate issue.
reverting status.
Comment #136
yukare commentedI just make some changes to drupal 7 version on 7. I think this changes was on my previous commit, but it was not(I lost to git), but now the version on 7.x branch is working, is the same as #75 with some minor improvements, please test it and report anything.
Comment #137
dwalker51 commentedIs there a Dev version to try out?
Comment #138
yukare commentedYou can get it direct from git using:
git clone --branch 7.x-1.x http://git.drupal.org/project/lightbox2.git
Comment #139
pazap47 commentedPer #138 Sorry but i get The requested URL /project/lightbox2.git was not found on this server.
Comment #140
jherencia commented#139 I've checked it and it works.
Comment #141
yukare commentedBut you used it with git?
This a line to use in a terminal like bash, it will get the files using the git program, it is not to open the url in a web browser. I have attached a .tar.gz package to this comment with it, but try always use the git version, as it will me more updated.
Comment #142
pixelsweatshop commentedAfter testing, I noticed that there are no lightbox2 display settings on any image fields on nodes also getting same error as #134
Comment #143
yukare commentedI do not have this error, so please help me finding it.
If you can, disable all other modules, like a simple drupal install, and enable one at a time until you have the error, and tell me what module causes this, i will try to fix it.
I have it working at my site, just look this address http://www.jaguaribe.net/drupal/modulos/lightbox2, there is some links with samples how to use lightbox(the page is in Portuguese) but the important is that i do not have the error, so:
1. Remove the folder with lightbox2 that you have now
2. Get it from git(just to make sure you have the last version and not an older)
3. Disable one module at a time until you do not have the error, tell me the name of the module, the url where you have the error, and what you are doing when you have the error.
Current i did not worked on image field, but i will do it now, but the error is not related to this, i think.
Thanks for repporting it.
Comment #144
pixelsweatshop commentedI have done a basic install of drupal and the latest git version of lightbox2 and I am still seeing the error.
Steps to reproduce:
1) Install Drupal 7 (Standard Install, not Minimal)
2) Enable Lightbox2
3) go to admin/structure/types/manage/article/display
4) No Lightbox2 Selection in Format Settings
5) Clicking on Settings Gear produces "An error occurred while attempting to process /system/ajax: iterator is undefined"
See screenshot attached
Comment #145
Pyro411 commentedSubscribing
Comment #146
dana.elza commentedI get same error as #144; also cannot edit Panel Content with Lightbox2 enabled, see image below.
Comment #147
pixelsweatshop commentedany chance of someone posting a dev version on the project page, so we can encourage more testing? :)
Comment #148
Jean Gionet commentedSubscribing
Comment #149
yukare commented#144 and 146:
I am sorry, but i was not able to fix this error, just loading the file prototype.js gives the error, I tried other versions of prototype and get another errors :(
Just as workarround, you can disable the loading of ligthbox in admin/config/user-interface/lightbox2/general in the pages that you do not want it like admin/*
#147
I do not have permission to do this, maybe only stella can do it, but i think that we must fix the previous error before this, as it breaks some parts of a drupal site(ajax and table drag/drop as example)
Comment #150
yukare commentedPlease test this before i commit it, at last it works for me.
On lightbox2.module, on the line 785:
drupal_add_js($path .'/js/prototype.js', array( 'scope' => $js_location ) );Comment or delete the line. This will make the file do not load, but lightbox still works.
Comment #151
pixelsweatshop commentedI can confirm that removing line 785 does remove the error, however, there are no display settings for content types to use lightbox.
Comment #152
yukare commentedI will work in image support, but i never used it in drupal 6, so i do not know what it does to test.
Can you tell me what you want to do with it? Like add many images and view as slideshow?
Comment #153
pixelsweatshop commentedjust looking to change the display setting on, say the article content type, from thumbnail to lightbox=thumbnail. Just like it did in D6. See screenshots for comparison.
Comment #154
yukare commentedI just push 3 changes to git:
1. Do not try to load unused files from scripticalus, this remove a lots of messages in watchdog.
2. Do not load prototype.js, remove the error at #144 and #146
3. Remove some comments and small change, image field is working.
Please, this really more testing, as i just make it work, but some real use cases will be good.
Since i can not create a dev release and not everyone likes git, i am posting a .tar.gz file with latest git version.
Comment #155
yukare commentedAbout emfield:
There is not a version of emfield for Drupal 7 and will not have one. The recommended module is media in Drupal 7, so i will work on it, but i do not promisse anything soon.
I will comment/remove all references to emfield in lightbox because of this.
Comment #156
pixelsweatshop commentedWith the latest git version, I'm now getting an error on install
Notice: Undefined index: presetname in lightbox2_theme() (line 1053 of /sites/all/modules/lightbox2/lightbox2.module).
Comment #157
yukare commentedI found this too.
On lightbox2.module, add this line on 1048:
$src['presetname'] = '';
Important: this is not a fix, and will not be commited, is just a simple hack to remove the warnings, as they will be on watchdog too.
The bug:
$src['presetname'] is available from the function image_styles() in drupal 6, but not in drupal 7, so i have to found what it means in drupal 6 and what is the replacement in drupal 7.
Comment #158
pixelsweatshop commentedWorks perfectly now. Everything, other than the issue in #156-157, is working as expected. Well done @yukare !
Comment #159
dsdart commentedsubscribe
Comment #160
yukare commentedCommit the fix for #156 - #157 at http://drupal.org/commitlog/commit/1470/856e22df24898bc1a383be4f6f75b109...
For me, the only issue missing is #155, if there is any other task please report it. We really need more testing before making a release, I already talk to stella and she will do it soon(or i hope).
Comment #161
neurojavi commentedHi:
I don't know if this could be useful to solve #155 (support media module):
In colorbox there's an issue discussing media/styles integration (styles is not a dependency of media anymore so I think we can focus on media alone by now). This is the Issue #1079804: Media/Styles modules support?
In #3 of that issue kmadel talks about a module that integrates colorbox and media module to some extent: http://drupal.org/sandbox/kmadel/1084984
I've tried it and works fine. Perhaps you read this module to get inspired...
Thanks for your work!
Comment #162
yukare commentedPossible bug with js agregation:
I need that someone test this to see if it is not only on my site. If i enable js agregation i have some javascript troubles on my site, in admim menu/ckeditor/lightbox 2, so i have made this change, on lighbox2.module
Replace it with:
It is not a real fix, but it remove lighbox2 from js agregation and everything works again.
Comment #163
andypostFor D7 the proper way use hook_library() for examples take a look at core's JS libraries system_library() or http://drupal.org/project/examples
Comment #164
dobzhao commentedsubscribe
Comment #165
flightrisk commentedWhy is there still no "dev" version link on the main Lightbox2 page? The only way people know that there is even any work being done on LightBox2 is to look at this bug list. Is there a zip version anywhere so you can use the D7 install module function? If not, how do you download and install whatever version is available for download? Despite being a programmer in other languages (Delphi, Visual C#, Visual Basic) and using Subversion, I really don't want to download or learn and take up space on my hard drive with yet another application, Git, just to install software that doesn't have an installer yet or the occasional patch (that should also have a better way to apply than using a version control system).
Comment #166
yukare commentedI am working on the lightbox, but i do not have the privilegies on drupal.org for creating a dev version of lightbox, so i can not make it. I have send a message to stella 10 days ago and she tell me that she was on holidays and can not do it until this weekend.
I will just wait more few days before sending another message to her.
You can use the zip in this comment, is the same content as in git server, but have the change #162 which i do not commited because none else have this problem. I know that is not simple to get the files from git, but if you see my previous comments, i have done many zip files like this one.
Comment #167
ducecc commentedsubscribe
Comment #168
Eric Anfrui commentedsubscribe
Comment #169
flightrisk commentedThank you! I will give this a try. And I'm not blaming you. You didn't decide on a version control system being the method of handling dev releases and patching. I think sometimes people who are programmers lose site of the fact that a lot of admins are NOT programmers, so it makes it impossible for them to look at new features until there is a released version. I hope in the future there is a more end-user friendly system for handling updates as changed get added. My other off-topic gripe is that the user interface isn't "drag and drop" for adjusting your theme/blocks/regions. It is more just "rearrange items in a list". To me, drag and drop means WYSIWYG. You could be able to grab a block and drop it into a region visually while looking at your page. But like I said, that's off topic :)
Comment #170
seutje commentedheh, there is no version tagged for release, not even dev, hence there is no package on the project page
this is not a problem with the system (git or project.module & family) but with the fact that no release tags were found
if clicking a tar.gz is a programmer thing, all hope truly is lost for this world
nothing prevents you from building this awesome system of yours, but please, stop poisoning this already cruft-filled issue with more unrelated ranting, the relentless downpouring of essentially worthless "subscribe" posts are bad enough, thank you.
Comment #171
flightrisk commentedBut it is ok for you to do what you just told me not to, right? ;) Not sure what you are talking about here. There is no tar.gz or zip for a version 7, so no way to download it. So only a programmer would be able to use Git or whatever to find where these releases live and "check out" the code. I was speaking though of how before a new release is available, there is often a weeks or months long system of finding patches hidden in the bugs section (here). Having to use Git or whatever to patch code is not a user friendly system. I know the volunteers do not always have time to build a tar/zip each time, or have access to upload it. Rather than gripe, I'm happy to help by volunteering to help update the changes to an install file for anyone.
Comment #172
ar-jan commentedYou can actually find a snapshot (tar.gz) on drupalcode.org. From the project page, follow the link 'Repository viewer', click the head version (7.x-1.x), tree, snapshot.
http://drupalcode.org/project/lightbox2.git/tree/refs/heads/7.x-1.x.
Comment #173
seutje commentedI'm sorry for my futile attempts to inform you. You are right, we should definitely abandon any type of versioning system and just FTP some zip files. This will most likely cause a serious boom in the development of Drupal core and modules.
Obviously, this is the perfect issue to discuss these much-needed changes, as this will go in the most relevant queue.
I'm even more sorry for posting the patch that got this issue rolling in the first place, as I now have no way to abandon this issue altogether. But that's not a system you're having problems with, so let's not discuss that in this issue...
However, I'll be glad to give you a personal course in copy/pasting a single line, be sure to get in touch if you're interested!
Comment #174
imiksuUnsubscribe..
..oh, it doesn't work :(
Comment #175
flightrisk commentedObviously English is not your first language, so you are having trouble understanding what I am trying to say and instead go off on a troll tangent about something completely different than my point, which I believe I explained clearly. Its not worth spending time trying to explain it to you. I can see from your other posts what kind of individual you are, so there is no need to have further contact with you. Thanks to the rest of you for your help! Glad to have Lightbox2 on D7 now!
Comment #176
KingLouisXIV commentedHe was referring to the fact that nightly builds and commits aren't readily available to the end-user as he liked and was interested in the latest release; if I'm reading that correctly. You don't have to jump down his throat and go on your own little rant about some nonsense. Get off your high horse; you might have contributed your part to the project, but that doesn't give you the right to immediately flame users with frivolous snark.
Thanks to everyone for the updates!
Comment #177
seutje commentedheh, I guess I still wasn't clear enough, but I have taken the liberty to voice your complains in the related queue (or at least one that isn't ridiculously unrelated) -> #1221872: Provide an easier way to download a package of the current HEAD
Please try to keep further comments regarding that issue, in that issue, and comments regarding this issue, in this issue.
Thank you!
Comment #178
vvs commentedsubscribe
Comment #179
bochen87 commentedHey guys,
Shadowbox is quite powerful for D7 and in conjunction with our new module even more powerful:
http://drupal.org/project/media_embedded
Comment #180
durum commentedsub
Comment #181
yukare commentedI make a dev version now, it may take some time do show on the project page(12 hours i think) and i will do some work today and release an alpha version soon. Stella wants to review the module before realeasing a more stable version.
So I have i request for everyone there, please test the dev version and report anything that is wrong/missing from Drupal 6, and please, open new issues for version 7.x-1.x-dev so is easy to work than search for things than looking at 180+ comments here.
Comment #182
zhuber commentedI have no CCK display settings with the current version of Lightbox2. This is frustrating because it prevents me from grouping by field name and effectively prevents me from easily creating photo galleries.
Comment #183
alexsco74 commentedThen to comment out and a line 786 :)
Comment #184
alexsco74 commentedThen to comment out and a line 786
Comment #185
steinmb commentedCould we pls. close this issue? There IS a 7.x-dev. release out, and bugs related it, should be reported as new issues. Install, test, break it and remember to post new issues with your findings to provide the dev. the much needed feedback.