Having problems installing Drupal? See the Installation Guide for more information.

Rich Text Editor?

Has anyone tried integrating Kevin Roth's Rich Text Editor into a Drupal site? This looks to me like a cool way to make it easier for users to enter formatted (in HTML) stories, blogs, and comments.

Dan

error wirth tax cat

hi

could someone give me a hand to solve this problem:

arning: Invalid argument supplied for foreach() in /var/www/html/myblog/modules/taxonomy_dhtml.module on line 106.

which occurs when visiting my taxcat page?

i am running 4.2 with the following modules:

admin.module       chatbox.module    htmlarea.module       page.module       statistics.module      throttle.module
admin.module.bak   cloud.module      htmlcorrector.module  pdfview.module    stock.module           title.module
amazon.module      comment.module    import.module         ping.module       story.module           tracker.module
archive.module     drupal.module     jabber.module         poll.module       style.module           user.module
block.module       event.module      keywords.module       profile.module    system.module          watchdog.module
bloggerapi.module  feature.module    locale.module         queue.module      taxonomy_dhtml.module
blog.module        forum.module      nicelinks.module      scheduler.module  taxonomy.module
bookmarks.module   headlines.module  node.module           search.module     tb.module
book.module        help.module       notify.module         smileys.module    texturize.module

rewrite not working?

hi

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.

now i checked:

[root@kjell myblog]# grep -i mod_rewrite /etc/httpd/conf/httpd.conf
LoadModule rewrite_module     modules/mod_rewrite.so
AddModule mod_rewrite.c

and mod_rewrite seems rightly configured

i also have a .htacess

[root@kjell myblog]# ls -al .htaccess
-rw-r--r--    1 apache   apache       1894 Aug 19 15:24 .htaccess

and to get past the / in the error handeling i have a symlink tot a custom 404

[root@kjell myblog]# ls -al ../error.php
lrwxrwxrwx    1 root     root            8 May  4 15:58 ../error.php -> 404.html

in my conf i enables friendly urls and rewrite (can someone provide me with a sql statement for this to show?). it isnt working however.

any help appreciated to solve this problem with is rather bad for me...

migrating from other CMS

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

Here's the code I've adapted:

HTML and Line Breaks

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.

Thanks

Altering 'Blog It' HTML output

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.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal