Possible edit items listed in root menu of breadcumb bar?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Possible edit items listed in root menu of breadcumb bar?

Post by cadu »

Hi,

As shown in the attached image, is it possible to edit the items listed in the root menu of the breadcrumb bar?
For instance, I would like to add my cloud folders (onedrive, googledrive) to this menu.

Thanks for the assistance,
Carlos
Attachments
2019-02-05_09-36.png
2019-02-05_09-36.png (11.75 KiB) Viewed 1910 times

jupe
Posts: 2757
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Possible edit items listed in root menu of breadcumb bar?

Post by jupe »

No it's not possible, unless you map them to a drive letter.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Possible edit items listed in root menu of breadcumb bar?

Post by admin »

You could also customize the Breadcrumb Bar's Hamburger to feature those links.
Or you could create a User Button in the Toolbar that drops the menu you desire.

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: Possible edit items listed in root menu of breadcumb bar?

Post by cadu »

Many thanks for directions!
Customize the Breadcrumb Hamburger is what I need.
I found out how to access Hamburger customization, but couldn't understand how to add a drive/folder path.
How to add drive/folder path into Hamburger menu?

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Possible edit items listed in root menu of breadcumb bar?

Post by highend »

::C:\;goto "C:\"
One of my scripts helped you out? Please donate via Paypal

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: Possible edit items listed in root menu of breadcumb bar?

Post by cadu »

::C:\;goto "C:\"
It worked. Thank you very much!

Just a further point:
In the Hamburger menu, is it possible to replace the default blue script icon (with a white triangle inside) with a custom icon?
I mean, I would like to see a "drive C:" custom icon instead.
I tried to append to the syntax "<xypath>\Data\Icons\Drive.png", but it didn't work:
::C:\;goto "C:\";<xypath>\Data\Icons\Drive.png

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Possible edit items listed in root menu of breadcumb bar?

Post by highend »

Afaik this is not supported atm.
One of my scripts helped you out? Please donate via Paypal

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: Possible edit items listed in root menu of breadcumb bar?

Post by cadu »

Actually, I could add the icons following the syntax below (I'm inserting all menu shown in the image)

Code: Select all

New Item;#240;:newfolder
New Folder;#233;:newfolder
-
Copy PATH;#101;<xypath>\Data\Icons\Copy_Path_1.png
Copy NAME;#113;<xypath>\Data\Icons\Copy_Path_1.png
Copy NAME.ext;#102;<xypath>\Data\Icons\Copy_Path_1.png
-
Append DATE;#1407;:copy
Duplicate with DATE;#165;:copy
-
Duplicate Tab;#1403;<xypath>\Data\Icons\Folder_TAB_Grey.png
Duplicate Tab to Other Pane;#1404;<xypath>\Data\Icons\Folder_TAB_Grey.png
-
Open Folder;#1043;<xypath>\Data\Icons\Folder_TAB_Redish.png
Open Folder in Other Pane;#1063;<xypath>\Data\Icons\Folder_TAB_Redish.png
-
:dpmoveto
:dpcopyto
-
:home
Set Home;#347;:home
Lock Home;#349;:home
-
Lock Location;#350;<xypath>\Data\Icons\LockerBlack.png
-
Close ALL Tabs;#352;<xypath>\Data\Icons\CloseRed.png
2019-02-14_11-06.png
2019-02-14_11-06.png (17.57 KiB) Viewed 1790 times

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Possible edit items listed in root menu of breadcumb bar?

Post by highend »

Actually, I could add the icons following the syntax below
Yeah, and now try to add an icon to this:

Code: Select all

::Goto C:\;goto "C:\"
<xypath>\Data\Icons
There is <xyicons>?
One of my scripts helped you out? Please donate via Paypal

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: Possible edit items listed in root menu of breadcumb bar?

Post by cadu »

highend wrote: 14 Feb 2019 14:13
Actually, I could add the icons following the syntax below
Yeah, and now try to add an icon to this:

Code: Select all

::Goto C:\;goto "C:\"
<xypath>\Data\Icons
There is <xyicons>?
You are right @highend, for this script I couldn't find out how to add icon. In the end, I changed the initial Breadcrumb menu designing I had in mind (based on scripts as ::Goto C:\;goto "C:\"), then with my new commands with icons I generalized mistakenly the icons possibilities.

Anyway, if anyone finds out how to add an icon to this script structure, please share:
::Goto C:\;goto "C:\"

hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Re: Possible edit items listed in root menu of breadcumb bar?

Post by hari3 »

How to add C and D at the place where navigation buttons are shown and after this is added the navigation buttons should be hidden

hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Re: Possible edit items listed in root menu of breadcumb bar?

Post by hari3 »

or how to add drives at the navigation

Post Reply