On Sat, 3 Jul 2004 14:31:01 +0200, "Alvaro G. Vicario"
<> wrote:
>*** Galaxy escribió/wrote (Sat, 03 Jul 2004 11:54:56 GMT):
>> I thought I found something the other day, but I've lost the
>> reference. I've been googling since yesterday trying to find out how
>> to do this, but I've had no luck. I'm pretty sure it was a way to
>> assign icons to the shortcuts in the personal toolbar folder ...
>
>The Tabbrowser Extensions add this feature (and some more) to bookmarks:
>
>http://extensionroom.mozdev.org/more-info/tbe
>
>I don't know if there's a better way and I haven't tested it myself.
Tabbrowser adds ability to supposedly change the icon in the items in
what I've assigned as my Personal Toolbar Folder, but it's not
working. I right-click on any of the "shortcuts" on the toolbar
folder and click properties. Once the "Properites for ..." dialogue
box comes up, I click on the "Tab Settings" button between OK and
Cancel along the bottom. On the box that comes up, I click on the
"Referrer and Favicon" tab and then in the "Icon:" path box, put in
the pathname to the specific icon needed. I click OK and OK again to
get back to FF's main interface and then close down FF.
Nothing works.
The icon path is still there when I go and look but the icon hasn't
changed. I changed from the IE theme back to the default theme and
checked again. Path still there to icon but the generic icon for the
theme for these buttons is still all that one sees.
btw, I figured out I would have to remove the "disable bookmarks" code
from the user.js file that I put in after reading how to do that. The
lines I removed were these:
// Disable Bookmark Icons
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);
I've tried this extension on v0.9, v0.9.1 and v0.9.2, my current one,
it doesn't do a thing.
I don't care if I have to hard-code something in somewhere, like we do
for the taskbar icon.