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

Mass un-sticky?

Merry Christmas Eve everyone :)

I was using the leech module and somehow it set the node weight of all new leeches to -20, which was annoying. I went through all leeched articles and set their node weight to 0. To avoid new leeches from doing this in the future until I figure out the leech problem, I decided to turn off the weight module. Now all my leeched articles are sticky. I have about a thousand of these, and I'm looking for a quick mysql command to clear out that field.

My site is http://www.supercars.com

Cant log in

Symptom: I cant log in even though I entered the correct username and password. It just reloads the page with the log in, and also shows that I am logged in my member's online block.

Solution: In user.module, comment out
sess_regenerate();
return 'user/'. $user->uid;

so that it looks like

//sess_regenerate();
//return 'user/'. $user->uid;

how to setup jabber with drupal

Hi,
I want to use jabber in my drupal site. There already is a jabber module available for drupal 4.7, but as there is no documentation for it at the moment so I dont have a clue as to how I can go about setting up a jabber server to work with my drupal site.
Can someone please guide me in the right direction.

Tables in pages

How do i make tables of information and pictures to show up in pages?

i use regular HTML code to make the tables but its not lined up right.

any help?

usernode module tip (SQL query to unpromote all usernodes from front page)

I just starting using usernode, a module which creates a node of type "usernode" for each user. To my surprise, as soon as I turned usernode on, my site with hundreds of users suddenly had hundreds of usernodes promoted to the front page. I hadn't set the defaults in admin/settings/content-types/usernode to unpromoted. Oops.

Rather than update all the posts one by one in or in batches in admin/node, I used this SQL query:

Creating a "Dynamic" page that i can put stories on

This is a very simple question and i feel like an idiot posting about it but here it goes. I want to create a page that i can post an unlimited amount of stories on (note i do not want to stories to propagate to the front page). Thanks in advance for the help :)

Pages

Subscribe with RSS Subscribe to RSS - Post installation