Problem assigning group members membership types other than default
core 7.29 og 7.x-2.x-dev, also tested 7x-2.7 So, I'm going a little crazy trying to get users assigned a membership type other than default in an og. I can create a new membership type no problem, and add fields. What I can't do for the life of me is find how to assign users to that membership type. The node 1 video made it seem like it shows autom...
Problem with custom dropdown default value
I've written a module that allows users to alter the display of a Date/Time object by allowing them to change their timezone via a front-end block. It does it's primary function properly, changes the time display as expected, however, what is supposed to happen is that once you pick a timezone, the page reloads, and the dropdown form will default t...
Problem with i18n_string + features + sites with different default language
(I will talk about i18nviews in this question, but I think the problem applies equally to other cases of i18n_string) With regular Drupal t(), Drupal will always assume that the original string is in English. With i18n_string, it is assumed that the original string is in the site default language. I have multisite with two sites, one with default l...
My webhosting won't allow "Options" in .htaccess
My webhosting provider of 4 years said they don't allow "Options" in .htaccess files. They were referring to lines 11 and 14 of the .htaccess file. Is it ok to comment these out? These lines are Does it pose a security risk?
htaccess settings to allow access to special non-drupal page
I have a properly working Drupal 6 site, at the webroot of my server, which can be accessed by www.mysite.com or by mysite.com. I have some special html files (not part of Drupal) that can be currently accessed by going to mysite.com/special and that works fine. I would prefer that people just go to special.mysite.com to get to the html files in th...