I did test drupal 4.7 beta3 by creating several nodes in Chinese (encoding: UTF-8) and the display is not correct @@; does anyone know how to solve it ?
I've got a quick hack to make passwords a little easier for registering users. I just made a list of words to put at the beginning of the password, and then fill the end with random letters and numbers. Since the site I use is a christian site, the list of words are based on Christian ideas, and I've adjusted the random list to only some letters and numbers to prevent a chance of cusswords being created.
Has any developer tried to apply for funding through OpenSourceFund.org? It would be interesting to see what kinds of Drupal projects they may be willing to support. If you try, and succeed, make sure and report back here!
OSF's primary objective is to provide material support (money, server space, etc.) for the development of addons, modules, blocks, components, themes, etc. for any of the systems showcased at opensourceCMS.com.
I've written a small contact page in PHP which call's PHP's mail() function. Somehow if I create a new page which executes the mail() function, I recieve two e-mails.
I can't seem to find what's wrong. I'm using the following statement:
I'm using taxonomy_access which is enabled, but i can get it to give access to an anonymous user. I've set up access via permissions (blog module>edit own blog) and via the categories permissions (blogs>default>select all>view), but however many times I try to set it up, when I try to access blogs or any kind of content (pages should also be visible), I get access denied.
On the form pages, I'm also having to double click on 'submit' to get it to send, not sure if that is connected.