Search the web
Sign In
New User? Sign Up
fotonotes · FotoNotes Hackers List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Version of Fotonotes for MediaWiki   Message List  
Reply | Forward Message #110 of 116 |
I've finished the version of Fotonotes for MediaWiki.

This page describes how to install it:
http://meta.wikimedia.org/wiki/Fotonotes.

This page shows an example (of a slightly modified version) of it in
use: http://www.werelate.org/wiki/Image:Test_image.jpg. The
modifications are minor: I changed the fnInputFieldID and fnOuterTag
variables in the fnclientwiki.js script so that the script stores the
notes in a hidden input field.

I found a couple of additional bugs that you might want to fix:

In fnAddNote: add Math.round calls to
newArea.style.left = (Math.round(container.offsetWidth/2) - 25) + 'px';
newArea.style.top = (Math.round(container.offsetHeight/2) - 25) + 'px';

In fnEditButtonHandler: use style width and height instead of
offsetWidth and height, because offsetWidth and Height are +2 pixels
greater than the actual width and height:
newWidth = parseInt(area.style.width);
newHeight = parseInt(area.style.height);

Everything is working great!

Now for a question: For the website I'm using this on, I would like to
replace the fotonotes link at the top of the image with a button
linking to the fotonotes website at the bottom right-hand corner of
the page, next to the "powered by MediaWiki" button. Do you have an
image that I could use for this button?





Mon Nov 6, 2006 6:54 pm

quassdw
Offline Offline
Send Email Send Email

Forward
Message #110 of 116 |
Expand Messages Author Sort by Date

I've finished the version of Fotonotes for MediaWiki. This page describes how to install it: http://meta.wikimedia.org/wiki/Fotonotes. This page shows an...
Dallan Quass
quassdw
Offline Send Email
Nov 6, 2006
7:10 pm

This is *so* cool. I have to play with closer... Thanks! Greg...
Greg Elin
greg@...
Send Email
Nov 7, 2006
4:15 am

Thanks! -dallan _____ From: fotonotes@yahoogroups.com [mailto:fotonotes@yahoogroups.com] On Behalf Of Greg Elin Sent: Monday, November 06, 2006 9:12 PM To:...
dallan
quassdw
Offline Send Email
Nov 7, 2006
5:39 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help