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.
For example, when I post to the blog, I would like it to also show up as a topic in the forums. I've been experimenting with the Taxonomy, and it looks like this should be possible.
Basically I was in the process of designing my templates for my new site. When I discovered this wonderful open source content managment platform and all it's great resources. This program is a god send to me and will be saving me hours of pain...!!! Thanks to everyone out there who works hard to make Drupal what it is.
I'm wondering about which is the best/easiest/most time saving way to work with Drupal translations?
Translations are *.po-files, all right. But which program is recommended to edit these files?
Which character-encoding ( UTF8, Unicode...)?
How to merge several files togheter?
Anyone that has allready done this, would be the best help source. All suggestions are most welcome.
I am trying to redirect users after they login to a landing page (a simple page node), but no matter what drupal_goto I change in user.module, it does not redirect (still takes the user to their account).
Can anyone give me a heads up as to which goto I should change which would succesfully redirect a user to a drupal url rather than their account ?
Where does the poll module store the voters IP address?
I was testing the module and would now like to reset the Poll votes. I went into mySQL, the poll field, and found only one IP address and yet I have two votes. Basically I would like to reset the Anonymous vote ... yes oops :-).