Changing Directions dropdown to address not title

0 views
Skip to first unread message

tones

unread,
Aug 18, 2007, 7:53:15 AM8/18/07
to Minimap
Go to your firefox profile (normally C:/Documents and Settings/
Application Data/Mozilla/Profile.....in Windows) and locate the
extensions folder. Within this folder you should see a folder called
{398e77b8-2304-11dc-8314-0800200c9a66} - open this then navigate to
Chrome > Content > minimap.xul

Open this file in wordpad/notepad/etc and find lines 284 and 300, they
look like this:

<menuitem uri="rdf:*" id="rdf:http://www.flock.com/rdf/maps#id"
label="rdf:http://www.flock.com/rdf/maps#title" value="rdf:http://
www.flock.com/rdf/maps#id" oncommand="directionsMove(this.id)"/>

Change label="rdf:http://www.flock.com/rdf/maps#title"

to

label="rdf:http://www.flock.com/rdf/maps#location"

So the resulting lines 284 and 300 should look like this:

<menuitem uri="rdf:*" id="rdf:http://www.flock.com/rdf/maps#id"
label="rdf:http://www.flock.com/rdf/maps#location" value="rdf:http://
www.flock.com/rdf/maps#id" oncommand="directionsMove(this.id)"/>

The above instructions are for the sidebar, to also change the Map
Tab, open Chrome > Content > maptab.xul and change lines 222 and 238
as above.

Cheers, Tones

Reply all
Reply to author
Forward
0 new messages