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

No tax nodes returned with "and" (as opposed to "or")

Moshe Weitzman posted an interesting code snippet to create a block with links to nodes that share a certain keyword here. There is a little but annoying problem with the code though: everything works fine with "operator" => "or", but nothing is returned with "operator => "and". I am using Drupal-CVS. (This is tested with tids that do deliver results when used with taxonomy/view/and/x,y).

Any ideas as to what might be wrong?

Nav Bar editing

This might be a silly question, but how do you add items to the nav bar at the top? I figure I can do it by hand if I edit the theme, however this does not seem like a practical way of doing this. Is there a more proper way?

Where is bug tracker module?

Is the bug tracker module on this site available as a module or is it a custom thing for drupal.org? If the former under what name does the module live? Can't find it in the contrib list, and before installing various modules just to check, I thought maybe someone knows the answer right away...

TIA, Lieven

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...

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal