drupal

drupal block display

is there any way to place a block in different regions without duplicating it . for ex consider a block1 and its display regions requirement page1 lefttop page2 right how to configure block1 in 2 different regions ? ...

Controlling which comments are shown based on role in Drupal

This is a strange one and not ideal, but basically we have a Drupal site that has been using the core comments module to allow authenticated users to post and view comments for a node. We are now needing to extend this so that unauthenticated users can also post comments, but not view them. Authenticated users would only have access to ...

Drupal: create hierarchical menus from taxonomy vocabulary

hi, is there any way to automatically create hierachical menus from taxonomy vocabulary in Drupal ? thanks ...

Drupal: sending 1500 emails monthly

hi, I need to enable a mailing list on a website and I was considering to use Simplenews module for it. I have to send approximately 1500 e-mails per month. I was considering if it is a huge emails amount for drupal and simplenews module and I should use another service, or not. thanks ...

Drupal 6: URL Alias setting for Vocabulary/Term to Term-customtext

Hi friends, I have a Vocabulary for location. and as a default it takes path as www.blabla.com/location/uk/london and I need to make it as www.blabla.com/london-restaurant My configurations are as below. but somehow it doesn't work at all :/ Appreciate advises!! Thanks a lot! Terms in Location view: Automated URL alia...

Build a new Drupal site using D7

Hi there! I'm planning to rebuild a site I've got, from self-hacked to Drupal. I'm planning to dive in to Drupal and later on work as a freelancer (using Drupal). And here's my question. After spending some time reading about, and testing, Drupal I really got that feeling, "WOW", with Drupal7! I know that D7 isn't really "out" yet but ...

Drupal search user by profile firstname and lastname query

Hi! I am writing module which allows to quick add users only by providing First and Lastname (without emial address or user name). Those users are 'ghost' like, just for a temporary uses. Before adding user module needs to check if user with the same first name and last name already exists in system to avoid creating multiple ghost user...

Drupal Multiline Title

At the moment I may have a title like Welcome to my new Website made using Drupal This title is splitting onto two lines but I have no control where the break takes place. I would much rather have: Welcome to my new Website made using Drupal To do this I decided the best thing to do is to create a new CCK field to house the title a...

Drupal add multiple text fields to a webform component

Using drupal webforms, is it possible to add multiple fields within a single webform component? I'd like the end-user to be able to an an address component instead of adding each address line individually for each webform. ...

How to Expose my tables and their relationships using Views API in Drupal 6

I maintain the role_expire module on Drupal.org and I'm adding enhanced views support. Essentially I want to be able to create a view that shows me all users with role name and their expiries. Here is my role_expire.views.inc http://drupalcode.org/viewvc/drupal/contributions/modules/role_expire/role_expire.views.inc?view=markup What a...

Heading on first comment - Drupal comment list question

Hello! I'd like to have a header on the comment list. Is there a php if statement that I could use? Something like <php if $first : ?>. I can't find it. ...

Drupal: too many modules !?!

hi, I'm using Drupal with many modules because I need a lot of functionalities such as Newsletter, Taxonomy menus, Embed Videos.. and many other modules. I get a fatal error when I enable all of them, but the point is that I'm using my development server with 128M of php memory. So, I'm wondering... is basically impossible to run all ...

Drupal: "Schema module" installed and new error in status report

hi, I've installed schema module to import database entries into my drupal CCK fields. Now in the statuus report I get the following error message. Can I just ignore, or is something serious I should fix ? Database schema Inconsistent The Schema comparison report shows: 42 modules with matching tables 41 extra tables 2 warnings 3 modul...

Drupal, Search module: restrict to only 1 content type

hi, can I restrict the search engine (coming with the default Search module in Drupal) to specific content types ? I have a content type "product" and I would like to use the search only to list them. thanks ...

Drupal: Extended user forms ?

hi, I want to extend user forms in Drupal (to allow them to insert more data, such as Company name, surname, nationality.. etc should I search for an additional module ? Or is it already embed in drupal ? thanks ...

Progressbar in lightbox

I have an animated progress bar and i want to show it on lightbox using onclick event in drupal. So that when i click on submit button it shows a progress bar inside the lightbox. Please tell me how can i do that? ...

Creating sub-nodes in Drupal from a single node form.

I would like to have a special "sub-node" that could be attached to other Drupal nodes, that allows authors to include commentary (from the author, so this isn't a comment node) and sample text, to the parent node. I plan to use the exact same fields for the author commentary and sample text, and to create a view that lists both togethe...

The appropriate way to build a registration form in Drupal?

I just started studying Drupal 7 and learned how powerful CCK and Views are. But it still confuses me a bit because it behaves so differently compared to Wordpress. Now I want to build registration form, is it appropriate to build it using CCK? If so, how do I make it so it would make the login system aware that a new user has registered...

Drupal: automatically assigning a role to subscribed users

hi, I've created several user roles in Drupal. How can I automatically roles a specific role to an user when he subscribes ? thanks ...

Drupal, Views: multiselection and search needed

Hi, general question: is possible to enable multiselection in Drupal Views ? specific question: I've created an alternative View to display more information about my website authenticated users. However now I'm missing this control: http://dl.dropbox.com/u/72686/unblock.png and a search field, where I can type any user information to...