A friend of mine a opening a dance school, and we were looking for drupal themes that would help us build/use a theme aimed at school/education or small info point form theme.
We are not looking for anything fancy, just a theme that is for 3-4 pages max. But it would just show to the user that this is the school and this is what it offers. Short to the point, and with educational feel/background.
None of use are designers, but if we have a good base we can work on it to customize to our own needs.
Hi
when I create new user via registration form I see message
"A welcome message with further instructions has been sent to your e-mail address."
but no mail arrives. I found some topics on web about sending mails and possible problems. But it was concerning some particular error messages. I see no warning nor error message.
when I make order through Ubercart, mail arrives so there is not problem on server.
the jump menu of my view is creating wrong urls for his links.
an example:
the title of a page is: Bauer, Wolfgang
the working link to that page is: /bauer-wolfgang
the jump menu ceates the following not working link: /Bauer%2C%20Wolfgang
under admin/config/search/path/settings i have set that the commas have to be ignored and the white space between word are replaced by minus.
When converting a module from an earlier version of Drupal (D6 to D7 in this case), should the mymodule_update_6100, 6101, etc. changes be incorporated into mymodule_schema function or remain as they are?
From looking at the code in a few other modules, I'm under the impression that I should integrate the changes into the schema hook & delete the old update_N hooks. I just want to make sure, though.
I am looking for a solution to allow my users to unlock the ability to post content via two methods.
In other words, say I have a content type called "Business Listing" and I want to allow people who post more than 5 blogs in a single month to have access to that, or allow them to purchase access to creating a "Business Listing" without the blog post requirement. Is there a way to allow this kind of dual unlock system?