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

new to drupal

I am trying to find a content management/knowledge base application, either open source or not, that will allow users to upload files and submit content.

After downloading drupal, and reading past posts - it appears that the uploading of files is not part of the functionality, at least by default. Can someone confirm this please.

Thx

Block visibility only for registered users

How can I do a block only visible for registered users?

I don't want to use 'custom' blocks... I only want to hide a block for non registered users.

THANKS!!

How to create a book index

This link on Drupal's web site http://drupal.org/node/view/253 gives a hierarchical list of all the chapters/pages in a book.

How is this "table of contents" created in Drupal? Just plain HTML or what?

xtemplate logo icon is hardcoded?

Hi

I am trying to do a multi-site install of Drupal. The latest CVS builds have the $db_prefix functionality in the conf.php file, which makes this easy. You just have site1.php and site2.php, each pointing to a different database (or same database with different table prefixes if you like).

I want all the sites to have the same look and feel, but a different logo icon on the top left of the screen.

The logo icon is hardcoded in this file: themes/xtemplate/xtemplate.xtmpl

This makes it impossible to have different logos for different domains.

Inner Join mysql error after installation

I've just installed drupal onto MySQL, and get the following error at the top of the page:

user error: You have an error in your SQL syntax near 'INNER JOIN users u ON r.rid = u.rid WHERE u.sid = 'e77a48e685a036ed2ef9402b719a9' at line 1
query: SELECT u.*, r.name AS role FROM role r INNER JOIN users u ON r.rid = u.rid WHERE u.sid = 'e77a48e685a036ed2ef9402b719a97a2' AND u.status = '1' AND u.status < 3 LIMIT 0, 1 in /home/jatkinso/public_html/includes/database.mysql.inc on line 75.

Solution to Magic Quotes and Backslash problem???

After a fair amount of research on this forum trying to find a way around my hosts settings I came across a link to this script on Devshed:

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal