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.
Hello folks.
I've been tasked with updating a Drupal site.
First I moved it over to another server.
I try to log in, but Drupal passing the credentials through a querystring and apparently not doing anything (see below).
Can anyone tell me how to fix this?
Many thanks.
Please help with the code to redirect to logged in user. I have a block with the following link: <a href="user/*" title="iuser">. This link works to show the block on a page but not as link. have also tried <a href="user/%" title="iuser">.
Would like the variable link to go to pages such as: /users/sponsorone or /users/adam or /users/ben if the users are logged in as sponsorone or adam or ben.
I have a Drupal 6 site with Views 2. When I upgrade to Drupal 7 and Views to version 3 some of the fields stop working, for instance imagefield. Before upgrading Views module I've upgraded the fields with content migrate. Is there any way to migrate the old D6 fields to D7 in the views?
I have working instalation of drupal 6.2 site. I got it from client and now i need to do some changes like adding language and stuff like that.
On my online testing server everything works great. As i moved down the changes i realized that ppl that used to work on this site were hard coding data into custom modules etc. So what i need now is fast file search etc. For that, i have to move site localy on my local testin server (ubuntu, apache etc.).
When i move files and database Firefox gives me this error:
The connection was reset
Is it possible using Commons Wikis or some other set of D6 wiki tools to duplicate Mediawiki functionality - specifically having individual editable fields on a page?
We want to create a wiki of countries for overland travellers, which would be primarily created and edited by our site users. Information includes great roads, border information, emergency contacts, places to see, etc.
I want to develop a webform for business documents having three fields header image , footer image and a body in which the end users drag and drop form fields. I am using webform and formbuilder but how will I give the end user this functionality to build their form during webform submissions?