1 candyacidreign Jun 08, 2009 01:42
3 yabba Jun 08, 2009 20:09
Really stupid question, are your images "attached" to a post?
¥
4 candyacidreign Jun 08, 2009 20:12
Yes, if by attached you mean the image code is within the post. div class=image_block and so forth.
5 candyacidreign Jun 08, 2009 20:14
is my _mediaidx.disp.php file supposed to be empty? It has absolutely no code in it. never had code in it. Also what folder should it be in? skins/ or in the blog/ ?
6 yabba Jun 08, 2009 20:21
I'm guessing that's a "no" then? ... ok, mediax only shows thumbnails that are "attached" to a post ( admin > files > select image(s) > make post(s) ) as opposed to ones that are slapped in a post ( admin > write > files > upload/select > add to post ) ... far from perfect huh?
the way skins work is "if you have that file in your skin then it takes priority ... if not then wander up a folder and look for the same file" .. check /skins/_meadiaix.disp.php ;)
¥
7 candyacidreign Jun 08, 2009 20:37
okay it worked in making thumbnails... YAY! BUT the post it made have no image in them. BOOoo
8 candyacidreign Jun 08, 2009 20:54
I think something is missing in my main.index.php because it worked fine in the photoblog skin, but not in my customized skin. Does anyone happen to know what php code displays the image post correctly?
9 candyacidreign Jun 08, 2009 21:26
i got it to work. However this php code wasn't working well. It created tiny little thumbnail images within the post, instead of fitting the image to size
'image_size' => 'fit-720x500'
10 yabba Jun 09, 2009 10:06
Post the whole section of that code ;)
¥
11 candyacidreign Jun 09, 2009 20:03
yeah... i did... lol... of course, but I'm saying that part didn't work. once i took it out it worked fine. It wasn't resizing properly.
12 godt09 Jul 07, 2009 13:31
CandyAcidReign wrote:
i got it to work.
Can you explain how please?
???