0
votes
0answers
2 views

How to create tagadelic page in view?

How to create tagadelic page in view? I mean that after i create tagadelic page in view and all tag display style as a column. In screenshot -- col.JPG I want to display as following style: If ...
0
votes
0answers
14 views

Module to refer a user

Is there a module that allows a registered user to refer another registered user to a third registered user? For example, if 'user A' is asked a question by 'User B' and he can't answer it, he can ...
1
vote
1answer
12 views

Display child terms of taxonomy term

When displaying a taxonomy term, how can I also display the teasers of all the child terms of the current term? I still want to display all the content and fields of the current node, but also ...
0
votes
1answer
12 views

limit db_select query by the value of a specific field

I am trying to build a custom drupal module to return the 'staff' that work at a specific charity when you are on the page of the charity. Both the charities and the staff members exist as separate ...
0
votes
0answers
13 views

Patching together a Drupal project

I'm trying to basicly glue/patch/fix a Drupal project so that I can edit it simplier. There's too much duplicated code which I want to make into the same function. To do this I have to, from my own ...
1
vote
0answers
10 views

How to create a taxonomy terms dropdrown with Views

It seems like achieving a dropdown list of terms from within a view is harder than expected. I have a vocabulary called Topics; I selected the term ID and term Name fields; then I expose the filters ...
0
votes
0answers
8 views

How to add flash message to custom installation profile?

I have a custom installation profile and I want to display flash message by using drupal_set_message on home page after install. How can I do it?
1
vote
0answers
7 views

Forcing together line items of the same unit type in Rooms and Commerce

I am using Rooms and Commerce together as a booking system. One thing that bothers me is that it's possible for a customer to book let's say 50 pairs of roller skates, but Commerce will render each ...
0
votes
0answers
11 views

simpletest- drupalLogin method not working if domain access module is enabled

Simple test drupallogin method is not working if domain access module is enabled.. I have been testing the core drupal user module.. Seems the issues is with drupal sessions / domain access ...
2
votes
1answer
12 views

Theming a custom user field on register form

I have added a checkbox list field on the register form and I want to change the template for that field. I have used field--field-checkbox-list.tpl.php and MYTHEME_field__field_checkbox-list() ...
0
votes
1answer
13 views

Display Taxonomy Field vs Default Taxonomy text w/out New modules

I have a node with taxonomy term reference fields. The taxonomy term has an image field. Without installing extra modules (I already have WAY more than I should have) is there a way to display a ...
0
votes
2answers
10 views

How to assign IDs to each radio button in drupal form radios?

I am using drupal form radios, I can use Prefix and Suffix to assign IDs to group, how can I assign different IDs to each radio button inside the radios element? Thanks
1
vote
1answer
13 views

Why do I have to enter a recipient after selecting users in the VBO send emails operation?

I'm using VBO module in D7. I created a table view listing users by some filter criteria. I want to send a mass mail to selected users. I'm using the VBO field bulk operations: user and selected the ...
0
votes
2answers
10 views

How do I delete a Panopoly landing page?

I was able to disable the page by going to admin/structure/pages then clicking Disable. However, I am not sure how to delete the landing page. Note: I am running Panopoly on Pantheon.
0
votes
1answer
10 views

Views UI broken after site migration

Ive migrated my site and now my View UI is broken. My relationship 'Relationship: Entity Reference: Referencing entity' works the opposite way round to the way it should. This has been confirmed by a ...
-1
votes
0answers
14 views

Image tagging like in facebook

I want to create a social networking site where each user must have his own gallery. The pictures of this galleries must have tagging option like facebook. I have used image marker field,image ...
0
votes
2answers
25 views

Is it possible to place the output of a custom module in another module?

Is it possible to show the output of a module in another module? I have a custom module, and I want to show the block admin settings in another module. Is it possible with Drupal 7?
-1
votes
0answers
9 views

Provide value restriction and default field for content from user field [closed]

I am creating a new schools website. Parents and children get separate accounts, and parents should be able to inform the school if the child is not able to attend class, e.g. because of illness or a ...
0
votes
1answer
15 views

do some work when user login or register in drupal6

I want to set some fields in database when user registers or login. I know I don't have to change the drupal core and I guess I should use hooks for this purpose but I don't know how and where. ...
-3
votes
0answers
20 views

How to create a view similar to the glossary view but with pictures(instead of alphabetic letters) and image galleris in the content? [closed]

I'm a beginner in Drupal 7 and wanted to know how to create a view similar to the Glossary view in Drupal 7. I would like to add images instead of the alphabetic letters and onclick of an image, its ...
0
votes
0answers
10 views

How to display Entity Reference links

I have a content type "invoice" and a separate content type "invoice items" with an entity_reference to "invoice" When I view the Invoice node, how can I list the links to the invoice items below ...
1
vote
3answers
27 views

How can I get final URL of newly added node from hook_node_insert()?

I have installed pathauto and implemented hook_node_insert in my module, the problem is when I use entity_uri to get new node's URL I will get node/xxx instead of pathauto url alias. How can I get ...
-4
votes
0answers
34 views

How do I use Git? [closed]

Will anyone please let me know how i use Git? Apparently there seem to be an update for Field Slideshow module, but only in Git. how do I apply it on my website? I have gone crazy looking the web, but ...
1
vote
0answers
15 views

Difficulty getting Rules Scheduler in D7 to publish a node in the future

I've set up rules to defer publishing on node save to a specified date. The rules component successfully runs at the later date and sends an email alert to the node author to let them know that their ...
2
votes
2answers
47 views

How to set non Drupal 404 and 403 pages for Drupal?

