Ability to turn off linkback
January 24, 2008 - 2:16am — balupton
| Project: | jQuery Lightbox Plugin (balupton edition) |
| Version: | 1.0.1-final |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | balupton |
| Status: | closed |
Jump to:
Description
A option will be available to turn off the linkback.

Comments
#1
Added and will be in the next release (current is 1.0.1-final).
Solution is done by setting the show_linkback option/param to false, like so:
<script type="text/javascript" src="jquery_lightbox/js/jquery.lightbox.js?show_linkback=false"></script>#2
Fixed release is now out, it is version 1.1.0-final.
#3
#4
where can i find this code in my script?? witch file?
#5
Look at the index.html code, there is an example there, as well as comment #1 here. You simple add ?show_linkback=false at the end of the src of the jquery.lightbox.js script tag. I also request that if you do remove this linkback, you add another somewhere else on the site, to give credit where credit is due.
#6
I'm sorry,i feel so stupid but i cant find the code to ad ?show_linkback=false.
witch file is it? i use the jQuery Lightbox Plugin (balupton edition) .
when i open the pluging map i see the css,js,images maps and the php file.
i open the js file and ten the jquery.lightbox.js file, there i cann't find the code to add the linkback=false code.
when i download a normal jquery.lightbox. pluging i do see de code to change but that pluging do not work when i upload to m server.
can you please send me the script with the changes to my email: info@beatjunkiez.com
#7
I've the same problem, I use the plugin for wordpress and I'm not able to modify PHP file (or JS packed) to add this string:
show_linkback=false
Can you write here how? Thanx ;)