Author |
Topic |
ken derringer
Starting Member
40 Posts |
Posted - 20 December 2004 : 07:13:43
|
I think that is important for the admin, know when a Album is created. Can you help me? I like to have the creation date for every album in the list of user on file admin_album_admin_users.asp |
|
|
burthold
Junior Member
USA
426 Posts |
Posted - 20 December 2004 : 08:09:32
|
Ken, album creation date isn't stored anywhere. The only way to pull it without adding a database field is to look at the folder create date. I'll add it to the list of improvements for the next version.
Wes |
|
|
ken derringer
Starting Member
40 Posts |
Posted - 20 December 2004 : 09:29:16
|
OK. How can i take the folder create date? |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 20 December 2004 : 09:48:11
|
Ok, so not only are you fixing bugs, but also working on a new version - great !
It would be nice with an include file that show all the new picture uploads - that way all the forum members can easily see when something new is in the photoalbum. |
|
|
burthold
Junior Member
USA
426 Posts |
Posted - 20 December 2004 : 11:31:16
|
Ken, you will have to wait or learn how to program ASP.
New photos, voting, most popular are the last three big things I wanted to add.
Wes |
|
|
burthold
Junior Member
USA
426 Posts |
Posted - 20 December 2004 : 17:03:31
|
Additions being considered for the next release
admin fixes/additions find nconvert.exe by using relative path instead of a hard coded path use aspupload if it is available
user additions display photo count total/new display new photos display random photos display popular photos add display photos perminatly on photo page i.e. mark 3 photos as always being on the main photo album page add voting add user comments add number times viewed add mark a photo for display on a page i.e. front page of forum add display only users that have photos in albums add order by type for display i.e. order by photo name, vote etc. |
|
|
bobbart
Junior Member
USA
163 Posts |
Posted - 24 December 2004 : 03:23:56
|
I have the mod installed and I can create users and I see the folders for them get created on the server. However I can not get any files to upload other than the test file that gets uploaded when you use the photo_album_test_upload.asp page. The test file uploads just fine but if I try any files with firefox it hangs and tells me of a time out error. If I try with IE I am told the file did not upload and to contact the admin. |
|
|
burthold
Junior Member
USA
426 Posts |
Posted - 24 December 2004 : 16:13:15
|
you must have write permissions in IIS AND on the file system for the guest IIS user account. When you upload a file via the tester you are able to view the file properly? |
|
|
bobbart
Junior Member
USA
163 Posts |
Posted - 24 December 2004 : 18:36:24
|
If I use the tester page it uploads a testfile automaticly and reports that is working. I look on the server and the file has been created. If I try to upload my own file it fails. I set the permittions and I beleave they are working since I am able add members to use albums and there folder gets created on the server as well.
|
|
|
johnny bravo
New Member
78 Posts |
Posted - 28 December 2004 : 09:12:55
|
Hi burthold
Great Mod, Installed fine first time!
It's a thankless task creating free software. People think they can email you every little problem and you will fix it for them.
I did have one small problem with not been able to edit your own photos by I found a little bit of code in this thread and it fixed the problem straight away.
Thanks Again
JB
|
|
|
burthold
Junior Member
USA
426 Posts |
Posted - 28 December 2004 : 19:29:44
|
Thanks Johnny, can you show me the code snippit? I'll add it in asap.
Wes |
|
|
johnny bravo
New Member
78 Posts |
Posted - 01 January 2005 : 10:28:13
|
Its on page 4 of this topic but here it is
To fix the bug where some users cannot edit pictures and get sent to the photo_album.asp page do the following:
photo_album_detail.asp line 107 replace if Trim(UserName) = Trim(strDBNTUserName) then with if Trim(LCase(UserName)) = Trim(LCase(strDBNTUserName)) then |
|
|
pp53671
Starting Member
9 Posts |
Posted - 07 January 2005 : 11:17:42
|
Due to small forum's server space, is there any chance for the users to link to their own upload directory and/or public host ? (i.e imageshack) TIA |
|
|
burthold
Junior Member
USA
426 Posts |
Posted - 09 January 2005 : 13:27:42
|
Johnny bravo, that fix is in both downloads available from ether snitzbits or my site. version 182 is the latest version.
pp53671, no I don't think so. I would have to rewrite large parts of the code to support your request.
Wes |
|
|
andretti
New Member
70 Posts |
Posted - 09 March 2005 : 15:16:25
|
anyone know what code I would use to show a random picture on any given page such as sitenews.asp or default.asp
basically I just want random pictures from the photo album section to be shown whereever I want.
Thanks |
|
|
Topic |
|