WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Hab mir ne Firefox-Erweiterung installiert (Awesome RSS)... und wie sehe ich das nun anders? Wenn ich auf den Feed klicke, sehe ich trotzdem nur den Code..................der den RSS-Feed auch optisch darstellt.... oder gibts da noch was anderes?
<pubDate>##DATE##</pubDate>
<?php // Make array of general placeholders $general_placeholders = array('[PAGE_TITLE]', '[THUMB]', '[THUMBS]', '[THUMB_SRC]', '[IMAGE]', '[IMAGES]', '[IMAGE_SRC]', '[TITLE]', '[ITEM_ID]', '[LINK]', '[DATE]', '[TIME]', '[USER_ID]', '[USERNAME]', '[DISPLAY_NAME]', '[USER_EMAIL]', '[TEXT_READ_MORE]', '[TXT_ITEM]','[DEIN_PLATZHALTER]');
<?php $datum_feld_id = 14; // field_id des Datum-Feldes. Wenn leer dann Datum zuletzt geändert $item_date_rss = !empty($values[$datum_feld_id]) ? date('r', strtotime($values[$datum_feld_id])) : date('r', $item['modified_when']); // Make array of general values of current item $general_values = array(PAGE_TITLE, $thumb, $thumbs, $thumb_src, $image, $images, $image_src, $title, $item_id, $item_link, $item_date, $item_time, $uid, $users[$uid]['username'], $users[$uid]['display_name'], $users[$uid]['email'], $TEXT['READ_MORE'], $MOD_ONEFORALL[$mod_name]['TXT_ITEM'], $item_date_rss);