Antwort
 
LinkBack Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 25.12.07, 20:02
Forum Aktivist
 
Registriert seit: 06.09.07
Alter: 23
Beiträge: 50

Kategorien verlinken


Nabend Leute,
Ich hab mal wieder ein Problem diesmal mit TimTab/TT_News es geht um das CATMENU, es werden alle Kategorien angezeigt aber keine verlinkt, andern bei den News/Posts selber werden die Kategorien verlinkt woran kann das liegen ?
Miniaturansicht angehängter Grafiken
kategorien-verlinken-kategorien.jpg  
__________________
Mein Typo3
http://www.crush85.de/cms/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #2  
Alt 27.12.07, 11:49
Forum Newbie
 
Registriert seit: 05.08.07
Alter: 30
Beiträge: 17

Kannst du das nicht in den Plugin Einstellungen ändern???

__________________
www.deus-clan.de
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #3  
Alt 28.12.07, 10:58
Forum Aktivist
 
Registriert seit: 06.09.07
Alter: 23
Beiträge: 50

Danke für den Tipp hat aber nicht funktioniert

Und das hier funzt auch nicht:
###LINK_PREV### ###BROWSE_LINKS### ###LINK_NEXT###
Es werden im FE immer nur die Marker selber gezeigt
__________________
Mein Typo3
http://www.crush85.de/cms/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #4  
Alt 28.12.07, 12:28
Forum Newbie
 
Registriert seit: 05.08.07
Alter: 30
Beiträge: 17

Nun denn...in der Template Datei von tt_news finde ich auch keine Infos diesbezüglich.

Probier mal bitte im Setup deines Haupt-Templates folgendes:
Typoscript-Code:
1:
2:
3:
4:
5:
plugin.tt_news {
catRootline {
linkTitles = 1
}
}
__________________
www.deus-clan.de
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #5  
Alt 03.01.08, 08:46
Forum Aktivist
 
Registriert seit: 06.09.07
Alter: 23
Beiträge: 50

Das funktioniert leider auch alles nicht :sad:
__________________
Mein Typo3
http://www.crush85.de/cms/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #6  
Alt 03.01.08, 15:52
Forum Aktivist
 
Registriert seit: 06.09.07
Alter: 23
Beiträge: 50

So da bin ich wieder, ich hab nochmal etwas probiert wenn ich das catmenu auf meinem eigenen Template anzeigen lasse das funktionieren die links (mal abgesehen davon das css nicht angepasst ist) und mit dem vorgefertigtem Template (timtab_theme_connections) funktioniert es einfach nicht.

Zum Vergleich
Mein Template Oldtemplate

Theme Connections News

Kann das jemand mal prüfen ?
__________________
Mein Typo3
http://www.crush85.de/cms/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #7  
Alt 03.01.08, 17:24
Forum Newbie
 
Registriert seit: 05.08.07
Alter: 30
Beiträge: 17

Frag mich nicht warum, aber ich habe Timtab vollkommen überlesen:
Dann mach mal folgendes im Setup deines Hauptemplates:
Typoscript-Code:
1:
2:
### PID zu deinem Sysordner wo du die Katergorien gespeichert hast
plugin.tx_timtab.displayCatMenu.targetPid = 1
__________________
www.deus-clan.de
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #8  
Alt 03.01.08, 20:02
Forum Aktivist
 
Registriert seit: 06.09.07
Alter: 23
Beiträge: 50

Ich hab gedacht das wäre die Lösung aber es hat immernoch nicht funktioniert :sad: Ich poste hier mal das Setup

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
#
#    $Id$
#

# tt_news
plugin.tt_news {

templateFile = {$page.file.template_tt_news}

singlePid = {$plugin.tx_timtab.blogPid}

displayList.date_stdWrap.strftime = %a %d %b %Y
displaySingle.date_stdWrap.strftime =  %a %d %b %Y

dontUseBackPid = 1
catTextMode = 3
newsAmenuUserFunc =
useHRDates = 1
useHRDatesSingle = 1
useSubCategories = 1
limit = 20
latestLimit = 6
archiveTypoLink.parameter = {$plugin.tx_timtab.homePid}

displayCatMenu {
mode = timtab
catmenu_stdWrap.wrap = |
}

_LOCAL_LANG.default {
archiveHeader = Archives
latestHeader = Most Recent Posts
}
}

[globalVar = GP:tx_ttnews|year > 0][globalVar = GP:tx_ttnews|ps > 0]
plugin.tt_news.archive = 1
plugin.tt_news.limit = 100
[global]

