Thanks Pete,
That worked. I didn't think that mattered after reading about it in part 3 of the tutorial.
"We add additional information here to test if the blog is accepting posts from an external editor. &type=200 is added to the address bar."
Good call on Live Writer.
You said there were some oddities with the categories. My archive menu works fine, but the category menu gets the following error message.
"Firefox can't find the server at {plugin.tx_timtab.homepid}"
So I figured the category menu wasn't pointed at the right page, but the return page was pointed at the main page at 81 and single was fine. So I cleared the cache, but I'm still getting the same results. So I figured I'd check in the settings.
The constants seemed fine.
plugin.tx_timtab.title = Pastor's Blog
plugin.tx_timtab.homepage = {$constants.wec.siteURL}community/blog/
plugin.tx_timtab.tagline = Pastor's Blog
plugin.tx_timtab.blogPid = 82
plugin.tx_timtab.homePid = 81
plugin.tx_timtab_pi2.pidStorePosts = 83
plugin.tx_timtab_pi2.pidStoreComments = 83
plugin.tx_timtab_pi2.enableBlogger = 1
plugin.tx_timtab_pi2.enableMetaWeblog = 1
So I checked the Settings
# ve_guestbook
plugin.tx_veguestbook_pi1 {
templateFile = {$page.file.template_ve_guestbook}
limit = 1000
sortingDirection = asc
_LOCAL_LANG.default {
form_firstname = Name
form_submit = Submit Comment
form_email = Mail
form_homepage = Website
}
_CSS_DEFAULT_STYLE >
}
# tt_news
plugin.tt_news {
templateFile = {$page.file.template_tt_news}
singlePid = {$plugin.tx_timtab.blogPid}
displayList.subheader_stdWrap.stripHtml = 0
dontUseBackPid = 1
catTextMode = 3
newsAmenuUserFunc =
useHRDates = 1
useSubCategories = 1
limit = 10
displayCatMenu {
mode = timtab
catmenu_stdWrap.wrap >
}
}
plugin.tx_timtab {
displayCatMenu.targetPid = {plugin.tx_timtab.homePid}
displayCatMenu.showCount = 0
gravatar.defaultImg = {$constants.wec.siteURL}/clear.gif
gravatar.size = 23
}
#list all posts of the current month when in archive
[globalVar = GP:tx_ttnews|year > 0]
plugin.tt_news.limit = 100
[global]
[globalVar = GP:tx_ttnews|ps > 0]
plugin.tt_news.limit = 100
[global]
# Provide an autodiscovery link to the RSS feed for news.
page.headerData.500 = TEXT
page.headerData.500 {
typolink.parameter = {$plugin.tx_timtab.homePid},100
typolink.returnLast = url
wrap = <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{$constants.wec.siteURL}|" />
}
# Provide an autodiscovery link to the XMLRPC pingback.
page.headerData.510 = TEXT
page.headerData.510 {
typolink.parameter = {$plugin.tx_timtab.homePid},200
typolink.returnLast = url
wrap = <link rel="pingback" href="{$constants.wec.siteURL}|" />
}
# advertise that we can receive Pingback
page.config.additionalHeaders = X-Pingback: {$plugin.tx_timtab.homepage}/xmlrpc
I changed displayCatMenu.showCount = 0 to 1, but that just showed how many were in each category; which makes sense now that I know that.
I'm fairly sure it's something in the settings, but I haven't found it.
-David