Forums / Cotonti / Core Labs / Ideas / Updated PFS system

<<<12345>>>

A new version for PFS

GHengeveld
#46 2009-07-27 05:51
What about this.. it's a piece from pfs.tpl
<table class="cells">
<tr>
	<td class="coltop">{PHP.L.Delete}</td>
	<td class="coltop">{PHP.L.Edit}</td>
	<td class="coltop" colspan="2">{PHP.L.Folder}/{PHP.L.Gallery}</td>
	<td class="coltop">{PHP.L.Files}</td>
	<td class="coltop">{PHP.L.Size}</td>
	<td class="coltop">{PHP.L.Updated}</td>
	<td class="coltop">{PHP.L.Public}</td>
	<td class="coltop">{PHP.L.Description}</td>
</tr>
<!-- BEGIN: PFF_ROW -->
<tr>
	<td>[<a href="{PFF_ROW_DELETE_URL}">x</a>]</td>
	<td><a href="{PFF_ROW_EDIT_URL}">{PHP.L.Edit}</a></td>
	<td><a href="{PFF_ROW_URL}">{PFF_ROW_ICON}</a></td>
	<td><a href="{PFF_ROW_URL}">{PFF_ROW_TITLE}</a></td>
	<td style=\"text-align:right;\">{PFF_ROW_FCOUNT}</td>
	<td style=\"text-align:right;\">{PFF_ROW_FSIZE}</td>
	<td style=\"text-align:center;\">{PFF_ROW_UPDATED}</td>
	<td style=\"text-align:center;\">{PFF_ROW_ISPUBLIC}</td>
	<td>{PFF_ROW_DESC}</td>
</tr>
<!-- END: PFF_ROW -->
</table>
Trustmaster
#47 2009-07-27 15:15
What is the question about?
May the Source be with you!
GHengeveld
#48 2009-07-27 18:22
It's not a question, tensh wanted a preview.
Trustmaster
#49 2009-07-27 18:44
He-he, he wanted a screenshot/demo, I suppose :-)
May the Source be with you!
tensh
#50 2009-07-27 19:02
Ye, I guess it's a suprise :D

Dit bericht is bewerkt door tensh (2009-07-27 19:54, 14 jaren ago)
GHengeveld
#51 2009-07-27 19:22
It's not that interesting to see yet. I've kept the looks of it mostly the same. Here's what I've done so far:
- Infinite subfolders
- Physical folders
- Prep for flash uploader (using Uploadify now, SWFupload gave some issues)
- Added configuration option for enabling/disabling flash uploader and added 'Dynamic' thumbnail generation option
- Gave each PFS file its own template file (pfs.tpl, pfs.editfolder,tpl, pfs.edit.tpl, pfs.view.tpl)
- Main pfs now fully skinnable (other parts will be done soon)
- Added tag for the current path (to display "PFS / Parentfolder / Currentfolder" - each clickable)
- Now shows 'new folder' also inside a subfolder (and sets 'parent folder' option to the current folder)

TODO:
- Moving and copying of files/folders
- Drag&drop files/folders
- Fix flash uploader to write to database (now only uploads the file, doesn't add db entry)
- Incorporate SLIR in a way that it is backwards compatible with old thumbs system
- Add directory tree view
- Allow file sharing between users

Dit bericht is bewerkt door Koradhil (2009-07-27 19:34, 14 jaren ago)
tensh
#52 2009-07-27 19:54
Sounds really great :) I wish you happy and bug-free coding :)
GHengeveld
#53 2009-07-27 20:37
Thanks, I'll need it. This is really a tough nut to crack, as there's so much to take into account and it gets ever more complex.
esclkm
#54 2009-07-28 06:05
I want to see it)))
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
Lissbol
#55 2009-07-28 17:44
Sounds like a killer m8 cant wait to see it when youre done with all the coding.
LISSBOL Designs
esclkm
#56 2009-08-14 01:24
- why we need new file in root "image.php"
- what the new directory lib - I miss understand including it.
- flash upload - only uploads files but not add them in DB
- may be we have JAVA scripts for upload files?
- flash upload - skin - brrrr....(((
- Max upload files in pfs may be place it in admin area? not in config?
-I think main folder name as main folder (not root)?
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
GHengeveld
#57 2009-08-14 04:26
image.php will likely be moved elsewhere, I've discussed this with Kilandor.
The lib folder is something that was discussed and agreed upon here.
Flash uploader needs fixing, actually it might be replaced with swfupload. I was hoping some other developer would handle this task.
Kilandor
#58 2009-08-14 11:10
I'm going to be looking into it and fixing it up more don't worry esc :)
donP
#59 2009-10-05 02:36
Any news?
We all really need a real good PFS for Cotonti...
in [color=#729FCF][b]BLUES[/b][/color] I trust
pieter
#60 2009-10-05 02:45
is planned for 0.7.0
... can we help you ...

<<<12345>>>