Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
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;
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.
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:
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 :)