We're more than just a website...
Reptile Forums - HC Network
   ... we're a community.


Everything Above Disappears When You log In Or Register!

Reptile Forums - Registration Is Free
Registration is free - Sign Up Now

Caresheets    Articles    Reviews    Books Reptile Books - Literature  

HC Gallery Images

This is what our member has to say: Those of you who have been having issues recently with uploading images should now be all set. It appears the gallery was storing images in ...


»   Reptile Forums - The HC Network > General Community > General Discussion
  »

HC Gallery Images



This thread is currently here for archival purposes only. As a result of this thread being inactive for over 90 days, it is no longer accepting posts.
Please start a new thread if you seek additional information regarding this topic.


 
 
LinkBack Thread Tools
  #1  
Help move the meter 03-08-2008, 09:14 PM
Rich's Avatar
Rich
Technical Administrator
Online
 
Join Date: Mar 2004
Location: Massachusetts
Posts: 5,543
Blog Entries: 10
Thanks: 16
Thanked 82 Times in 77 Posts
Images: 91
HC Gallery Images

Those of you who have been having issues recently with uploading images should now be all set.

It appears the gallery was storing images in a single file. If you know anything about file storing, that is a massive "no-no". Images are large. When they are all tossed into one file, that file gets massive. Once the file hits "x" amount of size, it can crash the system or won't upload the images.

Our gallery stores around 3500 images. That was ALOT of images for one folder.

I simply changed the file storage method, and now that issue is resolved.

There is one bug however. Lots of posts have little red x's in them. They link to the correct image still however.

As I come across posts with the "x's", I will update the images location to the new image location in the gallery.

The staff can do so as well.

If you can edit your posts, you may also do so.

Hopefully this is the last of the issues with the image gallery.
__________________


  #2  
03-09-2008, 03:46 PM
mshrmheadcharge's Avatar
mshrmheadcharge
Elite Member
Offline
 
Join Date: Jul 2005
Location: Burke, VA
Posts: 4,385
Thanks: 0
Thanked 13 Times in 13 Posts
Images: 44
Re: HC Gallery Images

Thanks Rich, I was having alot of problems uploading pics, Ill have to give it a try again later on

  #3  
 I helped move the meter!   03-09-2008, 08:05 PM
Moshpitrockchick's Avatar
Moshpitrockchick
Moderator
Offline
 
Join Date: Dec 2004
Location: Spokane Washington
Posts: 5,565
Blog Entries: 39
Thanks: 1
Thanked 44 Times in 43 Posts
Images: 43
Re: HC Gallery Images

Do we have to downsize our photos to upload them? I get "invalid file" a lot especially with larger files.
__________________
Those who say it can't be done should get out of the way of those who are doing it.

~*~Lacey~*~


My Photos

  #4  
 I helped move the meter!   03-09-2008, 10:55 PM
SurvivorSteph's Avatar
SurvivorSteph
IC Administrator
Offline
 
Join Date: Apr 2004
Location: San Joaquin Valley, CA
Posts: 2,423
Thanks: 10
Thanked 26 Times in 26 Posts
Re: HC Gallery Images

I was getting that same message when I tried to attach a pdf file.
__________________
~~Steph

"This I believe: That the free, exploring mind of the individual human is the most valuable thing in the world." John Steinbeck

  #5  
 I helped move the meter!   03-10-2008, 02:11 AM
Moshpitrockchick's Avatar
Moshpitrockchick
Moderator
Offline
 
Join Date: Dec 2004
Location: Spokane Washington
Posts: 5,565
Blog Entries: 39
Thanks: 1
Thanked 44 Times in 43 Posts
Images: 43
Re: HC Gallery Images

Okay, help me out here, how am I supposed to link from the gallery?
I am trying to utilize your gallery, but I am having such a hard time with it.
Flickr makes it so much more simple, as does photobucket.
Is the gallery customizable or is it pretty much what you see if what you get?

Having to choose our category and input the name to upload under is tedious as well, if you forget it starts all over. That and it gives me 'invalid file' a lot even if it is in jpeg format.

Sorry, i'm whiney and frustrated tonight.
__________________
Those who say it can't be done should get out of the way of those who are doing it.

