Doug Gold Membership
 Nuke Newbie Posts:9

 |
| 8/16/2005 2:55 PM |
|
First, I have to say great job on the Simple Gallery! Many people maintaining portals are not techies. However, it seems many modules are written just for techies.
Now the question is would you consider basing a simple document library on the same concept? For starters, your Browse... button for uploads is perfect, as opposed to the more confusing layout of uploads in the standard modules. The std doc library also has options that most people will never user or even understand like click tracking.
If the 'albums' turned into categories and the categories were just listed as text, then that would be great. On the document list, just show description(doc title), type (PDF, MS Word, etc) and size. Maybe allow a config screen for which fields to show and you could add owner and date or whatever else. Maybe show icons for the type as an option. Just some ideas to start.
Thanks for the great work!!! |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12820


 |
| 8/16/2005 4:35 PM |
|
I agree about a simpler downloads/document module. Have you seen the
phpnuke downloads module? It categories them and allows a few different
views on the data:-
http://www.phpnuke.org/modules.php?name=Downloads&d_op=viewdownload&cid=1
|
|
Scott McCulloch Site Administrator |
|
|
Doug Gold Membership
 Nuke Newbie Posts:9

 |
| 8/16/2005 5:33 PM |
|
| I had a look just now. Looks OK, except it has more fields that I think a simple module would need. Although, the description is a nice field to have. I still think a table view is better, as well. However, as long as it's easy to use and doesn't show a lot of technical fields, it would be great. Thanks. |
|
|
|
|
Net Doctors Gold Membership
 Nuke Wiz Posts:122


 |
| 8/16/2005 9:53 PM |
|
Here is a good starting point I think. Nice layout and easy to read. Could be used for documents as well as files. I wanted to use this module but the original developer seems to have quit working on it.
http://www.dnnfreemodules.com/Home/tabid/36/Default.aspx
You could link direclty to a catergory or just use the directory layout.
Of course my vote is still for a good event calendar  |
|
Net Doctors, Inc. www.netmds.com |
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12820


 |
| 8/17/2005 5:07 AM |
|
Posted By netmds on 8/16/2005 9:53:10 PM Here
is a good starting point I think. Nice layout and easy to read.
Could be used for documents as well as files. I wanted to use this
module but the original developer seems to have quit working on it.
http://www.dnnfreemodules.com/Home/tabid/36/Default.aspx
You could link direclty to a catergory or just use the directory layout.
Of course my vote is still for a good event calendar  Actually, I have been talking with jhoelz about implementing an event calendar.
|
|
Scott McCulloch Site Administrator |
|
|
Jack Hoelz Gold Membership
 Nuke Master Posts:815


 |
| 8/22/2005 3:04 PM |
|
Yes, a good calendar is one of the modules that is really lacking for DNN.
Scott, I'm not sure how you wish to move forward with a calendar module. I'm all for "SimpleCalendar", the big question is, what is "Simple" and what crosses the line to complex. I already have several users running AVCalendar. Great module, but overkill for most. And it's missing what is in my mind the most important component of a calendar module, a method to import or export to eliminate duplicate data entry. I do love the "Roll Up" feature however.
I have seen where SigmaPro is going to do some syncing with Outlook folders, thats pretty cool, but again, what about when you need to print, or use seperate folders etc.
I would like to see a few users who have a requirement for this get together in a forum to duke it out over whats required and whats not. As I watched the development of other "Calendar" modules out there. I quickly watched them turn from calendars to booking to registration to a million other things besides a CALENDAR! |
|
Get The Net!!
Jack Hoelz |
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12820


 |
