Jump to content
  • 0

Shared folder attributes


BobRatcliffe

Question

Hello all,

This is my first posting on the site so please bear with me.  I am using FrogLearn to store Performance Management documentation, some of which have long filenames.  Due to the attributes such as file, owner and date, there is not much space left for long file names. I asked Tech Support to see if you can switch off those attributes but with no luck. As a Mac user, I know that I can display or hide things like - date modified, size, kind.  If there was a way to switch off the owner and date in the Shared folder then the user could see all of the long file name.  Has anybody else had this same problem and then found a way round it?

Thanks, Bob

 

Shared folder.jpg

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi @BobRatcliffe

Try this in an HTML widget.   I've grabbed the UUID from your site already:

<style>
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] th:nth-child(3),
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] th:nth-child(4),
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] th:nth-child(5), 
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] td:nth-child(3),
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] td:nth-child(4),
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] td:nth-child(5) {
    display:none !important;
}
</style>

 

  • Thanks 1
Link to comment
Share on other sites

  • 0
On 21/09/2018 at 16:40, Graham Quince said:

Hi @BobRatcliffe

Try this in an HTML widget.   I've grabbed the UUID from your site already:


<style>
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] th:nth-child(3),
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] th:nth-child(4),
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] th:nth-child(5), 
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] td:nth-child(3),
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] td:nth-child(4),
div[data-content-uuid="D9645E0120028C0DC534BF919293FB0417984E5CCDF35847"] td:nth-child(5) {
    display:none !important;
}
</style>

 

Been wondering if there was a way to do this....  does the job for me! :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...