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 have set up subdomains that I want Drupal to serve. Right now, I have Drupal serving out the top level of my domain only. For instance, if I have www.mysite.com set up to use Drupal, how can I get the same instance of Drupal to serve up blah.mysite.com?
I want to create a website that has a lot of featured articles in-house and everything except for this one thing is within the Drupal CMS. How might I set up drupal so that after a ceartain ammount of words, and/or even paragraphs, a "read more.." or "Page2: The Next Chapter" type link apears right after the last period before the page breaks?
I will have large readership, and it will be supported by adsense because of the vast ammount of topics that are discussed and the people who would read it.
Help!!! I am not able to login to my Drupal system Here is the error I get:
Fatal error: Call to undefined function: _ldap_integration_fake_user_login() in /Volumes/EdgeFiles/webEdgeSites/webEdge/modules/ldap_integration/zcallbacks.module on line 47
Is there any way to set a total file upload size limit for the entire site ie for all users combined? I see how to change the total allowed per post and per user but not per site.
How do I make everyone's blog show up on everyone's blog submenu?
Right now only each user's own blog shows up as Myblog. I realize you can access the blogs using a special URL, but is there anyway to make this automatic?
Anyone know if there is a way to enable a user to upload their photo during registration ?
Or is it a case of hacking it ?
Both this and my "how do I redirect a user after login" lead me to think that user.module needs to have some messing done with it to make it a lot more customisable by end admins rather than developers.
If this is the case, I will have a go at reorginsing the code.