PDA

View Full Version : [request] VB Blog - blog description only on blog homepage


erinys
10-05-2007, 06:08 PM
is there a way to have the blog description only show on the blog's homepage? and not when a blogpost itself is viewed?

thanks

DivisionByZero
10-05-2007, 07:08 PM
template edit

erinys
10-06-2007, 08:53 AM
that you would think yes, but the only template where i found $description in is "blog" in this code;

div id="content">
<!-- Description -->
<if condition="$show['description']">
<div id="blog_description">$description</div>
</if>
<!-- End Description -->

<if condition="$show['blognav']">
<div id="blog_navbit">$blognavbit</div>
</if>

<!-- main content -->
$content
<!-- End main content -->
</div>


and thats the normale homepage

erinys
11-30-2007, 01:38 PM
does anyone know this? its pretty weird to have the blog description above every article they post.. annoying to say the least