Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have installed the Aggregator2 module and created the default block (that has say 5 rss news items)... I want to customize this block. Specifically I want to have the image that's in the new's item show up in this block along with the news item title. How do I do this and customize this block.
Is there any way to perform a partial word search in Drupal.
I have been looking around all the drupal site and I haven't found a way to do this.
I really need this to get my site going.
I need the ability to perform a search of part of a word (drup) and get the nodes that contain the word (drupal) that marches the partial word (drup).
I have created a CCK content type with a number of text fields and an image field. I can add images, and when I view the nodes individually, the images appear as expected. For my application, however, I need them in a table view. In this view, however, I just get empty cells. Any ideas?
Versions
Drupal: 4.7.3
Views: cvs September 15, 2006 - 02:15
Imagefield: cvs September 2, 2006 - 03:46
CCK: cvs August 21, 2006 - 17:06
After activating the Upload module and set the access control, it is not possible to attach file to a post. When I try I got this error message:
warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect. The script whose uid is 337912 is not allowed to access C:\Program Files\EasyPHP1-7\tmp/tmp_uH2T8B owned by uid 48 in /membri/tonioanto/myDrupal/includes/file.inc on line 227.
I don't know if the problem is with Drupal, php or the host, but is anybody out there able to help me?
I've drupal installed in a sub-directory (because I've many other non-drupal folders at the root of my web site).
Everything works fine, and I've a .htaccess redirect at the root folder to go to /drupal/ so all / requests go to /drupal/ and from there on, the drupal sites settings.php takes care of everything - base_url is set to /drupal/
I would like to remove the .htacess redirect - so, am thinking of creating a index.php or index.shtml at the root of my web site to directly include the contents of the /drupal page.
I am new to Drupal. I having a peculiar problem with Drupal here. Whenever i login the page does take me to the succeful login page but show the login page which was displayed earlier. It is the same with all all other page on my drupal installation.