Under Site Information we can provide custom 404 and 403 pages to Drupal, but these need to be created inside Drupal, and non Drupal pages are rejected. (such as myerror/404.html). Contrib modules ...
1
vote
1answer
18 views

When can I, and when I can't rely on other module's classes to be loaded?

I'm writing pluggable system. For a given name, I want to test if there is defined class pluginActionName. If it is, I want to create an instance of it. If it's not, I want to create an instance of ...
1
vote
1answer
15 views

How do I set the options for a programatically created content type?

For example, if I want to set 'Publishing options - Promoted to front page' to 0 in a .install file when creating a new content type. I've looked in the variable table, where I was expecting to see ...
0
votes
0answers
21 views

Can we update taxonomy terms in bulk?

I have lots of taxonomy terms in Drupal 6, and I want to update all the URL aliases in bulk. Is it possible or not? How can I do it?
0
votes
0answers
11 views

Is it possible to turn on/off two layers at once with the openlayers_plus module?

Using the BlockSwitcher module that comes with the openlayers_plus module, is it possible to create a button that turns on/off two layers at once?
1
vote
1answer
27 views

Can I redirect the user to some other page if the result of a view is empty?

How do I redirect the user to some other page, when the view returns empty result?
0
votes
1answer
21 views

How can I override the autocomplete.js file while developing a module?

I want to override the default tags field wherever it is used. After looking through a few files, I figured that I should override drupal/misc/autocomplete.js and the Drupal.jsAC object. Is it ...
3
votes
1answer
20 views

Change the default password encryption

The default password encryption in Drupal 6 is MD5. Is it right? I want to change it to something more difficult like crypt and sha1. Is there any module for this purpose, or do I have to hack the ...
1
vote
1answer
17 views

How to prevent actions using Flag (or similar) module?

The Goal: I'm trying to setup functionality similar to a library with downloadable files. Only one user can download a file at a time. The Solution: Use the Flag module. Open to suggestions but ...
1
vote
2answers
31 views

Load multiple nodes

How can I load multiple nodes in Drupal 6? It seems that node_load() only returns one record. I need to fetch all the nodes created by a user.
0
votes
0answers
17 views

Mails are sent to users when the payment transaction fails

If the payment fails, for example because the bank account has an insufficient balance or an incorrect password is entered, the e-mails are sent to the users. After the payment method completes, it is ...
0
votes
0answers
8 views

Variable and domain_variable have stuffed up my menus

Variable and domain_variable modules fixed the front page issue, so I am now able to have two unique front pages. However, it has broken the main menus. I've had the original Main Menu displaying on ...
0
votes
1answer
14 views

Can I theme fields depending on view or block that contains them?

Let's say I have a contact content type with fields address, tel, fax, etc. My task is to create 2 views - with following markup: First view <ul> <li>[address]</li> ...
0
votes
2answers
33 views

How can we edit www.mysite.com/user page?

The user page doesn't look good. I want to edit it, but (If I am right) that is a default page. I am not able to find where to edit it. How can I edit the user page?
-2
votes
1answer
28 views

executing shell command from php [closed]

i want to convert file.svg to file.png through batik library. i run command on shell for it, it run correctly. but by running same command in php by php function shell_exec($command), the return ...
1
vote
0answers
12 views

Passing an argument to a contextual filter in a Views block display

I'm still working on getting a handle on the difference between Drupal 6 arguments and Drupal 7 contextual filters in views. Right now, I have a situation where I need to basically pass an argument to ...
0
votes
1answer
18 views

“Show as expanded” selected but children menu items not displaying

I am using a Bartik theme in drupal 7, and am trying to display a Page created using views under one of the Menu items. I've selected the "Show as expanded" for the parent item, however the child item ...
0
votes
2answers
17 views

Add custom jQuery to form as a module

I'd like to get the following jQuery code to run on any forms on my site: (function($) { // Hide any N/A radio buttons $('.form-radio[value=_none]').parent().hide(); // Uncheck a radio button ...
0
votes
0answers
11 views

Active-trail active classes not applied to front page link

I am using the Bartik theme and, amongst other links, I have a link to the front page in the Main Menu. However, the "active-trail active" class is not being appended to the Home link, which links to ...
0
votes
1answer
21 views

How do I set different front pages for domain access sub sites?

I am using the Domain Access module and would like to have two distinct front pages. The primary one works as expected, and I have a separate front page template. The secondary domain front page is ...
0
votes
0answers
11 views

Intermittent silent login failure

A knowledgeable user had a strange login problem today. Our site is using LoginToboggan. User went to directly to a URL requiring login (clicked on a link a in an email), but was not logged in. ...
2
votes
1answer
25 views

Adding a logout, but not login

Somewhat weird situation, but it is what it is. Decreed that user accounts are no longer required for access to spec documents. That's good. However, we have various editors who will still edit ...
0
votes
0answers
25 views

Can I still use Rules to send “CC:” emails or am I going to have to do everything as a custom module?

I am currently using the Rules module along with workbench to determine when to send an email and this is working fine. The problem is now the client wants to in addition to sending email to the "To:" ...
3
votes
2answers
27 views

How is the file data in the database table file_usage created and managed?

I am deleting orphaned image files in Drupal 7, but I have to first cross reference them to other tables that might be using the images. Given that I don't upload any images via the IMCE editor ...
0
votes
0answers
20 views

More Pager not showing on Front page

I'm not sure what I've done wrong, but I just noticed that the front page of my site isn't showing the pager at the bottom so that visitors can get to older posts. http://www.theresatutors.com/ I ...
1
vote
1answer
12 views

Function to get all the user permissions

Is there a Drupal 7 function that lists all the user permissions defined from enabled modules? What I need for a module I am implementing is getting all the permissions and adding to each one a ...

15 30 50 per page
1 2 3 4 5 538