• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » Pictures dosnt upload
Pictures dosnt upload
bepeasstreet
Posts: 25
Reputation: 0

Message # 1 | 7:33 PM
Hi everyone. i have an issue with a site im making... im using the "publihser" to upload pictures, like a photo gallery (i didnt wanted to use the "album" service) anyway.. i dunno why but just some pictures are visible on the entry (but all the pictures are uploads) ... let me show u





..

and then in the entry u jsut can see 9 pictures..



... this is the code im using:

Code
<div class="fotoo1">

<div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL2$ ">
<img src="$IMG_SMALL_URL2$" alt="" align="top" width="202" >
</a>
</div>

<?if($IMG_URL6$)?><div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL6$ ">
<img src="$IMG_SMALL_URL6$" alt="" align="top" width="202" >
</a>
</div><?else?> <?endif?>

<?if($IMG_URL10$)?><div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL10$ ">
<img src="$IMG_SMALL_URL10$" alt="" align="top" width="202" >
</a>
</div><?else?> <?endif?>

</div>

<div class="fotoo2">

<div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL3$ ">
<img src="$IMG_SMALL_URL3$" alt="" align="top" width="202" >
</a>
</div>

<?if($IMG_URL7$)?><div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL7$ ">
<img src="$IMG_SMALL_URL7$" alt="" align="top" width="202" >
</a>
</div><?else?> <?endif?>

<?if($IMG_URL11$)?><div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL11$ ">
<img src="$IMG_SMALL_URL11$" alt="" align="top" width="202" >
</a>
</div><?else?> <?endif?>

</div>

<div class="fotoo3">

<div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL4$ ">
<img src="$IMG_SMALL_URL4$" alt="" align="top" width="202" >
</a>
</div>

<?if($IMG_URL8$)?><div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL8$ ">
<img src="$IMG_SMALL_URL8$" alt="" align="top" width="202" >
</a>
</div><?else?> <?endif?>

<?if($IMG_URL12$)?><div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL12$ ">
<img src="$IMG_SMALL_URL12$" alt="" align="top" width="202" >
</a>
</div><?else?> <?endif?>

</div>

</div>

<div class="fotoo4">

<div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL5$ ">
<img src="$IMG_SMALL_URL5$" alt="" align="top" width="202" >
</a>
</div>
<?if($IMG_URL9$)?>
<div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL9$ ">
<img src="$IMG_SMALL_URL9$" alt="" align="top" width="202" >
</a>
</div><?else?> <?endif?>

<?if($IMG_URL13$)?>
<div class="fotocontenido">
<a class="fancybox" rel="gallery1" href="$IMG_URL13$ ">
<img src="$IMG_SMALL_URL12$" alt="" align="top" width="202" >
</a>
</div><?else?> <?endif?>


why it dosnt work? some body can help me? thanks and sorry for my bad english!
Attachments: 9535212.jpg (83.3 Kb) · 0234508.jpg (122.9 Kb) · 3750623.jpg (237.9 Kb)
Xayaan
Posts: 558
Reputation: 13

Message # 2 | 6:54 AM
bepeasstreet, The problem could be because the images you are uploading for the publisher is in different sizes and occupies much space. Notice the uneven photo grouping in the screenshot? You need to to make the photos in one size. i.e: Height= 202 and Width= 202. Resize the pictures to the size and try smile
My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio
Sunny
Posts: 9296
Reputation: 456

Message # 3 | 8:49 AM
bepeasstreet, provide the website address.
I'm not active on the forum anymore. Please contact other forum staff.
bepeasstreet
Posts: 25
Reputation: 0

Message # 4 | 5:57 PM
Quote (Xayaan)
bepeasstreet, The problem could be because the images you are uploading for the publisher is in different sizes and occupies much space. Notice the uneven photo grouping in the screenshot? You need to to make the photos in one size. i.e: Height= 202 and Width= 202. Resize the pictures to the size and try


i dont think thats the problem :S
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 5 | 6:42 AM
Quote (Sunny)
bepeasstreet, provide the website address.

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
bepeasstreet
Posts: 25
Reputation: 0

Message # 6 | 11:17 PM
the website andress is www.mholc.com.ar
Sunny
Posts: 9296
Reputation: 456

Message # 7 | 3:55 PM
bepeasstreet, sorry for the delay. The codes starting from $IMG_URL11$ do not work due to the system error. It has been forwarded to the developers and will be fixed. Meanwhile you can display the images by adding codes like $IMAGE1$ directly to an entry description.
I'm not active on the forum anymore. Please contact other forum staff.
bepeasstreet
Posts: 25
Reputation: 0

Message # 8 | 6:19 PM
Quote (Sunny)
bepeasstreet, sorry for the delay. The codes starting from $IMG_URL11$ do not work due to the system error. It has been forwarded to the developers and will be fixed. Meanwhile you can display the images by adding codes like $IMAGE1$ directly to an entry description.


great then! do u know when they will fix that? smile
Sunny
Posts: 9296
Reputation: 456

Message # 9 | 10:05 AM
bepeasstreet, no but I'll try to inform you when it's done.
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » For Webmasters » Custom Solutions » Pictures dosnt upload
  • Page 1 of 1
  • 1
Search: