[TYPO3] Blogging with TYPO3

Marcus Biesioroff vsbies at wp.pl
Tue Jun 24 22:00:00 CEST 2008


ellou'

> I've changed it to :

>                 <div id="content" class="narrowcolumn">
>                      <!-- ###BLOG_CONTENT_NORMAL### -->
>                      ###POSTS_LIST###
>                 </div>

> Well, telling the truth I don't know why this subpart
> ###BLOG_CONTENT_NORMAL### doesn't work, (therefore it's commented) but rest is OK.


THAT'S MISTAKE!
###BLOG_CONTENT_NORMAL### is required by CSS Styled Content, to setup
other contents (ie. ve_guestbook), that's why this code should be
used in kubrick_std.tmpl:

    <div id="content" class="narrowcolumn">
         ###POSTS_LIST###
         ###BLOG_CONTENT_NORMAL###
    </div>


-- 
greets,
 Marcus Biesioroff
 



More information about the TYPO3-english mailing list