Badge - Disable clicks?
binaryeric
Registered Users Posts: 34 Big grins
Is it possible to disable "clickability" on a badge that we create? I have created a badge to serve as a random image display - but these aren't images that I intend for anyone to within the SmugMug gallery. The gallery is unlisted, which keeps someone from navigating to them directly but if the click on a photo within the badge it launches the gallery URL with the photo.
Any attribute that I can add to the badge code to disable this functionality?
Thanks,
Eric
Any attribute that I can add to the badge code to disable this functionality?
Thanks,
Eric
0
Comments
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thanks! Here is my badge code:
/redacted/
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
My Website index | My Blog
This the standard SmugMug badge (Flash). How could I add the spacer.gif? I have a spacer image that I can use, but how do I set it up to be on top of the flash badge?
Thanks!
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Allen, do you know how I might do this?
Thanks,
Eric
div with gif might work but don't know till try it.
<div id="myBadge">
<img src="/img/spacer.gif" width="750" height="100" border="0" alt="">
<object>
...
</object>
</div>
My Website index | My Blog
I was never able to dedicate enough time to this to solve it but since then I have decided to abandon the flash badge and see if there is any way to create something extremely similar using javascript, dhtml, etc. So far no luck but I am still hoping to find someone clever who has done something like this. Flash components like the SM badge are troublesome, you have no ability to configure or modify them, and they can slow down your site.
I'm really hoping that I can locate a non-flash alternative to the badge.
Eric
thanks for the up date!
How would we change the url to redirect to a different web page. is this part possible? i am using the about link but if the pictures are clicked on i would like to direct it to another url..
[HTML] [/HTML]
Thanks!