[TYPO3-timtab] Problems with timtab

Ralf Amann rha79 at gmx.de
Mon Feb 13 00:21:16 CET 2006


BTW, here's my extension template for the blog:

CONSTANTS:
page.file {

  template_main = fileadmin/template/main/timtab/kubrick_main.tmpl
  template_std = fileadmin/template/main/timtab/kubrick_std.tmpl
  template_single = fileadmin/template/main/timtab/kubrick_single.tmpl

  css = fileadmin/template/main/timtab/style.css

  template_tt_news = fileadmin/template/main/timtab/kubrick_tt_news.tmpl
  template_ve_guestbook =
fileadmin/template/main/timtab/kubrick_ve_guestbook.tmpl

  #kubrickbgcolor = EXT:timtab/res/kubrick/images/kubrickbgcolor.jpg
  #kubrickbgwide = EXT:timtab/res/kubrick/images/kubrickbgwide.jpg
  #kubrickheader = EXT:timtab/res/kubrick/images/kubrickheader.jpg
  #kubrickfooter = EXT:timtab/res/kubrick/images/kubrickfooter.jpg


}
plugin.tx_timtab_pi2.pidStorePosts = 9
plugin.tx_timtab_pi2.pidStoreComments = 10
plugin.tx_timtab.homepage = http://www.domain.com/blog/
plugin.tx_timtab.blogPid = 8
plugin.tx_timtab.homePid = 8


SETUP:

plugin.tt_news {

pid_list = 9
backPid = 4

  templateFile = {$page.file.template_tt_news}

  singlePid = {$plugin.tx_timtab.blogPid}

  displayList.date_stdWrap.strftime = %B %d, %Y
  displaySingle.date_stdWrap.strftime =  %A, %B %d, %Y at %I:%M %p

  dontUseBackPid = 1
  catTextMode = 3
  newsAmenuUserFunc =
  useHRDates = 1
  useHRDatesSingle = 1
  useSubCategories = 1
  limit = 10

  displayCatMenu {
    mode = timtab
    catmenu_stdWrap.wrap = <li><h2
class="news-catmenu">Categories</h2>|</li>
  }

  _LOCAL_LANG.default {
    archiveHeader = Archives
  }
}

plugin.tx_veguestbook_pi1 {

  templateFile = {$page.file.template_ve_guestbook}
  limit = 1000

  _LOCAL_LANG.default {
    form_firstname = Name
    form_submit = Submit Comment
    form_email = Mail
    form_homepage = Website
  }

  _CSS_DEFAULT_STYLE =
}

[globalVar = TSFE:id = {$plugin.tx_timtab.homePid}]
page.10.template.file = {$page.file.template_main}

# kill the guestbook (didn't work)
#tt_content.list.20.ve_guestbook_pi1 >
#tt_content.shortcut.20.0.conf.tt_guest >
#plugin.tx_veguestbook_pi1 >

[global]

[globalVar = TSFE:id = {$plugin.tx_timtab.blogPid}]
#plugin.tx_timtab.gravatar.size = 23

page.10.template.file = {$page.file.template_single}
[global]







Ralf Amann schrieb:
> Hi Guys,
> 
> I'm having several problems with my timtab configuration. I tried to use
> timtab without a special template (f.e. kubrick) because i prefer the
> blog to be in the same style as the rest of the site. I copied the
> kubrick template and changed some things. My problems are:
> 
> - the guestbook appears on the bloglist (blog-home)
> - the blog entries are shortened even in the single view
> 
> Where can i find a useful documentation for that?
> http://typo3.org/documentation/document-library/timtab/Users_manual-86/
> isn't really useful because it focuses on the Kubrick template. Why is
> the Blog-page "not-in-menu"? Is that important??
> 
> Thanks in advance.
> 
> Bye,
> Ralf



More information about the TYPO3-project-timtab mailing list