Or rather what I mean is, I want to invite members to a Drupal site. I'm creating their username and it seems I need to create their password. I'd rather generate a generic password for them and allow them to change it immediately. Is there a module or technique within Drupal to do this?
I would like to develop a simple site where users post videos and can vote on videos.
content with score higher then the average in the last 24 hours get's shown on a "front page" while other
content is displayed in "upcoming" / "vote" page.
I installed D7 and votingAPI / rate module and it all works great, but can't figure out how to code the homepage / scoring logic.
Hello
I have translated all string in my site in bengali. But having problem with numerical content
say posted date, time, count etc. in bengali numericals are
1 = ১
2 = ২
3 = ৩
4 = ৪
5 = ৫
6 = ৬
7 = ৭
8 = ৮
9 = ৯
0 = ০
I am new to drupal. So this might be a stupid question. I am working on a site called rideing plans. I want to integrate google maps in it where with each article I want to associate a google maps routing map. So that every motorcycle rider can route their entire route and write stories about the route. Now I wrote the website in pure php before and now I am trying to move it to drupal. Is there a specific module that I could use for this purpose. or should i try to write a module. or what approach should I take to tackle this problem.