| 8/23/2005 5:16 AM |
|
Posted By jhoelz on 8/22/2005 3:04:53 PM Yes, a good calendar is one of the modules that is really lacking for DNN.
Scott, I'm not sure how you wish to move forward with a
calendar module. I'm all for "SimpleCalendar", the big question is,
what is "Simple" and what crosses the line to complex. I already have
several users running AVCalendar. Great module, but overkill for most.
And it's missing what is in my mind the most important component of a
calendar module, a method to import or export to eliminate duplicate
data entry. I do love the "Roll Up" feature however.
I have seen where SigmaPro is going to do some syncing with Outlook
folders, thats pretty cool, but again, what about when you need to
print, or use seperate folders etc.
I would like to see a few users who have a requirement for this get
together in a forum to duke it out over whats required and whats not.
As I watched the development of other "Calendar" modules out there. I
quickly watched them turn from calendars to booking to registration to
a million other things besides a CALENDAR! Hi Jack,
Did you get my PM about this last week? There is certainly enough
interest, so I think it would be a good investment in time to develop
this module, I just need some help in requirements/design. Perhaps we
can start a new thread.
|
|
Scott McCulloch Site Administrator |
|
|
p speth Gold Membership
 Nuke Wiz Posts:114

 |
| 8/23/2005 5:52 AM |
|
This has been on my list for quite awhile as well.
I need very much to replace the cities asp web calendar.
One thing I am looking for is the ability to have a master calendar on a page, but also have the ability to filter by Category (or in my case, department) using a dropdown.
A nice daily or weekly List view would also be a nice option.
One issue I have with the AVCalendar is that it doesn't create the Database entries for the events.
Instead it saves the repeat event parameters. This save DB size but makes it very difficult to make individual changes to an instance of the repeated event.
My old calendar does the opposite. Repeating all of the event data for each instance of the event.
I am working on calendar that will save one instance of the Event Data, and then save the event Times/Durations etc in a separate table. I think this gives the most flexibility, in terms of database efficiency, size and easy updates.
Right now I have the Stored procedure that will add the event based on the repeat parameters.
|
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12820


 |
| 8/23/2005 5:17 PM |
|
Posted By pspeth on 8/23/2005 5:52:01 AM
This has been on my list for quite awhile as well.
I need very much to replace the cities asp web calendar.
One thing I am looking for is the ability to have a master calendar on a page, but also have the ability to filter by Category (or in my case, department) using a dropdown.
A nice daily or weekly List view would also be a nice option.
One issue I have with the AVCalendar is that it doesn't create the Database entries for the events.
Instead it saves the repeat event parameters. This save DB size but makes it very difficult to make individual changes to an instance of the repeated event.
My old calendar does the opposite. Repeating all of the event data for each instance of the event.
I am working on calendar that will save one instance of the Event Data, and then save the event Times/Durations etc in a separate table. I think this gives the most flexibility, in terms of database efficiency, size and easy updates.
Right now I have the Stored procedure that will add the event based on the repeat parameters.
The calendar discussion has moved to here.
It shoudl do the majority of things you have mentioned, thanks for pointing out that repeating event issue, I wouldn't have thought about that issue.
The calendar module will most likely emulate similar functionality to mychurchevents.com
|
|
Scott McCulloch Site Administrator |
|
|
Alan Junell Registered Users
 Nuke Newbie Posts:1

 |
| 4/11/2006 10:16 AM |
|
A while back, this thread started out as a request for a Simple Document Library (then slowly evolved into a calendar discussion).
I would also like to see a Document Library with functionality very similar to the Simple Gallery (which I just downloaded yesterday and am very impressed with). I've looked all over and can't find anything out there (for a reasonable price at least) that really meets my needs. The ability to have categories (i.e. 'albums') nested to the n-th level seems to be the biggest thing missing (at least from what I've seen), and you've already got that functionality in the Gallery.
Just my two cents and something to think about.
Alan |
|
|
|
|
Jakob de Zwart Registered Users
Posts:10

 |
| 4/24/2006 12:45 AM |
|
would also like to see a "simple" document library.... keep it as simple.
BTW: can we hack the source to enable different files types to be included in a zip? (and will sub folders within the zip be maintained?)
we can always use the DNN standard links module to then display the files... |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12820


 |
| 4/24/2006 7:58 AM |
|
I was actually looking at this site today. I really like the general statistics, hottest downloads, etc
http://dl.qj.net/PSP/catid/106 |
|
Scott McCulloch Site Administrator |
|
|