~*~Lacey~*~


My Photos

  #6  
Help move the meter 03-10-2008, 06:52 AM
Rich's Avatar
Rich
Technical Administrator
Online
 
Join Date: Mar 2004
Location: Massachusetts
Posts: 5,543
Blog Entries: 10
Thanks: 16
Thanked 82 Times in 77 Posts
Images: 91
Re: HC Gallery Images

Quote:
Originally Posted by Moshpitrockchick View Post
Do we have to downsize our photos to upload them? I get "invalid file" a lot especially with larger files.
Yes, most likely you would need to downsize some of your images. There are restrictions on filesize. 600 x 800 is the maximum dimensions. 2.0 mb is the max filesize.

This is because the code creates 3 versions of the file. It has the original, the display, and the thumb. That is a lot of file storage space per image. The bigger the image, the more resources we eat storing it.


Quote:
Originally Posted by SurvivorSteph View Post
I was getting that same message when I tried to attach a pdf file.
Thats because PDF files are not supported. lol Portable Document Format files are not typical image files, and I have them blocked. There is a way to attach a pdf and use it to spam, so we don't allow it.

Quote:
Okay, help me out here, how am I supposed to link from the gallery?
Currently it displays the bbcode output that is used across this site. What types of link code are you looking for?

Something like this:

HTML Code:
<a href="http://www.herpcenter.com/gallery/galleryowner/file.jpeg">File name</a>
Quote:
I am trying to utilize your gallery, but I am having such a hard time with it.
Flickr makes it so much more simple, as does photobucket.
Those sites are aimed at photo sharing. Every bit of their code is aimed at that purpose. Our sites aim is the forum. Everything else, as you know, is something I added for functionality. Without a list of features you are looking for, I can't code it in. My thought process is aimed at securing the forum and the features that enhance IT. I will see what I can do.

Quote:
Is the gallery customizable or is it pretty much what you see if what you get?
Nothing written in PHP, minus encrypted code which I am not running, is safe from me. lol If its written in php, which the gallery is, I can make it do backflips if I want to.

Quote:
Having to choose our category and input the name to upload under is tedious as well, if you forget it starts all over.
That is because there are different categories. The program doesn't know which category you wish to upload to without input. I can correct that and set it to use the members category by default. I can also set an initial value to the input field for the title. If you forget to add one, you will need to edit that field once you hit submit to change the default.

Quote:
That and it gives me 'invalid file' a lot even if it is in jpeg format.
Your images are likely too large or contain hidden values the program can't read. I know some image output programs do this. If you can email me an image that gives the error, I can have a look at it. If I know what is causing it, I can work on a fix.

Quote:
Sorry, I'm whiney and frustrated tonight.
Thats ok, I still love you. lol
__________________


  #7  
 I helped move the meter!   03-10-2008, 11:17 AM
Moshpitrockchick's Avatar
Moshpitrockchick
Moderator
Offline
 
Join Date: Dec 2004
Location: Spokane Washington
Posts: 5,565
Blog Entries: 39
Thanks: 1
Thanked 44 Times in 43 Posts
Images: 43
Re: HC Gallery Images

The only bbc code that I ever have seen is the stupid little tiny link for the useless itty bitty thumbnails. What good are they anyway?

Is there a way to make the program automatically resize original photos that are too large?

When I mention liking the ease of use on the photosharing sites i'm just looking for maybe a box or two of bbc code, one that says "thumbnail" and one that says "original" or something so I stop having to upload my picture to the gallery just to find I can't figure out how to link to an original. I always load it on HC, can't get it to work, and then I have to go back to stupid photobucket because most of the images arent worthy of a flickr posting.

Making the gallery a nightmare is a definite way to discourage people from stealing.
__________________
Those who say it can't be done should get out of the way of those who are doing it.

~*~Lacey~*~


My Photos

 


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Understanding HC] - The HC Gallery Rich Understanding HC 0 04-13-2007 11:32 AM
Too many images? Brent Strande Help *General* 1 01-10-2005 09:39 AM

Thread Tools


Herp Center Topsites
All times are GMT -4. The time now is 08:06 AM.


Direct Navigation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263

Reptile Forums - The HC Network - CH - Staff - Archive - Top