Antwort
 
LinkBack Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 18.06.07, 12:06
Forum Newbie
 
Registriert seit: 25.04.06
Beiträge: 17

News Plugin funktioniert im FF aber nicht im IE ??


Hallo,

ich hab da ein Problem bei dem ich nicht weiterkomme. Ich
habe das tt_news Plugin benutzt und auch soweit konfiguriert.

Wenn die Seite nun im FF öffne erscheinen die News, bei IE wird
hingegen angezeigt "no news in this list" ??

Es ist die gleiche Seite, an was kann das den liegen ?

Vielen dank schon mal,
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 18.06.07, 12:15
Benutzerbild von just2b  
Registriert seit: 03.11.04
Alter: 25
Beiträge: 2.370

am cache würd ich pauschal sagen

georg
__________________
TYPO3 3.7./3.8.X/4.0.X/4.1.1
just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot
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 18.06.07, 12:26
Forum Newbie
 
Registriert seit: 25.04.06
Beiträge: 17

den chache habe ich aber bestimmt schon 10 mal geleert.
Hat aber auch nichts gebracht.
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 18.06.07, 12:48
Benutzerbild von just2b  
Registriert seit: 03.11.04
Alter: 25
Beiträge: 2.370

dann hast du eine fehlerhafte condition im TS
__________________
TYPO3 3.7./3.8.X/4.0.X/4.1.1
just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot
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 18.06.07, 13:00
Forum Newbie
 
Registriert seit: 25.04.06
Beiträge: 17

also ich habe folgendes im TS stehen.
Woher kommt den die Unterscheidung FF und IE ?

in den Konstanten :

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
# Page ID News:Die ID der Seite wo die News drin sind
pid_list = 23

#Page ID Singlenews:Die ID der Seite wo die SingleNews drin sind
singlePid = 22

#Page ID Archive:Die ID der Seite wo das Archive drin sind
archiveTypoLink = 20

im 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:
#Pfad zum eigenen Template
plugin.tt_news.templateFile = fileadmin/templates/news_template.html
# Variable pid_list wird leer gemacht
plugin.tt_news.pid_list >

# PID  wird über eine Konstante festgelegt
plugin.tt_news.pid_list = {$pid_list}

#Rekursiv, wenn euere News in Unterordner sind

plugin.tt_news.recursive >
plugin.tt_news.recursive = 1

#UID der Seite Singleview

plugin.tt_news.singlePid = {$singlePid}

#Archive Aktivieren

#UID der Archiveseite

plugin.tt_news {
archive = 1
archiveTypoLink.parameter = {$archiveTypoLink}
}
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 18.06.07, 13:11
Benutzerbild von just2b  
Registriert seit: 03.11.04
Alter: 25
Beiträge: 2.370

und das ist das einzige was in deinem ts steht...?
__________________
TYPO3 3.7./3.8.X/4.0.X/4.1.1
just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot
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 18.06.07, 13:15
Forum Newbie
 
Registriert seit: 25.04.06
Beiträge: 17

nein das ist nur das was in dem ext. template steht das für die news seite gebraucht wird

das ganze ts lautet :

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:
config.doctype = xhtml_trans
config.xhtml_cleaning = all
config.htmlTag_langKey = de
# Default PAGE object:
page = PAGE
page {

includeCSS.screen = fileadmin/templates/3.css
includeCSS.screen.media = all
includeCSS.screen.title = Bildschirmansicht

/* headerData.10 = TEXT
headerData.10.value (
<!--[if lte IE 7]>
<link href="fileadmin/templates/css/ie.css" rel="stylesheet" type="text/css" />
<![endif]-->
)
*/
10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/templates/template.html
10.workOnSubpart = DOCUMENT_BODY
10.relPathPrefix = fileadmin/templates/

10.subparts {
MAINNAVI = HMENU
MAINNAVI.1 = TMENU
MAINNAVI.1.NO.allWrap = <li class="level1no"> | </li>
MAINNAVI.1.ACT = 1
MAINNAVI.1.ACT.allWrap = <li class="level1act"> | </li>
MAINNAVI.1.wrap = <ul> | </ul>


SUBNAVI = TEXT
SUBNAVI.value (
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tab_nav">
   <tr>
     <td class="downloadlink">Download &amp; Links </td>
     <td class="archivlink">Archiv</td>
     <td class="kontaktlink">Kontakt Impressum </td>
   </tr>
   <tr>
     <td colspan="2" class="suchefeld"><form method="post" action="index.php?id=21&amp;no_cache=1">
<label>Volltextsuche</label><input class="feld1" size="20" maxlength="100" name="tx_ttnews[swords]" type="text">
<input class="button1" name="search" value="Los" type="submit">
</form></td>
     <td class="loginfeld">Mitglieder Log-In </td>
   </tr>
</table>
)

CONTENT < styles.content.get
CONTENT_RIGHT < styles.content.getRight
CONTENT_LEFT < styles.content.getLeft
}

10.marks {
YEAR = TEXT
YEAR.data = date:U
YEAR.strftime = %Y

LAST_CHANGE = TEXT
LAST_CHANGE.data = register:SYS_LASTCHANGED
LAST_CHANGE.strftime = %d.%m.%Y
}*/
}
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 19.06.07, 13:54
Benutzerbild von just2b  
Registriert seit: 03.11.04
Alter: 25
Beiträge: 2.370

und die lösung schlussendlich im crossposting TYPO3.net - News Plugin funktioniert im FF aber nicht im IE ??
__________________
TYPO3 3.7./3.8.X/4.0.X/4.1.1
just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot
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
Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
menü horizontal: funktioniert nicht im typo, aber im html editor ant.one TYPO3 4.x Installation und Updates 2 12.06.08 20:37
Gelöst Link aus News-Übersicht funktioniert nicht sunny.p News (tt_news, mininews und Co) 2 30.10.07 06:49
News per CSS anpassen funktioniert nicht (geteilt von t#4167) Breaker News (tt_news, mininews und Co) 4 05.02.07 09:57
RealURL funktioniert, aber nicht richtig paopao TYPO3 4.x Fragen und Probleme 1 23.01.07 17:08
Template funktioniert nicht auf Linux Server, aber auf lokaler Installation flogro TYPO3 4.x Fragen und Probleme 5 24.11.06 09:52


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:05 Uhr.


Powered by vBulletin® Version 3.7.3 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0