PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1437
Location: North Carolina

PostPosted: Tue Mar 10, 2009 3:04 pm Reply with quote Back to top

Several that I have seen that do support outside links are non commercial license or some other odd ball license. I am looking right now for a GPL jquery one that does more than just link images.
View user's profile Send private message Send e-mail Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Tue Mar 10, 2009 3:48 pm Reply with quote Back to top

I posted a list of jQuery lightbox / modal scripts - they are all open source - why not integrate one of those that supports both galleries and modal (including outside links):
Only registered users can see links on this board!
Get registered or login to the forums!
- MIT
Only registered users can see links on this board!
Get registered or login to the forums!
- CC
Only registered users can see links on this board!
Get registered or login to the forums!
- MIT
Only registered users can see links on this board!
Get registered or login to the forums!
- CC
Only registered users can see links on this board!
Get registered or login to the forums!
- GPL, MIT

Again, I think ShadowBox has the best combination of features, flexibility and size.

If I could figure out how to do galleries in
Only registered users can see links on this board!
Get registered or login to the forums!
(GPL, MIT), it would possibly be the best. The documentation says it is possible, but there are no examples...
View user's profile Send private message
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1174

PostPosted: Tue Mar 10, 2009 3:52 pm Reply with quote Back to top

I looked at Shadobox but couldn't figure out what and where to upload. Docs weren't all that user-friendly either regarding that issue. But it does look promising as regards a lightbox for forms and such.

Cheers
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1437
Location: North Carolina

PostPosted: Tue Mar 10, 2009 4:38 pm Reply with quote Back to top

I have been looking at a few. One that look good was doing goofy stuff in Firefox. Another had issues with IE6, etc. I plan on using the one that has most features and least downside. It's all a process.
View user's profile Send private message Send e-mail Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1437
Location: North Carolina

PostPosted: Tue Mar 10, 2009 4:58 pm Reply with quote Back to top

Shadowbox has some kind of license prohibiting commercial use of it without purchasing a license. Does that mean if a site is for profit, they would need to buy a license or does that mean if someone was to sell the script it would require a license purchase?

It sounds like it can not be used on a commercial site.
View user's profile Send private message Send e-mail Visit poster's website
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1174

PostPosted: Tue Mar 10, 2009 5:39 pm Reply with quote Back to top

It can be used on YOURFUNSITE.com but not on MYBUSINESS.com without a license.
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Tue Mar 10, 2009 8:33 pm Reply with quote Back to top

I think it means you can use it in your software as long as you don't sell it, claim it's yours, or remove the original copyright / attribution
View user's profile Send private message
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1174

PostPosted: Thu Mar 26, 2009 1:56 pm Reply with quote Back to top

Interesting issue ...

I have a thumbnail image posted in one of my forums that also uses the LightBox routine when clicked to the larger image. However, ONLY a registered user can take advantage. An anonymous user sees only the thumb image and the code.

Ideas??
View user's profile Send private message
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1174

PostPosted: Fri Mar 27, 2009 10:38 am Reply with quote Back to top

This was FIXED, see:
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6302
Location: Vsetin, Czech Republic

PostPosted: Mon Mar 30, 2009 7:48 am Reply with quote Back to top

Messages has a dependency on forums so thats an interesting problem.
View user's profile Send private message Send e-mail Visit poster's website
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1174

PostPosted: Mon Mar 30, 2009 8:02 am Reply with quote Back to top

Don't know what "messages" has to do with anything as this was a direct post in the forum. Yes, an interesting problem nonetheless.

Cheers
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1254
Location: Texas, USA

PostPosted: Mon May 25, 2009 8:07 am Reply with quote Back to top

heres a couple of "lightbox" scripts that don't use JS, only CSS Smile
Only registered users can see links on this board!
Get registered or login to the forums!

(this one doesnt work in chrome/safari)

and
Only registered users can see links on this board!
Get registered or login to the forums!


they have a very cool site by the way, tons of demos for all things css.
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Mon May 25, 2009 11:10 am Reply with quote Back to top

Those are nice for single images, but don't offer all the other features many would like (e.g. galleries, external pages, etc.).

I'm getting closer to finalizing the modal functions for nukeSEO DH, and found another script to add to the list:
Only registered users can see links on this board!
Get registered or login to the forums!
. Good documentation, great features, compliance...but it doesn't work in IE with select / dropdown elements (there is a fix, but I'm trying to confirm it).

Also, while looking at this and the previous scripts I listed, it appears that most implement gallery functions using the rel attribute, and the lightbox / modal features using the class (though some support other link attributes as well - though not all are compliant this way - e.g. ID).

My previous favorite, Shadowbox, only uses the rel attribute by default (which prevents it from being used with the AREA tag), but allows more complex triggers that do support tags that don't have rel attributes (like AREA). But the latest version has a custom license, and the total file size is HUGE. Obviously, flexibility and functionality come at a price...

Thickbox supports on-the-fly configuration using variables added to the link. This is a nice feature in terms of flexibility - especially for CMS applications, and all the Thickbox parameters are removed before getting the URL. On the downside, it's a little slow and doesn't offer anything in the way of transitions, which is useful for galleries. But it hasn't been updated in 2 years, and there is no indication that it will be.

Maybe I'm looking for something that doesn't exist: a single script that supports modal and lightbox functionality. For now, I'll try to get the issue resolved with ColorBox...
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1437
Location: North Carolina

PostPosted: Mon May 25, 2009 11:26 am Reply with quote Back to top

Facebox has a lot of features, Uses JQuery, total file size is 9.5 KB, handles remote files, images, div, ect...
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Send e-mail Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6302
Location: Vsetin, Czech Republic

PostPosted: Mon May 25, 2009 11:55 am Reply with quote Back to top

If your not stuck with utilising jQuery, MooTools is worth a visit.
View user's profile Send private message Send e-mail Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Mon May 25, 2009 2:07 pm Reply with quote Back to top

I'll take another look at facebox. I suspect with MooTools, the issues will be the same, and as I've already been down that path before, I'll stick with jQuery. (actually, one of the reasons ShadowBox got so big is because it combined all of the versions that work with different frameworks (including jquery, mootools and prototype/scriptaculous) into one version that works with whatever framework is loaded. But as I said, same issues: licensing, etc.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6302
Location: Vsetin, Czech Republic

PostPosted: Mon May 25, 2009 2:19 pm Reply with quote Back to top

Just looked at Facebox again, seems quite nice. I like the fact they have included an example on how to manually fire a box instead of relying completely on a attribute or an action like onClick.
View user's profile Send private message Send e-mail Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1437
Location: North Carolina

PostPosted: Mon May 25, 2009 3:19 pm Reply with quote Back to top

I have 2 lightbox mods for the nukeWYSIWYG editor. One uses Facebox and the other uses Slimbox. Slimbox only handles images, but it handles images well. The Facebox mod does about everything except grouped images.
View user's profile Send private message Send e-mail Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Mon May 25, 2009 7:43 pm Reply with quote Back to top

Facebox is nice, but:
- doesn't support galleries (only single image)
- only uses REL to initiate, which isn't supported for AREA tags, though you could possibly manually initiate on an onclick event for this (more complicated)
- can't hide when clicking content, prevent close when clicking overlay, or control display of close control
- CSS indicates ability to control overlay, but no working examples of this or setting opacity

It is small, though... Smile
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Mon May 25, 2009 7:56 pm Reply with quote Back to top

So right after I submitted that post, I went to the FamSpam site to see it in action - and there was a gallery... Still, points off for not including this in documentation or examples...
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1254
Location: Texas, USA

PostPosted: Mon May 25, 2009 9:03 pm Reply with quote Back to top

i still like highslide, ton of features, good documentation, customization of the js to use only features you need, and probably the best transition effects I've seen. There are redistribution restrictions, but they aren't that bad Smile

Quote:
You are allowed to distribute Highslide JS with non-commercial packages given that you a) emphasize on your download page that Highslide JS is not free for commercial use, and b) provide a link back to this web page on your download page.

Only registered users can see links on this board!
Get registered or login to the forums!

creating a custom js file:
Only registered users can see links on this board!
Get registered or login to the forums!

reference docs
Only registered users can see links on this board!
Get registered or login to the forums!

barebones examples
Only registered users can see links on this board!
Get registered or login to the forums!


would be nice to see ravennuke on this list Smile
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Mon May 25, 2009 9:22 pm Reply with quote Back to top

I can't figure out how the gallery works - it appears to show every image on the page in the facebox class.

Re: highslide, it appears to have most of the features I look for, but it's license makes it a non-starter...
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Thu May 28, 2009 10:47 pm Reply with quote Back to top

Progress!

Colorbox DOES work with dropdown / select in IE 6. The problem was that it conflicted with BoxOver...

So...meet
Only registered users can see links on this board!
Get registered or login to the forums!
- is it the new BoxOver? Not yet - it doesn't appear to handle inline HTML in the title.

I've looked at several jQuery tooltips:
Only registered users can see links on this board!
Get registered or login to the forums!

Only registered users can see links on this board!
Get registered or login to the forums!

Only registered users can see links on this board!
Get registered or login to the forums!

Only registered users can see links on this board!
Get registered or login to the forums!

Only registered users can see links on this board!
Get registered or login to the forums!
- very nice, check out the demos, but doesn't do overlib / Boxover type header / body tooltips and the script is HUGE
Only registered users can see links on this board!
Get registered or login to the forums!

Only registered users can see links on this board!
Get registered or login to the forums!

Only registered users can see links on this board!
Get registered or login to the forums!
- like other mb scripts, this uses non-compliant HTML
Only registered users can see links on this board!
Get registered or login to the forums!

Only registered users can see links on this board!
Get registered or login to the forums!

Only registered users can see links on this board!
Get registered or login to the forums!
- very small, but limited
Only registered users can see links on this board!
Get registered or login to the forums!

Only registered users can see links on this board!
Get registered or login to the forums!


If you've had enough jQuery...
And a great one that uses prototype / scriptaculous:
Only registered users can see links on this board!
Get registered or login to the forums!

Another prototype script:
Only registered users can see links on this board!
Get registered or login to the forums!

And one from Mootools:
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Thu May 28, 2009 11:19 pm Reply with quote Back to top

I stand corrected...clueTip does handle inline HTML in the title tag, and it's even better than BoxOver because it uses delimiters like | to separate the popup title and body - NICE!
View user's profile Send private message
duck
Worker
Worker


Joined: Jul 03, 2006
Posts: 247

PostPosted: Fri May 29, 2009 12:13 am Reply with quote Back to top

I have used Cluetip often and can vouch it is a good one. I really like it's operation and it handles HTML better than others I've tried.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum