The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Article preview help
Okay here is my code...
Code:
{vb:raw css} <div class="article_preview"> <div class="title"> <h3 class="article_preview"> <vb:if condition="$showtitle"> <a href="{vb:raw page_url}"><span>{vb:raw title}</span></a> </vb:if> </h3> </div> <vb:comment> <!-- Display Section Location --> <div class="cms_article_section_location"> {vb:rawphrase section}: <a href="{vb:raw section_url}">{vb:var parenttitle}</a> </div> </vb:comment> <div class="fullwidth article_preview_contents<vb:if condition="$showpreviewonly"> showpreviewonly</vb:if> restore"> <vb:if condition="$showpreviewonly"> <vb:if condition="$previewvideo"> {vb:raw previewvideo} <vb:elseif condition="$previewimage" /> <a href="{vb:raw page_url}"> <img class="cms_article_preview_image" src="{vb:raw previewimage}" alt="{vb:rawphrase article_preview}" /></a> </vb:if> </vb:if> <div> <br /> <div class="cms_article_txt_content postcontainer"> {vb:raw previewtext} <vb:if condition="$preview_chopped">...</vb:if> </div> </div> </div> <div class="fullwidth"> <vb:if condition="$preview_chopped"> </vb:if> </div> </div> you can visit http://www.bzzurkk.com and look at the article previews to see a big gap between the article title and image/preview to see what I am talking about. Anyone know how to get rid of that? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|