i upgraded a week ago to 4.2 from 4.1 and the rewrite to the new friendly url's doesnt seem to be working. i have a rather straightforward setup with the exception that drupal is installed in /myblog/ instead of the root of the webserver.
I've adapted the code from 'Migrating from GeekLog to Drupal' for migrating my articles (www.virtualeli.com). I wrote my own CMS (just for kicks). Below is the table structure I use (field on left, type on right)
id int(10)
datetime datetime
title text
keywords text
text longtext
Is it possible to have Drupal treat HTML content as such in postings and entries of various nodes? It seems to allow HTML but will also convert any line breaks found in the text to HTML BRs for instance. It also seem to mess things up when HTML is pasted from external source and I am forced to fix it manually.
The Blog It link of individual news items in feed seem to make it possible to quote the title and links in a personal blog. I would like to know if there's an easy way to alter the template (if there's one) to create this to allow a different format.