View Full Version : Is this possible?
Is it possible to upload an abstract image, but not have it show up in the actual article? I'd still like for the thumbs to be created on the homepage and the category sections and all that, but just not the actual article.
berto
11-16-2007, 11:36 PM
Yes you can, you simply remove the following code from you ARTICLE template(s) :
<vte:if test="{article.image}">
<div class="image" style="width:{VIVVO_ARTICLE_MEDIUM_IMAGE_WIDTH}px;"> <img src="{VIVVO_URL}thumbnail.php?file={article.image}&size =article_medium" alt="image" /> <span class="image_caption"><vte:value select="{article.get_image_caption}" /></span> </div> </vte:if> <vte:if test="{article.image}"> </vte:if>
Yes you can, you simply remove the following code from you ARTICLE template(s) :
<vte:if test="{article.image}">
<div class="image" style="width:{VIVVO_ARTICLE_MEDIUM_IMAGE_WIDTH}px;"> <img src="{VIVVO_URL}thumbnail.php?file={article.image}&size =article_medium" alt="image" /> <span class="image_caption"><vte:value select="{article.get_image_caption}" /></span> </div> </vte:if> <vte:if test="{article.image}"> </vte:if>
Thanks Berto, worked perfect!
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.