Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Ability to turn off linkback


Project:jQuery Lightbox Plugin (balupton edition)
Version:1.0.1-final
Component:Code
Category:feature request
Priority:normal
Assigned:balupton
Status:closed
Description

A option will be available to turn off the linkback.

Comments

#1

Status:active» fixed

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

Status:fixed» closed

#4

Status:closed» active

where can i find this code in my script?? witch file?

#5

Status:active» closed

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 ;)