i want to setup a site similar to wordpress.com
where users can sign up and get an account and will have a website like this: http://username.mydomainname.com
is there any module exist for this?
how can this made possible?
anyone willing to setup something like this?
I just recently found Drupal while looking for a CMS that could integrate with Gallery. I've got that up and working on my site and am very happy with it. The only additional thing I want to provide to people on the site is the ability to access their email. I saw that their is a SquirrelMail module, but I really prefer Horde IMP for webmail. I saw a post from a while back about someone writing a module to integrate Horde but the site referenced didn't have any information about the module. I'm wondering if someone is still working on a module like this and what the status is.
I am using the location moduke. I downloaded the zip code file and recieve the following error:
SQL-query:
--
-- United States of America version.
-- America! Yeah!
-- Dumping data for table `zipcodes`
--
INSERT INTO zipcodes
VALUES (
'00210', 'Portsmouth', 'NH', '43.005895', '-71.013202' , -5, 1, 'us'
)
MySQL said:
#1146 - Table 'netgri_drupal.zipcodes' doesn't exist
It is obvious to me that I need to create the database. Yet I cannon find a sql file to do the work for me - where is it located? Or do I just need to create a new table and add these values or do Can anyone provide advice on this?
How would i get the taxonomy terms a node belongs to?
I browsed through the API, but i can't seem to find how it works...
When a node is displayed in a standard way, the taxonomy term gets displayed, but i'm writing my own custom page, and i can't figure out how i could add the taxonomy term together with the node...
I could write SQL to get them out the database, and add them in the additions object in the load hook, but i guess there must be an easier way...