![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#11
| ||||
| ||||
|
__________________ |
|
#12
| ||||
| ||||
| Die Beiden stehen aber auch wirklich als < drin.
__________________ mysql> SELECT question FROM life, universe, everything WHERE answer=42; Empty set (2079460347 sec) |
|
#13
| ||||
| ||||
| OK, ok - ich hör ja schon auf ![]() Ist das ursprüngliche Problem jetzt auch bei dir behoben?
__________________ |
|
#14
| ||||
| ||||
| Zitat:
Code: 208a209,212
> # t3lib_div::debug($this->data);
>
>
>
210,212c214,234
< $going = str_replace('<', '<', $this->data['ITEM'][$i]['TITLE']);
< $go_the_head = str_replace('>', '>', $going);
< $content .= '<DIV class=twrss_bodytext><A href="'.$this->data['ITEM'][$i]['LINK'].'" target="'.$get_theLinkTarget.'" >'.$go_the_head.'</A></DIV>';
---
> if ($this->piVars['showUid']) {
> if ($this->piVars['showUid'] == md5($this->data['ITEM'][$i]['GUID']) ) {
> $content .= '<div class="twrss_bodytext">';
> $content .= '<strong>'.$this->data['ITEM'][$i]['TITLE'].'</strong>';
> $text = $this->data['ITEM'][$i]['CONTENT:ENCODED'];
> $text = preg_replace('/<\/?font.*?>/', '', $text);
> $content .= $text;
> $content .= '</div>';
> return $content;
> }
>
> } else {
> #$going = str_replace('<', '<', $this->data['ITEM'][$i]['TITLE']);
> #$go_the_head = str_replace('>', '>', $going);
> $go_the_head = $this->data['ITEM'][$i]['TITLE'];
> $content .= '<DIV class=twrss_bodytext>';
> $IdHash = md5($this->data['ITEM'][$i]['GUID']);
> $link = $this->pi_list_linkSingle($this->data['ITEM'][$i]['TITLE'], $IdHash, 1 );
> #t3lib_div::debug($link);
> # $content .= '<A href="'.$this->data['ITEM'][$i]['LINK'].'" target="'.$get_theLinkTarget.'" >'.$go_the_head.'</A></DIV>';
> $content .= $link;
226a249
> }
386c409
< $this->parser = xml_parser_create();
---
> $this->parser = xml_parser_create('UTF-8');
__________________ mysql> SELECT question FROM life, universe, everything WHERE answer=42; Empty set (2079460347 sec) |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| RTE macht nicht, was ich will | M3nsch | TYPO3 4.x Rich Text Editor | 1 | 12.09.07 15:39 |
| Seitenendung .html - Wie macht man das? | sur-01 | Extension suchen und neue vorschlagen | 2 | 04.09.07 09:23 |
| Gmenu_layer macht Abstand im IE | Dominik.Stumpf | GMENU, HMENU, TMENU und Co. | 0 | 21.08.07 12:01 |
| Was macht das tt_content?? | joschiluna | TYPO3 3.x Fragen und Probleme | 1 | 06.10.06 16:30 |
| ab_linklist macht Probleme | greyhawk | Alle anderen Extensions | 1 | 29.08.06 11:20 |