Keyword

International caracters?

More
13 years 9 months ago #615 by kyriakos Kazazis
Replied by kyriakos Kazazis on topic Re: International caracters?
.

In the same way, change it for $introtext, $fulltext ...

There was a problem with the timezone setting, too. I changed in simplepie.inc line 3090:

Quote
return date($date_format, $this->data);
to
Quote
return gmdate($date_format, $this->data);

Now the Simple RSS Feed Reader shows the correct time for Germany at the moment. (We do have Summertime / wintertime ... I'm not sure if its interesting for you people...)


i made that change but is not showing correctly the time. is givving 7 hours difference :/
anyone know the answer?

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #616 by Zerg
Replied by Zerg on topic Re: International caracters?


- <?php echo utf8_decode($item->get_title()); ?> 2 Times! (Line 165 and 183)

- <?php echo utf8_decode($introtext); ?></p> Line 214

- <?php echo utf8_decode($fulltext); ?></p> Line 217


Woah thanks so much! I've been pulling my hair out for hours now and this works like a charm!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum