I am not sure which module would do what I am asking to do or if there is a quick and easy solution.
Basically, lets say I have a page with blocks on the left side for navigation and then content on the right side.
I'd like to have a block that appears on the right side, but with the text wrapped around it. So instead of the block being on the right side with tons of empty white space below it... have the words and content wrap around this block.
Something like below, with A standing for text. What is the most efficient way to do this?
Hello, I have made several changes for one site I've been working in using PHP Template and I've created custom modules.
Now I want to add some text to the login block, it's text saying something like "When you register you will be able to do this and that", but I don't know how to do it without modifying user.module.
The site is http://www.felafacs.org and you can see the following text below the login block:
We migrated our drupal-based website from a shared server to a dedicated server. After the migration, a lot of users are complaining that their original passwords are not working. When I go in to the database to check whether the password is correct, I see that there is only an encoded form of the password saved in the database.
How do I check if the user's password is correct? Is there a function to get the encoded form of the password so I can compare what is in the database?
On my cPanel, I have the following configuration instructions. Is the "server requires authentication" setting the one causing the problem? If so, how do I solve this? Thanks in advance.
Manual settings
Mail Server Username: mysite+mysite.com
Incoming Mail Server: mail.mysite.com
Outgoing Mail Server: mail.mysite.com (server requires authentication)
Supported Incoming Mail Protocols: POP3, POP3S (SSL/TLS), IMAP, IMAPS (SSL/TLS)
Supported Outgoing Mail Protocols: SMTP, SMTPS (SSL/TLS)
I have a block that appears in the left column of my page nodes that I want to have the top of be even with the text content in the center column. Since they are entirely different div's I haven't figured out how to do this. Anyone have any ideas?
Im using upload.module to let members to my website download files. Is there a mechanism to keep track which files have been downloaded built into the module?