Author |
Topic  |
|
Toodlewho
Starting Member
United Kingdom
43 Posts |
Posted - 04 January 2010 : 05:01:11
|
I have a requirement for a Forum where users can post images.
I know there are potential problems with content and size of said images but...
Is Snitz good for this? Can it be set-up so they can do it easily?
Many thanks
Clarkie |
|
MarcelG
Retired Support Moderator
    
Netherlands
2625 Posts |
Posted - 04 January 2010 : 05:12:41
|
Clarkie, Snitz provides the so called IMG tags for displaying images in posts. You have have to enable that feature in the Admin section of your board. (yourforum/admin_config_features.asp, "Allow images in posts"). When enabled you can show images with the following syntax: [img]location of the image[/img] For example: [img]http://www.phomago.com/images/adobelightroom_screenshot.jpg[/img]

Out of the box Snitz does not provide a way to upload images to your site. For that purpose several upload mods have been written, but you can also use an external image upload facility, such as ImageShack, q.oxle, etc.
To make sure that large (wide) images do not mess up the forum layout, you can install the image resize mod which can be found at SnitzBitz. I've written a wrap up of that mod which can be found here. If an image is larger than the one allowed it automatically resizes it to the settings your choose. |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 04 January 2010 05:16:11 |
 |
|
Toodlewho
Starting Member
United Kingdom
43 Posts |
Posted - 04 January 2010 : 05:16:36
|
Coo, nice answer...
I will investigate further.
Many thanks
Sue Clarke |
 |
|
Toodlewho
Starting Member
United Kingdom
43 Posts |
Posted - 04 January 2010 : 05:25:55
|
MarcelG
Where would I find the aforementioned - "For that purpose several upload mods have been written" - please?
SC |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
Toodlewho
Starting Member
United Kingdom
43 Posts |
Posted - 04 January 2010 : 09:38:58
|
Just to make life a tad easier..
Any you could recommend for Image Upload?
Ta
SC |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 04 January 2010 : 10:31:45
|
I think there are two people use the most, Mike's File Attachment mod and Proeder's. I have used Mike's the few times where a file upload mod was used. I think it will need a quick security fix, but should work well for you. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
Joebobby
Starting Member
3 Posts |
Posted - 28 February 2010 : 08:50:21
|
Hello Rui,
What is the "quick security fix" that is required for Mike's File Attachment mod to work? |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 28 February 2010 : 10:36:05
|
In outputfile.asp, the lines where the filename is assigned should look like this:
filepathname = replace(UploadRequest.Item("blob").Item("FileName"),vbNullChar,"")
filename = Right(filepathname,Len(filepathname)-InstrRev(filepathname,"\"))
|
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
|
Topic  |
|