4images Forum & Community

4images Issues / Ausgaben => Feedback & Suggestions => Topic started by: sasuke on June 09, 2002, 03:53:01 PM

Title: HOW I CAN SHOW .TXT FILES ??
Post by: sasuke on June 09, 2002, 03:53:01 PM
How I can show .TXT files ??
.......

I can upload & download but i want see in the web.
Title: HOW I CAN SHOW .TXT FILES ??
Post by: Jan on June 09, 2002, 04:25:05 PM
Add "txt" to the "Valid file extensions" in your settings.

Greets Jan
Title: HOW I CAN SHOW .TXT FILES ??
Post by: sasuke on June 09, 2002, 04:31:49 PM
Thanks but only show the name of the archive. I likeŽd show the text.

Do you understand me ?? Sorry for my english because iŽm spanish.
Title: HOW I CAN SHOW .TXT FILES ??
Post by: Jan on June 09, 2002, 07:54:19 PM
Try in your txt template (templates/default/media/txt.html)
Code: [Select]
<?php
readfile
&#40;"&#123;media_src&#125;"&#41;;
?>


Jan
Title: HOW I CAN SHOW .TXT FILES ??
Post by: sasuke on June 09, 2002, 09:35:21 PM
YOU ARE THE BEST JAN !!!!
 THANKS THANKS THANKS  !!!!

Code: [Select]
<!-- Template file for ZIP Files -->
<?php
include&#40;"&#123;media_src&#125;"&#41;;
?>

<br />

 <- The code is this !!