|
uCoz Community uCoz Modules Additional Features $IMAGE1$, $IMAGE2$ etc... |
$IMAGE1$, $IMAGE2$ etc... |
Place the following code where you want to display it.
Code <?if($IMAGE1$)?><img src="$IMG_URL1$"><?endif?> Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
Acid, much appreciated.
Added (2012-12-01, 6:57 PM) --------------------------------------------- Quote (Acid) <?if($IMAGE1$)?><img src="$IMG_URL1$"><?endif?> Does this abide by my auto image resize rule? Post edited by XO-Ferg - Sunday, 2012-12-02, 1:03 AM
|
XO-Ferg, what exactly are you meaning by an auto-image resize rule? If you're meaning a CSS rule that sets a maximum/minimum image size then yes if it's set relative to the tag - atm however if it is set by class then not until you set the appropriate class to the image.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Ok thanks.
Added (2012-12-03, 6:21 PM) Quote (Acid) <?if($IMAGE1$)?><img src="$IMG_URL1$"><?endif?> to show up in the short description of the entries on the File Catalog's main page? |
XO-Ferg, add the code to "appearance of entries".
Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. Post edited by Acid - Tuesday, 2012-12-04, 0:35 AM
|
Thank You.
Added (2012-12-03, 6:57 PM) Quote (Acid) <?if($IMAGE1$)?><img src="$IMG_URL1$"><?endif?> ignores my auto resize setting. I need it to be resized to 150x150, thanks for the great support. Quote (Paradox) XO-Ferg, then indeed they will be. smile |
XO-Ferg, that is because $IMG_URL$ is the full image url, so you must either change the size for the full sized image when uploaded, or add the following to the code. (Reccomended)
Code <?if($IMAGE1$)?><img src="$IMG_URL1$" width="150px" height="150px"><?endif?> Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
| |||
| |||