The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Lightbox Javascript feature

+5
Doctor Inferno
eagle8x
zinex
Jalokim
MarkCwee
9 posters

Go down

Do you want this stuff on your board?

Lightbox Javascript feature Left1183%Lightbox Javascript feature Right11 83% 
[ 5 ]
Lightbox Javascript feature Left1117%Lightbox Javascript feature Right11 17% 
[ 1 ]
 
Total Votes : 6
 
 
Poll closed

Lightbox Javascript feature Empty Lightbox Javascript feature

Post by MarkCwee November 8th 2008, 1:09 pm

I would like to tickle a technician's imagination with this application.

I don't know what is the name for this stuff, so I'm posting in here.

Check this out:

This is just an example link: Example link

Just click in the center of IMAGE, and you'll see that WINDOW WITH IMAGE is opening! Smile

I don't know what this feature is calling, but it would be AWSOME to have it on my board. That means no more boring link posting and image resizing etc...

After technicians "expertise", I will create a poll for this app.
Please I expect your recall. Thx


Last edited by MarkCwee on November 8th 2008, 4:21 pm; edited 1 time in total
MarkCwee
MarkCwee
Forumember

Male Posts : 26
Reputation : 0
Language : English

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by Jalokim November 8th 2008, 1:52 pm

Its a javascript ... one of the lightbox variations...
It is possible to use so long as you have a FTP host for the .js

I use similar technology here:
Spoiler:
If the techies can add a normal image resizing I'd be happy
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by MarkCwee November 8th 2008, 1:53 pm

That would be super cool! Thx for the info Wink
MarkCwee
MarkCwee
Forumember

Male Posts : 26
Reputation : 0
Language : English

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by zinex November 8th 2008, 3:22 pm

If you could change your title to something more descriptive, then add a poll, members will be able to vote. i for one would vote yes, i have lightbox on my vb forum its great!
zinex
zinex
Hyperactive

Female Posts : 2804
Reputation : 93
Language : scotch och aye!
Location : Whats harder than a rock?!

http://asylum.forumotion.co.uk/forum.htm

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by eagle8x November 8th 2008, 3:34 pm

Can someone rip the js and tell how to use.
eagle8x
eagle8x
Forumember

Male Posts : 362
Reputation : 15
Language : Vietnamese

http://diendan.chinhphuc.info

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by Guest November 8th 2008, 3:40 pm

Couldn't you you the meta tags to link to the js file Jalokim?
avatar
Guest
Guest


Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by Doctor Inferno November 8th 2008, 4:08 pm

You can grab from the link below, Lightbox 2. That's what I'm using, I host my javascript on a javascript host. The sad thing is, you can only use it on HTML pages.

http://www.huddletogether.com/projects/lightbox2/
Doctor Inferno
Doctor Inferno
Active Poster

Male Posts : 1331
Reputation : 30
Language : GeekPolice
Location : Singapore

http://www.GeekPolice.net

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by MarkCwee November 8th 2008, 4:40 pm

Enable HTML in your posts then Smile
MarkCwee
MarkCwee
Forumember

Male Posts : 26
Reputation : 0
Language : English

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by Doctor Inferno November 8th 2008, 4:48 pm

MarkCwee wrote:Enable HTML in your posts then Smile

Won't work, i tried it. The post editor won't all this code: <script type="text/javascript"
Doctor Inferno
Doctor Inferno
Active Poster

Male Posts : 1331
Reputation : 30
Language : GeekPolice
Location : Singapore

http://www.GeekPolice.net

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by zinex November 8th 2008, 5:17 pm

have you tried taking out the script type part and replacing with just <script > tag at start and </script > at end? that will work sometimes.
zinex
zinex
Hyperactive

Female Posts : 2804
Reputation : 93
Language : scotch och aye!
Location : Whats harder than a rock?!

http://asylum.forumotion.co.uk/forum.htm

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by Jalokim November 8th 2008, 5:21 pm

yup ... thats the reason why it can't be done...meta tags don't help
although I've never actually seen a forum that has posts with lightbox...
most just have an enlarge mod.

i sometimes use normal BB to make a nice effect:
Code:
[url=url of big pic][img]of little pic[/img][/url]

but that is not the same.

@ zinex... with lightbox you have to have this part :
Code:
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="lightbox.js"></script>
in the html for the lightbox elements:
Code:
<a href="images/.png" rel="lightbox" title="alternative description">
to work... so without modifying the html we can't do it
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by endro December 10th 2008, 1:56 am

thanks for de info brow.. :wouhou:
endro
endro
New Member

Posts : 11
Reputation : 0
Language : english, indonesia, javanese

http://sapoelidi.forum-motion.com

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by Schindler's list November 22nd 2011, 6:37 pm

Jalokim wrote:yup ... thats the reason why it can't be done...meta tags don't help
although I've never actually seen a forum that has posts with lightbox...

You can see here

the final version of my portable implementation lightbox2 on my forum using invision version.

Greeting
avatar
Schindler's list
New Member

Male Posts : 4
Reputation : 0
Language : Serbian/English

http://jgrm.team-forum.net/

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by Omu November 28th 2011, 6:01 pm

You have an tutorial there: http://lokeshdhakar.com/projects/lightbox/

or:



Jalokim wrote:yup ... thats the reason why it can't be done...meta tags don't help
although I've never actually seen a forum that has posts with lightbox...
most just have an enlarge mod.

i sometimes use normal BB to make a nice effect:
Code:
[url=url of big pic][img]of little pic[/img][/url]

but that is not the same.

@ zinex... with lightbox you have to have this part :
Code:
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="lightbox.js"></script>
in the html for the lightbox elements:
Code:
<a href="images/.png" rel="lightbox" title="alternative description">
to work... so without modifying the html we can't do it
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by Guest December 1st 2011, 5:05 pm

My vote is no, sorry..Razz
avatar
Guest
Guest


Back to top Go down

Lightbox Javascript feature Empty Re: Lightbox Javascript feature

Post by Jophy May 15th 2013, 4:32 pm

Lightbox Javascript feature Permis10 Suggestion Clean up

-> Old suggestions(Please feel to create a new thread for the garbaged old suggestions)
-> Implemented suggestions
-> Suggestions which are currently suggested (Please use the SEARCH function)
-> Suggestions which are already possible
-> Unclear Suggestions

=> Please read the guidelines for the suggestion section: https://help.forumotion.com/t93899-suggestions-for-your-forums-how-to
=> Please take a look on the frequently suggested features for your forums:
https://help.forumotion.com/t79095-frequently-requested-suggestions-for-your-forums

Locked & Garbaged

Lightbox Javascript feature Modera10Jophy
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum