CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Task #37861

Remove präfix in templates for blogList and blogSingle widget

Added by Roland Hensch about 1 year ago. Updated about 1 year ago.

Status:Closed Start date:2012-06-09
Priority:Should have Due date:
Assignee:Roland Hensch % Done:

100%

Category:- Spent time: -
Target version:typo3_blog 0.0.4 alpha
Votes: 0

Associated revisions

Revision 63285
Added by Roland Hensch about 1 year ago

Task #37861 Remove prefix BLOGLIST_ from template blogList widget and prefix BLOGSINGLE_ from template blogSingle widget

Revision 63285
Added by Roland Hensch about 1 year ago

Task #37861 Remove prefix BLOGLIST_ from template blogList widget and prefix BLOGSINGLE_ from template blogSingle widget

History

Updated by Roland Hensch about 1 year ago

  • Status changed from Accepted to Closed
  • % Done changed from 0 to 100

All prefix removed. Please change your templates from bloglist and blog single widget.
See revision r63285

Template blogList after changes.

<!-- ###BLOGLIST_TEMPLATE### begin-->
    ###ADDITIONALHEADER###
    <!--###ITEM### begin -->
    <article id="post###BLOGLIST_UID###">
        ###GRAVATAR###
        ###TITLE###
        <ul class="breadcrumb">
            ###CATEGORY###
            ###AUTHOR###
            ###AUTHOR_EMAIL###
            ###TX_TYPO3BLOG_CREATE_DATETIME###
            ###TX_TYPO3BLOG_TAGS###
        </ul>
        ###PAGECONTENT###
        ###SHOWMORE###
        <hr />
    </article>
    <!--###ITEM### end -->
    ###ADDITIONALFOOTER###
    ###PAGEBROWSER###
<!-- ###BLOGLIST_TEMPLATE### end -->

Template blogSINGLE after changes.

<!-- ###BLOGSINGLE_TEMPLATE### begin-->
<article>
    ###ADDITIONALHEADER###
    ###TITLE###
    <ul class="breadcrumb">
        ###CATEGORY###
        ###AUTHOR###
        ###AUTHOR_EMAIL###
        ###TX_TYPO3BLOG_CREATE_DATETIME###
        ###TX_PAGEHITS_HITS###
        ###TX_TYPO3BLOG_TAGS###
    </ul>
    ###GRAVATAR###
    <!--TYPO3SEARCH_begin-->
    ###PAGECONTENT###
    <!--TYPO3SEARCH_end-->
    ###ADDITIONALFOOTER###
</article>
<!-- ###BLOGSINGLE_TEMPLATE### end -->

Also available in: Atom PDF