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.
Hi,
I'm sure the answer is in these forums somewhere but I can'T seem to find them. I want to let my users post links and pictures in the forums. Like in a phpBB or vBulletin forum. If this has to be with html that is ok but I don't them to be able to post any old html, just those two things.
Does anybody know how to do this?
deadhippo
We are considering purchasing Google's mini search appliance. We need Googles advanced search features and it appears to be the only way we can index our password protected content.
I have been informed by a Google rep that the search appliance will crawl sites protected by HTTP Basic Authentication and Microsoft NTLM Authentication, but not Forms-based Single Sign-On sites.
My question is this: What kind of authentication method does Drupal use?
How is it possible to have more then one phptemplate.engine on ?
Detailed: i have 5 portals each one on 5 languages. Each language is a different database. Now i want that all the language portals of portal1.com (en.portal1.com, es.portal1.com etc.) will use common files (from /themes/engines/portal1.engine) and those from portal2.com will use files from /themes/portal2.engine.
I'm using pathauto for rewriteurls and the built-in content module for custom content types. I've made one for articles and in the pathauto settings I've enabled the creation of index aliases. I've set "artikelen/[title]/" for article nodes and "artikelen/[catpath/" for the articles category, but even though "/artikelen/article" works, "/artikelen/" does not. I've check the Database and the alias for "/artikelen" refers to "pathauto/taxonomy/artikelen", but both URLs don't seem to work.
I hope anyone knows what's wrong here, I can't figure it out...