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 am having some issues with the "Home" link on the main drupal page.
If I log in, if I click Home it displays the Login and Password fields again.
If I refresh, they go away as if I was logged in like normal.
Im trying to change the text that says "Read More" within the teaser area of my nodes to display "Read Full Article". What file do I need to look into to find this text?
I know there are many posts already on this topic, but I'm new to Drupal and the posts are very confusing, since they lead down rabbit trails that seem to go on forever.
I am running CivicSpace 0.8.3-rc4, which is based on Drupal 4.6.5. "Remember me" is not working - my users are logged out every time they exit our site. I have listed the contents of .htaccess in my root Drupal directory below. Note that it does not have a php_value session.cookie_lifetime entry. My sites/default/settings.php file is completely empty. How do get Drupal to "remember" my users? Thanks.
I found that using this wonderful book block snippet http://drupal.org/node/44648 in a book page as embedded php gives me a Table of Contents which I don't have to keep updating every time I add new content to the book. The only trouble is when you click 'print friendly' all it shows is the php snippet, not the book contents.