• 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: Changing RSFile Theme has no affect on the display

Changing RSFile Theme has no affect on the display 12 years 6 months ago #14974

I have created a new theme based on the Default theme. I copied and pasted the code in the default theme to my new theme and merely modified the Files template header and layout to remove the version and license columns because we don't use them. However the columns persist.

I've set the new theme as the default. I've cleaned the administrator cache. Please advise.

Template Header:
<table style="margin-bottom:5px;border:1px solid #cccccc;background:#F8F8F8;width:100%">
<tr>
<td width="40%">File Name</td>
<td width="7%">File Size</td>
<td width="10%" align="center">Date Added</td>
<td width="1%"> </td>
</tr>
</table>

Templage Layout:
<table style="margin-bottom:3px;border:1px solid #cccccc;background:#F8F8F8;width:100%">
<tr>
<td width="40%">{FileName}</td>
<td width="7%">{FileSize}</td>
<td width="10%" align="center">{DateAdded}</td>
<td width="1%">{Download}{Details}{View}</td>
</tr>
</table>
The administrator has disabled public write access.
  • 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!