Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Convert
Wordpress to Elxis
with
Elxis importer
!
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Administration
»
HTML Valid filetypes [SOLVED]
« previous
next »
Print
Pages: [
1
]
Author
Topic: HTML Valid filetypes [SOLVED] (Read 6559 times)
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
HTML Valid filetypes [SOLVED]
«
on:
June 10, 2008, 12:03:37 »
Hi,
i want to upload through Media Manager, (in a specific folder) HTML files. But Media manager does not allow me.
How can i add HTML files, to the Valid Filetypes
«
Last Edit: June 10, 2008, 16:26:59 by supernet
»
Logged
Rent a Site
|
Lelevose
datahell
Elxis Team
Hero Member
Posts: 10356
Re: HTML Valid filetypes
«
Reply #1 on:
June 10, 2008, 14:59:21 »
If you wish to upload html files via media manager:
open /administrator/components/com_media/admin.media.php
Go to line 535 and add the value 'html' inside the array $validFileTypes:
$validFileTypes = array('gif', 'jpg', 'png', 'bmp', 'jpeg', 'mpg', 'avi', 'wmv', 'mov', 'flv',
'mpeg', 'asf', 'rm', 'nsv', 'xvid', 'mp3', 'wav', 'mid', 'ram', 'wma', 'ogg', 'aac', 'doc',
'xls', 'csv', 'ppt', 'swf', 'pdf', 'txt', 'zip', 'tar', 'rar', 'gz', 'tgz', 'html');
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: HTML Valid filetypes
«
Reply #2 on:
June 10, 2008, 16:26:42 »
Thank u Gianni
Logged
Rent a Site
|
Lelevose
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Administration
»
HTML Valid filetypes [SOLVED]