#post single view
[globalVar = GP:tx_ttnews|tt_news > 0]
temp.newsmeta < plugin.tt_news
temp.newsmeta {
templateFile = EXT:timtab_theme_connections/res/tt_news_meta.tmpl
code >
code = SINGLE
displaySingle.date_stdWrap.strftime =  %A, %d %b, %Y at %H:%I
}

temp.single < plugin.tt_news
temp.single {
code >
code = SINGLE
}
[else]
temp.newsmeta = TEXT
temp.newsmeta.value =

temp.single = TEXT
temp.single.value =
[global]

# posts list
temp.list < plugin.tt_news
temp.list {
code >
code = LIST
}

plugin.tt_news.limit = 20

plugin.tt_news {
catRootline {
linkTitles = 1
}
}

# archives
temp.archives < plugin.tt_news
temp.archives {
code >
code = AMENU
}

# categories
temp.categories < plugin.tt_news
temp.categories {
code >
code = CATMENU
}

[b]# timtab category menu
plugin.tx_timtab.displayCatMenu {
wrap = <ul class="categories">|</ul>
hierarchical = 0
showCount = 1
[/b][b][i][u]targetPid = 1[/u][/i] - ERROR: Line 97: Object Name String, "[/b][b][i][u]targetPid" contains invalid character "[". Must be alphanumeric or one of: "_-."
}[/b]

# ve_guestbook
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 =  
}


# Menu
temp.Menu = HMENU
temp.Menu.special = directory
temp.Menu.special.value = 3
temp.Menu.1 = TMENU
temp.Menu.1.NO = 1
temp.Menu.1.ATagParams = class="linkWeiss"
temp.Menu.1.NO.linkWrap = &nbsp;|&nbsp;| |*|&nbsp;|&nbsp;| |*| &nbsp;|

# pagenav, default: 2 levels
temp.pagenav = HMENU
temp.pagenav.wrap =
temp.pagenav.1 = TMENU
temp.pagenav.1 {
wrap = <ul>|</ul>
expAll = 1
noBlur = 1

NO {
wrapItemAndSub = <li class="page_item">|</li>
ATagTitle.field = abstract // description // title
}

ACT = 1
ACT {
allWrap = <li class="page_item current_page_item">|</li>
ATagTitle.field = abstract // description // title
}
}
temp.pagenav.2 = TMENU
temp.pagenav.2 {
wrap = <ul>|</ul>
expAll = 1
noBlur = 1

NO {
allWrap = <li class="page_item">|</li>
ATagTitle.field = abstract // description // title
}

ACT = 1
ACT {
allWrap = <li class="page_item current_page_item">|</li>
ATagTitle.field = abstract // description // title
}
}

config.locale_all = de_DE
config.language = de

# filling markers
temp.blogTitle = TEXT
temp.blogTitle.value = {$plugin.tx_timtab.title}
temp.blogTagline = TEXT
temp.blogTagline.value = {$plugin.tx_timtab.tagline}
temp.blogHomepage = TEXT
temp.blogHomepage.value = {$plugin.tx_timtab.homepage}


# timtab Blogroll
temp.blogRoll =< plugin.tx_timtab_pi1
temp.blogRoll {
header_stdWrap.wrap = |
dontWrapInDiv = 1
listClass =
}

# randomimage
temp.randomimage =< plugin.tx_ccrandomimage_pi1
temp.randomimage {
header_stdWrap.wrap = |
dontWrapInDiv = 1
listClass =
}

#Labels
temp.label = USER
temp.label {
userFunc = tx_timtabthemeconnections_fe->getLabel
label =
}

temp.labelmeta < temp.label
temp.labelmeta.label = meta

temp.labellinks < temp.label
temp.labellinks.label = links

temp.labelpages < temp.label
temp.labelpages.label = pages

temp.labelcategories < temp.label
temp.labelcategories.label = categories

temp.labelmonthly < temp.label
temp.labelmonthly.label = monthly

#page title
temp.pagetitle = TEXT
temp.pagetitle.field = title

