Tired of logging in again and again to a Drupal site that keeps kicking you out? You can modify session length, i.e. the length of time that a logged-in session stays logged in, via the ini_set('session.cookie_lifetime'... line in the site's settings.php file. See details in Forum Finds: Modify length of user login sessions.
Reply to comment

Re: Drupal Mystery #1: Teasers
Keep in mind, all the functionality you need is in the teasers module. You can almost consider it an advantage that it isn't in core. Core has to be rock stable and you're not going to change it easily. Non-core modules can experiment and grow more easily, changing direction isn't a big group decision, unlike core modules.
Having a minimal core and letting you choose your options gives tons of advantages. The smaller your code base, the faster and more secure a system will be. You can choose between small modules that are cooperative tools, letting the ecosystem grow quickly and in unexpected directions.
Yes, it can be frustrating at the beginning to have to download and install a bunch of modules. Try installing WYSIWYG editors :) Think of all the little modules as contant experiments that help guide the core direction. Once you are used to it, you'll see its a great solution.
Reply
Learn Drupal, hands-on
Get the beginner-friendly ebook that teaches community site building via a live case study.







Cool! Thanks for figuring out about this!
You're really great~ I tried it out! And yay,...
Hello! I just would like to give a huge thumbs up for the great info you have here on this post...
I may not have a chance to test that for a while, but meanwhile I welcome commentary from anyone...
Hey,
Since I still see some links here, and the guide is quite good, I thought that I may...