rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dwt1978

Pages: 1
1
HFS ~ HTTP File Server / Re: Remove "Your files" from Page
« on: May 10, 2023, 12:46:00 PM »
Okay, I'm going to blame my old age. The "Your files" shows up in the Diff template (at least in mine). I added some code to remove the "Select" section on the left of the page. That code happens to have "Your files" in it. Removing it from the Diff template, removes it from the page. Solved! Here's the code:

[more onload]
$('#select, #tools').hide();
$('#files').before("<div style='font-size:1in;'>Your files</div>");

2
HFS ~ HTTP File Server / Re: Remove "Your files" from Page
« on: May 10, 2023, 12:27:55 PM »
That's odd. I have a memory of it being there. Anyway, is there a way to remove it?

3
HFS ~ HTTP File Server / Remove "Your files" from Page
« on: May 10, 2023, 07:56:17 AM »
I want to remove those huge words "Your files" from the page viewed by users. At one time I did it by editing the HTML and that worked. But now those huge words are back again. I even looked at the HTML and it's no where to be found, but still shows up anyway. Is there something I can add under Properties/Diff Template that will remove those words. I am at a loss as to why I still see them even though they have been deleted from HTML. Thanks.

Pages: 1