• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: How to hide "New" and "File size"

How to hide "New" and "File size" 5 months 2 weeks ago #43737

  • bert1
  • bert1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I use RSFiles 1.17.7

In an article I have this code {rsfiles path="test.pdf"}

How can I change the layout and/or remove the "New" badge the "File size" badge and the datetime label?

In the browser I see this:

The administrator has disabled public write access.

How to hide "New" and "File size" 5 months 2 weeks ago #43738

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 633
  • Thank you received: 117
Hello,

You can change the layout from 'Table' to 'Columns' by editing the System - RSFiles! plugin > 'Layout' option.

You can hide the 'New' badge either by:

- going to Components > RSFiles! > Settings > Files > add 0 in the 'Days to be NEW' field. This however will apply globally to all your files, displayed either through the System plugin or the Download Folder menu item.

- adding a custom CSS rule in one of your template CSS files, to target the files added in articles, for example:
.com-content-article__body .rsfiles-layout .bg-info {
    display:none;
}
The administrator has disabled public write access.
The following user(s) said Thank You: bert1
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!