Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Help: Photo Album 1.80 UPDATED
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 15

ken derringer
Starting Member

40 Posts

Posted - 20 December 2004 :  07:13:43  Show Profile
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
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 20 December 2004 :  08:09:32  Show Profile  Visit burthold's Homepage
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
Go to Top of Page

ken derringer
Starting Member

40 Posts

Posted - 20 December 2004 :  09:29:16  Show Profile
OK. How can i take the folder create date?
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 20 December 2004 :  09:48:11  Show Profile
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.
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 20 December 2004 :  11:31:16  Show Profile  Visit burthold's Homepage
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
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 20 December 2004 :  17:03:31  Show Profile  Visit burthold's Homepage
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.
Go to Top of Page

bobbart
Junior Member

USA
163 Posts

Posted - 24 December 2004 :  03:23:56  Show Profile  Send bobbart an ICQ Message
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.
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 24 December 2004 :  16:13:15  Show Profile  Visit burthold's Homepage
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?
Go to Top of Page

bobbart
Junior Member

USA
163 Posts

Posted - 24 December 2004 :  18:36:24  Show Profile  Send bobbart an ICQ Message
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.
Go to Top of Page

johnny bravo
New Member

78 Posts

Posted - 28 December 2004 :  09:12:55  Show Profile
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
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 28 December 2004 :  19:29:44  Show Profile  Visit burthold's Homepage
Thanks Johnny, can you show me the code snippit? I'll add it in asap.

Wes
Go to Top of Page

johnny bravo
New Member

78 Posts

Posted - 01 January 2005 :  10:28:13  Show Profile
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
Go to Top of Page

pp53671
Starting Member

9 Posts

Posted - 07 January 2005 :  11:17:42  Show Profile
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
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 09 January 2005 :  13:27:42  Show Profile  Visit burthold's Homepage
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
Go to Top of Page

andretti
New Member

70 Posts

Posted - 09 March 2005 :  15:16:25  Show Profile  Visit andretti's Homepage  Send andretti an AOL message  Send andretti a Yahoo! Message
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
Go to Top of Page
Page: of 15 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07