After update the phoca tree module

Phoca Download - download manager
BGN
Phoca Member
Phoca Member
Posts: 11
Joined: 07 May 2020, 11:25

After update the phoca tree module

Post by BGN »

Hi!

1. Since the update of Phoca Download tree module the names of the (sub) categories are no longer cut off at the edge of the module. Is there a way to reactivate this function?
2. Is there a way to use the white folder symbols from the tree module also in the Phoca Download extension?

Thank you so much!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: After update the phoca tree module

Post by Jan »

Hi, can you paste a screnshot of what do you exactly mean? Which version of Phoca Download do you use now?

The tree module was completely changed to modern library, so I think, the best way will be using the CSS for this.

Jan
If you find Phoca extensions useful, please support the project
BGN
Phoca Member
Phoca Member
Posts: 11
Joined: 07 May 2020, 11:25

Re: After update the phoca tree module

Post by BGN »

Hi Jan,

I use PhocaDownload 3.2.3 / tree module 3.2.1.

There is a Screenshot from the tree module with the white buttons at the too long names at https://imgur.com/edJj56I and here are the "yellow buttons" https://imgur.com/r1Dfmwr - I want to change in white buttons.

Thank you.

Bertram
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: After update the phoca tree module

Post by christine »

Hi Bertram,

1) as we don't see it live, you could try with following code:

Code: Select all

.jstree-anchor {
white-space: pre-wrap;
padding: 5px;
}
or to change the background color (depends also on template, ev. width and position):

Code: Select all

#phocadownload-tree-module {
background: #f5f5f5;	
}
Kind regards
Christine
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: After update the phoca tree module

Post by Jan »

Hi,

2) there is no such option, except customizing the output e.g. with help of template override.

Jan
If you find Phoca extensions useful, please support the project
Post Reply