Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 12, 2012, 02:41:14 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
149621
Posts in
21098
Topics by
7537
Members
Latest Member:
lotte2
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
DirList Module
Pages:
1
2
[
3
]
Go Down
Author
Topic: DirList Module (Read 19974 times)
Ralf (Berlin)
Offline
Posts: 1314
Re: DirList Module
«
Reply #50 on:
August 09, 2008, 04:47:46 AM »
Hello Iggy,
attached you will find an updated PHP 4 class.parser.php which should be able to mask (and demask) most special chars to HTML entities. Please tell me if you are missing a special char. This class can be used as replacement for the class.parser.php of the modules DirList, Feedback and Newsletter.
You must no longer mask special chars within the language file, simply ensure that you safe the language file in ANSI format - that's all.
Regards
Ralf
«
Last Edit: August 09, 2008, 04:51:29 AM by Ralf (Berlin)
»
Logged
iggyFlames
Offline
Posts: 25
Re: DirList Module
«
Reply #51 on:
August 11, 2008, 12:02:12 AM »
Oh Ralf! It was sweet of you to spend time to make me another file. Thank you very much.
Unfortunately, things didn't worked all right. I mean, DirList works fine but NewsLetter just broke apart. When I tell you DirList works fine, I mean there's no great problem; I realize one possible problem is my server using UTF-8_general_ci (yes, in the meantime I take some short notice about utf-8 and the sames). Anyway, I can manage very well with DirList because I don't need to show users any data grab from database. With NewsLetter, when I upload a translation file, the page do not show. But don't you worry about that just because of me - would be nice have the module working but in fact I don't need it.
Well, I think it's better to you just let your official files the way they are at the moment and when WB3 arrives you return to this decoding char question.
Thank you very much for your time and attention.
Regards,
Iggy
Logged
sesom
Offline
Posts: 15
Re: DirList Module
«
Reply #52 on:
November 11, 2008, 08:30:33 AM »
Hi Ralf,
Quote from: Ralf (Berlin) on February 21, 2008, 05:46:44 PM
the recursive feature will coming soon with one of the next releases...
i want to offer several media files (mostly MP3) to the internal users of my site, right now i am using a very complex filemanager called eXtplorer (
http://extplorer.sourceforge.net/
), that is very powerful, but too complex for the non-geek users of my page (musicians, singers). Dirlist would be perfect for me,
IF
it would be able to display subdirectories. Some users would get the media-directory as their home-directory, so they could upload files and DirList would be used to download them.
Do you see any chance to implement subdirectories in the next future?
Klaus
Logged
Ralf (Berlin)
Offline
Posts: 1314
Re: DirList Module
«
Reply #53 on:
November 11, 2008, 04:07:59 PM »
Quote from: Klaus
Do you see any chance to implement subdirectories in the next future?
Sorry, but at the moment there is no chance for a release within the next time.
Regards
Ralf
Logged
Northerner56
Offline
Posts: 4
Re: DirList Module
«
Reply #54 on:
November 24, 2008, 01:33:14 AM »
Hello. I am a newbie, setting up WB for first time. Found DirList very useful for my project.
I have two problems: all language both in backend setup menu and in produced pages are German, is this correct? I have tried to select english instead of norwegian, wich was selected because of default language, but nothing changes.
I also want to make several pages with different filtered Dirlists, but when I do so only one of these pages are visible in the menu system - is there a problem using this module on more that 1 page?
regards
Leif Brynildsen
Logged
Ralf (Berlin)
Offline
Posts: 1314
Re: DirList Module
«
Reply #55 on:
November 24, 2008, 04:59:07 AM »
Hello Leif,
I have never heard about problems selecting a language for DirList. One solution is to translate the /languages/EN.php to Norwegian to get DirList into you default language.
Quote
I also want to make several pages with different filtered Dirlists
This should be no problem, it's also possible to place more than one DirList's at one page...
Which DirList version and which WB version you are using?
Regards
Ralf
Logged
Aaaarco
Offline
Posts: 25
Re: DirList Module
«
Reply #56 on:
February 26, 2009, 11:28:58 AM »
is it possible to show the filenames without the extention?
Logged
Skiron
Offline
Posts: 6
Re: DirList Module
«
Reply #57 on:
May 22, 2009, 08:55:02 AM »
You will find french translation
here
.
(I've named it "dirList_FR_translat
ion" and changed the extension to "txt" to be downloadable.)
Please note that we say "méga octet" instead of "mega bytes" in french, so I replaced "MB" by "mo" in the module files. This should appear in the language file.
I didn't take time to read all the topic, and I'm sorry if you already talk about that, but I would suggest an improvement: it would be awesome if the dirList could also lists directories. When one clicks on a directory on the list, the whole page is updated with the folder content (no need to have a complex tree with folding/unfolding nodes!)
Thanks for this module
Logged
hansis
Offline
Posts: 33
Re: DirList Module
«
Reply #58 on:
August 05, 2009, 10:25:38 AM »
Hello!
I have a problem in DirList:
I get following error:
Notice: Undefined property: html in /www/htdocs/w00745e6/pfadis/modules/dirlist/class.parser.php on line 42
What can I do?
thx
hansi
Logged
DDI-web
Offline
Posts: 55
Re: DirList Module
«
Reply #59 on:
December 14, 2009, 11:45:04 AM »
Hello,
thanks for the nice module.
How many files DirList can handle? Limit?
Thank you.
Best regards.
Dörthe
Logged
Ralf (Berlin)
Offline
Posts: 1314
Re: DirList Module
«
Reply #60 on:
December 14, 2009, 12:00:51 PM »
Hello Dörthe,
there is no specified or known limit.
Regards
Ralf
Logged
RonK
Offline
Posts: 81
Re: DirList Module
«
Reply #61 on:
January 22, 2010, 03:48:21 PM »
Hi Ralf,
thanks for the DirList module. works fine.
I was trying to change the module a bit, because I want only to show the filename and changed columns.
But your code is so ingenieus (for me) that I could to find to how change it.
Although is has been a while you replied in this thread, but can you give me a hint?
UPDATE:
I have found it. Nice module.
Best regards, Ron
«
Last Edit: February 04, 2010, 02:41:28 PM by RonK
»
Logged
CU, RonK
http://www.2rsweb.nl
http://www.tentdagenlopik.nl
http://www.gereformeerdekerklopik.nl/
EmGeI
Offline
Posts: 1
Re: DirList Module
«
Reply #62 on:
February 04, 2010, 10:49:21 AM »
I translate DirList in french.
You can download the file and put in your dirlist languages folder (./modules/dirlist/languages/)
Logged
tkche
Offline
Posts: 12
Re: DirList Module
«
Reply #63 on:
July 24, 2010, 04:50:04 PM »
is it possible to make dirList to show exif information?
Logged
Ralf (Berlin)
Offline
Posts: 1314
Re: DirList Module
«
Reply #64 on:
July 28, 2010, 04:10:06 PM »
Quote from: tkche on July 24, 2010, 04:50:04 PM
is it possible to make dirList to show exif information?
not at the moment, DirList must be rewritten and upgraded to a new version...
Regards
Ralf
Logged
Ralf (Berlin)
Offline
Posts: 1314
Re: DirList Module
«
Reply #65 on:
July 28, 2010, 04:33:22 PM »
I've just published
DirList 0.22
and finally added the french language file - sorry for the long waiting time, I had really forgotten it...
Download DirList 0.22
Regards
Ralf
Logged
WB-Boosta
Offline
Posts: 72
Re: DirList Module
«
Reply #66 on:
July 29, 2010, 10:17:28 PM »
Hello, thank you for upgrading DirList! I am using it.
Do you have a changeLog?
Logged
Ralf (Berlin)
Offline
Posts: 1314
Re: DirList Module
«
Reply #67 on:
July 30, 2010, 05:37:05 AM »
Quote from: WB-Boosta on July 29, 2010, 10:17:28 PM
Do you have a changeLog?
Please have look into the
info.php
:
Code:
/**
* Version history:
*
* v0.10 - 07.10.2007
* first release
*
* v0.11 - 13.10.2007
* added:
frontend shows 2 dots instead of filename if directory is empty
*
fixed:
backend lost values in case of errors while saving settings.
* added: click on table header will sort DirList by filename ascending or descending,
* size ascending or descending, date ascending or descending
* added: show mimetype icons in DirList
* added: upgrade.php for automated upgrades
*
* v0.12 - 13.10.2007
* fixed: show multiple DirList's within a single page
*
* v0.13 - 14.10.2007
* changed: replaced variable $module_directory with hardcoded 'dirlist'
* added: Dutch language file NL.php - many thanks to Marco Loehnen
*
* v0.14 - 18.10.2007
* fixed: HTML/XML - some markup language errors prevented DirList from passing
* W3C Markup Language Validation
* note: Bug in WB 2.6.7 impede modules from passing W3C Validation, please check
* Ticket #521 --> http://projects.websitebaker.org/websitebaker2/ticket/521
* for further informations and fix-up
*
* v0.15 - 31.10.2007
* fixed: DirList shows hidden files
* changed: structure of language files
* added: filter for including and excluding files in DirList
*
* v0.15a - 03.11.2007
* updated: Dutch language file NL.php - many thanks to Marco Loehnen
*
* v0.16 - 08.11.2007
* fixed: some mispellings...
* added: switch to open files in a new window (target="_blank")
*
* v0.17 - 14.11.2007
* added: Italian language file IT.php - many thanks to Antonello Alonzi
*
* v0.18 - 18.02.2008
* fixed: problem if class.parser.php is used in different modules
*
* v0.19 - 04.04.2008
* fixed: class.mimetypes.php returns wrong icon for application/msword
* fixed: problem getting Media Directories with apache at windows pc
* (many thanks to Robert Schreiner for solution)
* fixed: empty $_REQUEST's causes error messages in backend
*
* v0.20 - 12.04.2008
* fixed: use of specific PHP5 features prohibited proper execution under PHP4
*
* v0.21 - 14.05.2008
* fixed: problem reading WB settings from database
*
* v0.22 - 29.07.2010
* added: french language file FR.php - many thanks to EmGel
*
**/
Regards
Ralf
Logged
Pages:
1
2
[
3
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
-----------------------------
English
-----------------------------
=> Help & Support
-----------------------------
General
-----------------------------
=> WebsiteBaker Website Showcase
-----------------------------
English
-----------------------------
=> Modules
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
-----------------------------
General
-----------------------------
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
-----------------------------
General
-----------------------------
=> Security Announcements
-----------------------------
Deutsch (German)
-----------------------------
=> Hilfe/Support
-----------------------------
General
-----------------------------
=> Documentation
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
=> Module & Snippets
-----------------------------
English
-----------------------------
=> Archive (posts up to 2007)
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Deutsch (German)
-----------------------------
=> jQuery
=> Tutorials
=> Templates & Design
-----------------------------
English
-----------------------------
=> jQuery
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
===> Suggestions
-----------------------------
Deutsch (German)
-----------------------------
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
===> Vorschläge
-----------------------------
English
-----------------------------
===> Software bugs
-----------------------------
Deutsch (German)
-----------------------------
===> Softwarefehler
=====> Module / Extensions
-----------------------------
English
-----------------------------
=====> Modules / Extensions
-----------------------------
Deutsch (German)
-----------------------------
===> Erfahrungs und Testberichte
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...