Search logos
Search site
Navigation
User login
Online users
Recent comments
-
by: sijiv317598 hours 8 min ago
-
by: hammadamir9010 hours 8 sec ago
-
by: hammadamir9010 hours 12 min ago
-
by: hammadamir9010 hours 15 min ago
-
by: peter65411 hours 5 min ago
-
by: hammadamir9011 hours 8 min ago
-
by: peter65411 hours 25 min ago
-
by: hammadamir9011 hours 26 min ago
Re: FD RFE
Submitted by chiaroscuro on Wed, 01/04/2012 - 06:34Hi,
I think Fast Dial could benefit probably from some organisational tools.
Some that come to mind:
1/
Right click on a cell, get an add to fast dial prompt , click on new location in Fast dial and the cell address (if URL) or folder is moved to new location and deleted in present location.
2/
Perhaps in the sort options have one that is called tidy.
This will remove any blank celles from the page and will sort logos in their present order, but will tidy them up, a little like the arrange function in Windows in folders.
Re: FD RFE
Submitted by chiaroscuro on Wed, 01/04/2012 - 19:53An option to be able to set preview for all cells rather than for one cell at a time,
Possibly have the preview setting in Properties fixed
And maybe in preferences (or if you want in all properties) the option to have preview for all cells.
And of course the option not to, but which does not overide the indevidual cell settings in Properties which have been set for the indevidual cell
Re: FD RFE
Submitted by Efreak15 on Thu, 01/19/2012 - 15:05Via user "arve" on AMO:
Please make the "Lock" option, so the user could not accidentally move (change the position), delete, refresh or edit bookmarks without unlocking (not every item should be able to lock, but the whole items - with one button somewhere at the bottom of page).
I'm sure it would be very useful option.
Re: FD RFE
Submitted by chiaroscuro on Thu, 01/19/2012 - 17:28Please make the "Lock" option, so the user could not accidentally move (change the position), delete, refresh or edit bookmarks without unlocking (not every item should be able to lock, but the whole items - with one button somewhere at the bottom of page).
I'm sure it would be very useful option.
By bookmarks presumably this user is referring to cells and their position on the Fast Dial page(s).
And also one presumes this would also need to include locking the Preferences and Options settngs as well.
Would that mean I wonder that Add to Fast Dial would also be disabled ?
Re: FD RFE
Submitted by Efreak15 on Fri, 01/20/2012 - 12:15I actually think he wants just the cells locked. He wants a button at the bottom of the page to render the cells uneditable, unmovable, but still clickable maybe?
Re: FD RFE
Submitted by chiaroscuro on Fri, 01/20/2012 - 13:14I actually think he wants just the cells locked. He wants a button at the bottom of the page to render the cells uneditable, unmovable, but still clickable maybe?
It would be good to clarify
For aperson with a fairly fixed Fast Dial it could be useful, but not if you are always adding stuff.
The one I want to lock is refresh all
I knew a way once of removing it from the Fast Dial context menu at all.
I have many many cells and if you hit that by mistake you have had it !
Re: FD RFE
Submitted by Efreak15 on Fri, 01/20/2012 - 14:09The one I want to lock is refresh all
I knew a way once of removing it from the Fast Dial context menu at all.
I have many many cells and if you hit that by mistake you have had it !
Yeah, that could be disastrous:)
Re: FD RFE
Submitted by Sanjay on Fri, 01/20/2012 - 19:27The one I want to lock is refresh all
I knew a way once of removing it from the Fast Dial context menu at all
Add this to Stylish Addon
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#fd-refresh-all { display: none !important; }
Will remove it from context menu.
Re: FD RFE
Submitted by chiaroscuro on Sat, 01/21/2012 - 06:07Perfect
#fd-refresh-all { display: none !important; }
does the job well
many thanks
not sure however why the more correct
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("chrome://fastdial/content/fastdial.html")
{
#fd-refresh-all
{
display: none !important;
}
}
does not work....
Re: FD RFE
Submitted by chiaroscuro on Sat, 01/21/2012 - 07:35I seem to remember before that I had removed by editing fastdial.dtd in the profile
Pages