rejetto forum

question

0 Members and 1 Guest are viewing this topic.

Offline Win_7

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
is it possible to edit the baked in html or icon files of hfs?


Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 807
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
is it possible to edit the baked in html or icon files of hfs?
Yes, it's possible (this was answered on the FAQ, but requires being competent in HTML to not break things). This was answered several times on the forum. :)
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline Win_7

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
Yes, it's possible (this was answered on the FAQ, but requires being competent in HTML to not break things). This was answered several times on the forum. :)

do you know how i could allow uploading html files?


Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 807
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
do you know how i could allow uploading html files?
Sorry, I was busy, and I couldn't answer...

It's easy, follow these steps: ;)

1) Right-click on the folder you allow uploads, and choose 'Properties...'

2) Go to 'File masks' tab, and on 'Upload filter mask' write this:

*.*
(for allowing any type of file)

or

*.htm*
(for HTML files only)
(this only allows: .htm and .html files)

If you need to allow several types, you can separate using ;

For example (more examples):

*.htm*;*.jp*g;*.txt;*.rar
(this only allows: .htm, .html, .jpg, .jpeg, .txt and .rar files)

I guess this also answer this question (since it's the same question)

Cheers,
Leo.-
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline Win_7

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
Sorry, I was busy, and I couldn't answer...

It's easy, follow these steps: ;)

1) Right-click on the folder you allow uploads, and choose 'Properties...'

2) Go to 'File masks' tab, and on 'Upload filter mask' write this:

*.*
(for allowing any type of file)

or

*.htm*
(for HTML files only)
(this only allows: .htm and .html files)

If you need to allow several types, you can separate using ;

For example (more examples):

*.htm*;*.jp*g;*.txt;*.rar
(this only allows: .htm, .html, .jpg, .jpeg, .txt and .rar files)

I guess this also answer this question (since it's the same question)

Cheers,
Leo.-

thanks