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)
 Photo Album v1.50 for Snitz 3.3.05 / 3.4
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 16

Deleted
deleted

4116 Posts

Posted - 24 August 2002 :  13:19:27  Show Profile
You can also remove the tables.

If you are using MS Access, download the database, delete them using Access, tolls/database/repair it, and re-upload.

If using MS SQL Server, use EM.

One other option is to write a simple DBS file and use MOD setup in admin (with caution).

Stop the WAR!
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 25 August 2002 :  02:00:31  Show Profile  Visit burthold's Homepage
Well, I've converted everything to response.writes real pretty code now!. Also makes it suitable for 3.4 release I will be packaging the new code for both 3.3.x and 3.4.x and have it up no later than Monday, so I can have some test time.I have also cleaned up the navigation a bit looks prettier. Rewrote the admin page that actually shows what the current settings are. Finds the size of a pic all exept tiff file types and sets the view size to get rid of the jerkyness that was reported, thanks Bozden! Moved all the functions used to a single include to clean up the code a bit. Minor bug fix that would show the "edit your album" when you didn't have an album to edit.

Things on the list now for the next release are:
Paging for large albums
More user friendly setup/removal launched from the admin page, no running a setup file you had to type in manually.(may bundle this up in mondays release)
Admin option to make a single forum album.
Admin would have control over making categories categories but any user could upload that had a album acount
The ability to pic a picture to show at the album level an entry pic like I have seen on stand alone albums.
Ether display a photo in its own pop up or in the browser like now.
Some type of security to prevent off site linking of photos.
Secured albums maybe tied to private forums.

If anyone has any other ideas or a good way to implement an option listed for the next release let me know!

Thanks for all the input!

Wes

Edited by - burthold on 25 August 2002 02:02:32
Go to Top of Page

MotoX
Junior Member

201 Posts

Posted - 25 August 2002 :  20:01:19  Show Profile
how do I get the album to look at a directoru higher than my forum.

For Example:
My forum is in
www.site.com/forum

My uploads directory is in:
www.site.com/uploads

Right now, the album wants to go to
www.site.com/forum/uploads

Thanks for the help and the mod!!
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 25 August 2002 :  21:54:22  Show Profile  Visit burthold's Homepage
I didn't plan for that without a virtual directory. I am working on that right now. The way I have it setup is a directory on a data drive and a virtual drive mapped under my forum folder in IIS you should be able to enter in the direct path to the photos in the admin page just like the example for the thumbnailer instead of just the name of the directory, i.e. the apsolute path c:\pic\ . Or, you can enter the path like /Uploads it should map it back to the root of the site. I tested it out by having my default site i.e. http://mysite.com/ be the root. I moved the forum to a directory called forums so we have http://mysite.com/Uploads and http://mysite.com/forums. It seemed to work just fine. If you have any problems with it just let me know!

Thanks for trying the mod out!

Wes

Edited by - burthold on 25 August 2002 22:04:37
Go to Top of Page

MotoX
Junior Member

201 Posts

Posted - 26 August 2002 :  07:54:42  Show Profile
I tried using the absolute path and the picture in the album (on the web page) is now pointing to:

file:///d:/(path)

Is there any way I can modify the code to use a virtual path?
Go to Top of Page

MotoX
Junior Member

201 Posts

Posted - 26 August 2002 :  08:36:59  Show Profile
Nevermind on that, I got it to work by using the / in front of "uploads" like you suggested, however...

When I upload a picture, everything seems to go fine, but it never creates the user's folder and does not upload the picture...

I double checked my directories and the picture was nowhere to be found. The album looks as is everything is correct, it just displays the red"X"....
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 26 August 2002 :  13:09:37  Show Profile  Visit burthold's Homepage
I will have to make some changes to the part that creates the user directories it doesn't know how to handle the / I am re-writing that code segment right now. I will send you and email as soon as it is done should be this afternoon sometime.

Thanks!

Wes
Go to Top of Page

MotoX
Junior Member

201 Posts

Posted - 26 August 2002 :  13:11:35  Show Profile
Thanks a bunch for the help!

Let me know if there is anything I can do to help you.
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 26 August 2002 :  20:33:42  Show Profile  Visit burthold's Homepage
Well, I have made a huge error in logic... You cannot use the d:/folder/files/image.jpg, If you don't use a folder off of the root of you web site you will have to map a virtual directory. I'm almost done recoding all the statements needed and adding as much error trapping I can.

Wes
Go to Top of Page

MotoX
Junior Member

201 Posts

Posted - 26 August 2002 :  20:46:36  Show Profile
COOL!
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 26 August 2002 :  21:09:54  Show Profile  Visit burthold's Homepage
I will make the changes public later tonight possibly tommorrow. Hold tight!

Wes
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 27 August 2002 :  01:40:14  Show Profile  Visit burthold's Homepage
New minor version up! Check the new readme at the beginning of this thread. Please send any bug reports! I try to fix anything like that ASAP. It should now handle any directory off the root web site. Also, you can now do a partial uninstall from the admin page. It will delete all photos uploaded to the site and remove all the tables it created. You will have to delete the album files themselves from your site. I am going to clean up the code base more i.e. variable useage connections and file system object useage to eek some better performance numbers and keep the mod from being a burden to busy sites. Next I will be adding:
Paging for large albums
Admin option to make a single forum album.
Admin would have control over making categories categories but any user could upload that had a album acount
The ability to pick a picture to show at the album level an entry pic like I have seen on stand alone albums.
Ether display a photo in its own pop up or in the browser like now.

I won't be taking on security yet as I don't have a strong enough working knowledge of snitz security in 3.3.05 or 3.4. If anyone has any clues for me please, let me know!

Wes
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 27 August 2002 :  02:58:52  Show Profile
All I can say Wes, it worked first go.. Great work....

Cheers,

David Greening
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 27 August 2002 :  03:04:04  Show Profile  Visit burthold's Homepage
Woo Hoo! Rock on! That is the best thing I've heard in a couple of days.
Go to Top of Page

MotoX
Junior Member

201 Posts

Posted - 27 August 2002 :  09:32:33  Show Profile
I am having problems with the file upload. It appears to work correctly, but it never creates the folder or actually uploads the file. I know I have access to FSO and write permissions, because I have another ASP file that uploads files directly into my uploads directory...
Go to Top of Page
Page: of 16 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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07