This forum is for less technical discussions about the Drupal project, not for support questions.

help plz

I am lost guyzz

what do you do after reading this portion of the installation .
In addition, a single Drupal installation can host several
Drupal-powered sites, each with its own individual configuration.
If you don't need multiple Drupal sites, skip to the next section.

Additional site configurations are created in subdirectories within
the 'sites' directory. Each subdirectory must have a 'settings.php'
file which specifies the configuration settings. The easiest way to
create additional sites is to copy the 'default' directory and modify
the 'settings.php' file as appropriate. The new directory name is
constructed from the site's URL. The configuration for www.example.com
could be in 'sites/example.com/settings.php' (note that 'www.' should
be omitted if users can access your site at http://example.com/).

Sites do not each have to have a different domain. You can use
subdomains and subdirectories for Drupal sites also. For example,
example.com, sub.example.com, and sub.example.com/site3 can all be
defined as independent Drupal sites. The setup for a configuration
such as this would look like the following:

sites/default/settings.php
sites/example.com/settings.php
sites/sub.example.com/settings.php
sites/sub.example.com.site3/settings.php

When searching for a site configuration (for example

Additional site configurations

This is straight from drupal installation .But I can't get it what does one have to do to setting.php.

In addition, a single Drupal installation can host several
Drupal-powered sites, each with its own individual configuration.
If you don't need multiple Drupal sites, skip to the next section.

mailhandler

I have installed mailhandler and it worked fine. Both admin person and the rest of the blogging community are able to send their article by sending an email to moblog@example.com

Now, I would like to temporarily make it such that, only the admin person can moblog. But anybody who knows the email address (moblog@example.com) can send an email. How do I configure mailhandler such that it will only process emails that have a sort of password field to it ? Please advise.

tried to create a database using command line

tried to use the install instruction to create a database
using

mysqladmin -u dba_user -p create drupal
but when in check it to see if it exists , using "use drupal " command" I got database not found error.
the way i wrote is
mysql> mysqladmin -u dba_user -p create drupal
reply
mysql>
then i put

GRANT ALL PRIVILEGES ON drupal.*
TO nobody@localhost IDENTIFIED BY 'password';
i got
Error 1044 : Access denied for user:'@localhost' to database. can somebody point my errors.

External data structure integration

I'm evaluating drupal, and I have been surprised to find it so linear and clean.
I'd like to use it for my next work, but this work requires a lot of data in different related tables.
To hold this data I had a look on flexinodes and it seems to be a very easy (and integrated) solution but ... I can't immagine 100.000 records of 25 fiedls each stored on flexinode tables (and the related tables as well, and a "join like" query on this structure).
On the other hand the simple add of my tables to the drupal db, would be easy, but not integrated (e.g. with taxonomy).

Best theme for Seo

What are your thoughts on the theme most likely to produce the best SEO results thats implemented on a new webpage.

I managed good results with some of the defailt xtemplate themes and also (php template) lincolns revenge but im thinking maybe some themes like interlaced or wireframe could produce better results.

Pages

Subscribe with RSS Subscribe to RSS - General discussion