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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Photo Album for snitz 3.4.x version 1.82
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 13

MotoX
Junior Member

201 Posts

Posted - 29 January 2003 :  08:35:41  Show Profile  Reply with Quote
(bump)<
Go to Top of Page

atracht
Starting Member

30 Posts

Posted - 26 February 2003 :  17:23:13  Show Profile  Reply with Quote
I'm running a single album. Is it possible to display the newest photos first?<
Go to Top of Page

stylishvn
Junior Member

Vietnam
185 Posts

Posted - 26 February 2003 :  23:23:43  Show Profile  Visit stylishvn's Homepage  Send stylishvn an ICQ Message  Send stylishvn a Yahoo! Message  Reply with Quote
9moD & it'll be more koOL if it has a counter when members view images <

..:: Welcome #Snitz in Dalnet ::..
Go to Top of Page

condepatula
Starting Member

2 Posts

Posted - 05 March 2003 :  17:24:52  Show Profile  Reply with Quote
Hi,
I am trying to install the mod but I keep getting hangs on any attempt to open the admin_album.asp.... it gets this error

The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.

I'm guessing it has to do with filesystemobject.. but i have no idea how to correct it..

thanks for your time
<
Go to Top of Page

ftropea
Starting Member

16 Posts

Posted - 05 March 2003 :  23:23:40  Show Profile  Visit ftropea's Homepage  Reply with Quote
Since this mod is being discussed again..

Does anyone know how to fix the Mac incompatibility problem? Mac users get the following error when trying to upload files:

"Invalid character or bad word in any of the text fields. Please correct and try again."<


Regards,

Frank A. Tropea
www.SegwayChat.com
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 05 April 2003 :  20:25:18  Show Profile  Visit burthold's Homepage  Reply with Quote
I have returned from the abyss. I am working on all the bug fixes and adding some new features to the photo album. I will be refreshing and bug fixing all my mods as I get time but the album is first on the list.

Wes<
Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 07 April 2003 :  10:17:07  Show Profile  Visit al_iguana's Homepage  Reply with Quote
brilliant. looking forward to it

any chance we could link to a member's album (if they have one) from their profile?<

----

Don't Dream It ~ Be It
http://www.peppermintiguana.co.uk/cymrugothic/

Edited by - al_iguana on 07 April 2003 10:23:18
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 07 April 2003 :  15:59:55  Show Profile  Visit burthold's Homepage  Reply with Quote
Dunno, I'll look at it. I tend not to modify the base snitz code or tables to add features. I will look at it and may add the code to make it happen but leave it optional.

Right now what I am working on is:

Bug fixes listed in the other thread and emails I have recived
intergrating two diffrent upload options for sites that support aspupload and another uploader
adding user counts via database so only counts of visable photos are displayed
adding posted by to album wide mode so people know where the photo came from
adding a break out of image types so you can add image types as new ones come out or if you want to support images not listed in the standard types now.
better trouble shooter
cleaner administration better breakout of administration tools.
cleaner documentation all the way around.
better album database upgrader

I don't have a timeline right now for this project. This may be a big enough re-write to bump it up to a 2.0 release. I am also cleaning up code as I go and trying to tighten up as many parts of it as possible to make it as fast as possible.

Cheers,
Wes<
Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 07 April 2003 :  18:03:38  Show Profile  Visit al_iguana's Homepage  Reply with Quote
cheers, no biggie, just a request from some of my users.

my users with Macs get that "invalid character" error, even though the filename is good. i thought it was something they were doing, but i just re-read this thread and someone else reported this too. anyone got any ideas? is that on the to-do list?<

----

Don't Dream It ~ Be It
http://www.peppermintiguana.co.uk/cymrugothic/
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 08 April 2003 :  12:54:21  Show Profile  Visit burthold's Homepage  Reply with Quote
I don't own or have access to a mac to even test what the issue is. I have done some digging but can't pin down what the root problem is.<
Go to Top of Page

ftropea
Starting Member

16 Posts

Posted - 08 April 2003 :  14:27:14  Show Profile  Visit ftropea's Homepage  Reply with Quote
Request: Could you alphabetize the member list? It's hard to add album accounts when you have to find their names in the list (especially when you have over 700 members!)<


Regards,

Frank A. Tropea
www.SegwayChat.com
Go to Top of Page

jfitz
Junior Member

USA
345 Posts

Posted - 08 April 2003 :  15:58:02  Show Profile  Reply with Quote
Wesley -

We've been experimenting with your MOD and really like it, but there are two issues for us that we need to change, and you might want to look at them as well:

1. Any user can change another user's photo album by editing the member id number in the url. We can get around this by using the MemberID session variable for members other than Admins.

2. Our members occasionally need to have their member names changed (marriage, etc.). Setting up the albums by memberid rather than forum name would solve this, and also eliminate a need for the intermediate table to track which members have albums. We'd prefer just to have a album posting count, say, in FORUM_MEMBERS and create the album subdirectory when a member is registered.<

--Jördan
It's a wasted day if you don't spend at least part of it flying upside down.
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 08 April 2003 :  15:58:05  Show Profile  Visit burthold's Homepage  Reply with Quote
Added!

Wes<
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 12 April 2003 :  08:17:21  Show Profile  Reply with Quote
How can I add the number of pics in each user photoalbum ? I´ve seen this done on a few forums.<
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 12 April 2003 :  10:48:33  Show Profile  Visit burthold's Homepage  Reply with Quote
jfitz, can you send me some code samples or DB layouts? I thought I had fixed the users changing other users pics problem I'll look into it harder. I won't build my mod to modify any tables that are core snitz tables. I have had my forum broken time and time again on upgrades due to mods I have built or added that modified core tables. I can see the folder name issue to be honest I never thought about someone changing their names :).

Wii, I don't know I haven't seen the code personally.

Wes<
Go to Top of Page
Page: of 13 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07