# page cObject
page >
page = PAGE
page {
typeNum = 0
includeLibs.tx_timtabthemeconnections = EXT:timtab_theme_connections/class.tx_timtabthemeconnections_fe.php

  # <head>
headTag = <head profile="http://gmpg.org/xfn/11">
headerData {
10 = TEXT
10.value = <link rel="pingback" href="{$plugin.tx_timtab.homepage}/?type=200" />

20 = TEXT
20.value = <link rel="alternate" type="application/rss+xml" title="RSS-Feed" href="{$plugin.tx_timtab.homepage}/?type=100" />
}

  # <body>
bodyTag = <body>
10 = TEMPLATE
10 {
template = FILE
template.file = {$page.file.template_std}

workOnSubpart = DOCUMENT_BODY

marks {
PAGENAV < temp.pagenav
ARCHIVES < temp.archives
CATEGORIES < temp.categories
BLOG_TITLE < temp.blogTitle
BLOG_TAGLINE < temp.blogTagline
BLOG_HOME < temp.blogHomepage
POSTS_LIST < temp.list
POST_SINGLE < temp.single
POST_SINGLE_META < temp.newsmeta
BLOG_CONTENT_NORMAL < styles.content.get
BLOG_CONTENT_RIGHT < styles.content.getRight
BLOG_BLOGROLL < temp.blogRoll
PAGE_TITLE < temp.pagetitle
Menu_Oben < temp.Menu
Links < temp.Links
CONN_LINKS < temp.labellinks
CONN_PAGES < temp.labelpages
CONN_CATEGORIES < temp.labelcategories
CONN_ARCHIVE < temp.labelmonthly
CONN_META < temp.labelmeta
} # end marks
} # end page.10 (TEMPLATE)

  # add some 'dynamic' css
includeCSS.file001 = {$page.file.css}
CSS_inlineStyle (
    
)

config {
    # get XHTML compliant output
xmlprologue = none
doctype = xhtml_trans
xhtml_cleaning = all

    # Spamprotection
spamProtectEmailAddresses = -3
spamProtectEmailAddresses_atSubst = <span>@</span>

    # targets
intTarget = {$PAGE_TARGET}
extTarget = _blank

    # externalize js and css
removeDefaultJS = external

    # advertise that we can receive Pingback
    #additionalHeaders = X-Pingback: {$plugin.tx_timtab.homepage}/?type=200

    # Admin Panel
admPanel = 1
} # end page.config

} # end page (PAGE)

#remove cleargif
content.headerSpace = 0|0
content.space = 0|0

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

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

page.10.template.file = {$page.file.template_single}
[global]
__________________
Mein Typo3
http://www.crush85.de/cms/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #9  
Alt 03.01.08, 20:05
Forum Aktivist
 
Registriert seit: 06.09.07
Alter: 23
Beiträge: 50

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
#
#    $Id$
#

# tt_news
plugin.tt_news {

templateFile = {$page.file.template_tt_news}

singlePid = {$plugin.tx_timtab.blogPid}

displayList.date_stdWrap.strftime = %a %d %b %Y
displaySingle.date_stdWrap.strftime =  %a %d %b %Y

dontUseBackPid = 1
catTextMode = 3
newsAmenuUserFunc =
useHRDates = 1
useHRDatesSingle = 1
useSubCategories = 1
limit = 20
latestLimit = 6
archiveTypoLink.parameter = {$plugin.tx_timtab.homePid}

displayCatMenu {
mode = timtab
catmenu_stdWrap.wrap = |
}

_LOCAL_LANG.default {
archiveHeader = Archives
latestHeader = Most Recent Posts
}
}

[globalVar = GP:tx_ttnews|year > 0][globalVar = GP:tx_ttnews|ps > 0]
plugin.tt_news.archive = 1
plugin.tt_news.limit = 100
[global]

#post single view
[globalVar = GP:tx_ttnews|tt_news > 0]
temp.newsmeta < plugin.tt_news
temp.newsmeta {
templateFile = EXT:timtab_theme_connections/res/tt_news_meta.tmpl
code >
code = SINGLE
displaySingle.date_stdWrap.strftime =  %A, %d %b, %Y at %H:%I
}

temp.single < plugin.tt_news
temp.single {
code >
code = SINGLE
}
[else]
temp.newsmeta = TEXT
temp.newsmeta.value =

temp.single = TEXT
temp.single.value =
[global]

# posts list
temp.list < plugin.tt_news
temp.list {
code >
code = LIST
}

plugin.tt_news.limit = 20

plugin.tt_news {
catRootline {
linkTitles = 1
}
}

# archives
temp.archives < plugin.tt_news
temp.archives {
code >
code = AMENU
}

# categories
temp.categories < plugin.tt_news
temp.categories {
code<