Drupal is up and running but how do I ...?

Printing out users - oops!

Well, this might be funny if it wasn't me . . .

I added a PHP block to pull out user name, ID and picture and the result listed ID 0 every time, so in an effort to get rid of it, I removed user 0 in the user table. The printout looked good, but soon as I signed out, the fun began, with it reporting "Trying to get propery of non-object in bootstrap.inc on line 574," "Undefined property: stdClass::$uid in session.inc on line 35" (and line 441).

Even truncating the session and cache tables didn't help.

Line and paragraph breaks with node_import

I have a bunch of old html files of newspaper articles which I've stripped the markup out of and turned into a csv file so that I can pull them into Drupal.

Well... I say I've stripped out the html. Actually, I've left in the

and
code so that the original paragraphs stay in place, so that we are left with nice readable text.

Unfortunately, what we are left with is something that looks like this:

<p>Alongside lectures and coping with huge increases in alcohol intake, one of the learning experiences facing the 320,000 new students who go to university over the next couple of weeks is independent living. Halls of residence, buying your own place, lodging with a family or renting with friends: which of these is cheapest, easiest and least stressful?<p>Here, four students describe the advantages and disadvantages of the different choices:

etc, etc... (sorry about the ugly code formatting... the only way I could get the p's into the post!)

Now, clearly I can't just add line breaks in the csv file, as this would leave each article flowing over more than one row, making csv import pretty impossible.

Is there any way I can persuade node_import to pay heed to the html tags which I'm leaving in the imported data? I've had a look through the menu options and can't see any way of doing it. If it's not possible, then can anyone suggest some sort of workaround that I could apply using find/replace to the data before I try and import it?

Export Drupal Nodes to LiveJournal

Is there a way to export all my story and poll nodes to LiveJournal?

Thanks,

Joseph

acidfree help

Hi

I am using acidfree to give users there own photo album. In there album there are no thumbnails just links to the full size image. Can anyone help me set acidfree so I have thumbnails.
Thanks

Anyone using Liga Manager Online?

Hey Guys,

I tried installing the LMO Module; which subsiquently require installing LMO 4.0; After downloading it, I uploaded the files contents to my server, and ran the install.php file. Everything installed great; except I have no idea what the admin username and password is.

Is there a default one?

warning: Invalid argument supplied for foreach() in taxonomy_hide.module and taxonomy.module

All of a sudden I get the following warning on my site, when creating a page:

* warning: Invalid argument supplied for foreach() in /var/www/html/dp/sites/default/modules/taxonomy_hide/taxonomy_hide.module on line 67.
* warning: Invalid argument supplied for foreach() in /var/www/html/dp/modules/taxonomy.module on line 31.

It's also reported by others, eg http://drupal.org/node/79750, but nobody gave a solution, so I'm trying my luck.

Pages

Subscribe with RSS Subscribe to RSS - Post installation