/home/patricia/domains/rosalieve.nl/public_html/libraries/joomla/document/feed/renderer/rss.php

                        if ($data->items[$i]->authorEmail!="") {
//                              $feed.= "                       <author>".htmlspecialchars($data->items[$i]->authorEmail . ' (' .
//                                                                              $data->items[$i]->author . ')', ENT_COMPAT, 'UTF-8')."</author>\n";
                                $feed.= "                       <author>".htmlspecialchars(
                                                                                $data->items[$i]->author, ENT_COMPAT, 'UTF-8')."</author>\n";
                        }

Only show date, not date + time:

The date format information for Joomla! 1.5 is stored in the file <Joomla! home>/language/<your language>/<your language>.ini. For example, for English, it is <Joomla! home>/en-GB/en-GB.ini.
-> language/nl-NL/nl-NL.ini
#DATE_FORMAT_LC2=%A %d %B %Y %H:%M
DATE_FORMAT_LC2=%A %d %B %Y
  • No labels