![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
![Organic Groups "create post" content link needed with posting content type specific to group](https://pixeldust.net/wp-content/uploads/2014/05/tPdDb-1080x579.jpg)
Organic Groups "create post" content link needed with posting content type specific to group
Organic groups 7.x-2.6 Entity reference prepopulate 7.x-1.5 Hello, I am trying to create custom “create posting” link for my organic groups. Each Organic Group has its own content posting content types, so when a user visits the panel page for that group... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
Get webform values in page which is action for this webform
I have created a form using webform in Drupal 6. I have set a action URL like node/15 a new node. When form is submitted it will be redirect this node. I want to display all values which are filled by user at this page. Please help. Thank you read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
Can 1 FullCalendar show dates from more than one content type?
I want to show “dates” and “Board Meetings” on my FullCalendar. How? Background info: In D7 I created a Calendar using the wizard, which shows titles and dates/times of events that I create using a content type “Date” that the... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
How to load entity by UUID from url argument?
Usually routes have {entity_type} in their routes’s path and Drupal loads the entity by its ID. I need to load entities by their UUID, so the path would look like /node/0ff3b31b-5abb-4377-bb00-af71882e38a4. Is it possible to have a route that allows to load... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
How to override template for view mode of a entity within a module?
I see in theme suggestion array that I can override template for my custom entity type based on view mode like this: custom_entity__custom_entity__view_mode_name Now I want to put custom-entity–custom-entity–view-mode-name.tpl.php inside custom module.... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
display view mode on node based on field setting or taxonomy term of user profile
I’m using Display Suite which is awesome and an easier solution if you’re not a coder. Now that I have created several view modes I’d like to set a particular view mode that is based on a field setting (a taxonomy term in my case) in the viewing... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
PHP Error: Call to undefined function module_list()
In my servers Apache error log I regularly see the entry: mod_fcgid: stderr: PHP Fatal error: Call to undefined function module_list() in /home/example/public_html/includes/bootstrap.inc on line 1074 Lines 1066 -> 1078 in bootstrap.inc are: function... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
Importing nested XML using Feeds XPath Parser
I have some XML formatted as such: <item> <title>Name</title> <id>12</id> <upgrade> <id>13</id> <level>2</level> </upgrade> <upgrade> <id>14</id> <level>3</level>... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
How to subscribe to any or all taxonomy terms on one page?
I’m wondering about the best way to set up “subscribe to get email alerts” I have a content type which is “tagged” with various terms from various taxonomies and I want to set up a simple “subscribe to get email alerts” page,... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
Why my Data Export View uses default value for an exposed Grouped Filter?
I am using Views 7.x-3.8, Drupal 7.28 and Views Data Export 7.x-3.0-beta7. From a view (page) with multiple fields and exposed filters, I created a homemade search engine with search results within a table. I have created an export view, attached to that view, with... read more![How to create a link in my view of users to perform an operation like Active or Block?](https://pixeldust.net/wp-content/uploads/2014/05/tdwJG.png)
How to create a link in my view of users to perform an operation like Active or Block?
I am using Views to create a view for user management, which looks like in the image below: How to create an “Active” or “Block” link in my view which performs an operation for the selected user like so: When I click on “Active” in... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
Form submit POST renders page before submit handler is called
I have a search form in the header that is simply adding a search term to the current URL. If you are on example.com/list-page and submit a search, it just sends you to example.com/list-page?search=my-term-here. When I submit the form, I’ve noticed that the full... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
db_query() and db_select() don’t return any value
I’m trying to run the following query. SELECT floormap_counter_expected.counter_name, tls_connect_agent_counters.counter_stage,tls_connect_agent_counters.applicant_gwf, tls_connect_agent_counters.counter_ip, floormap_counter_expected.expected FROM... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
Permission to edit a node by multiple users
Suppose there is one node (Like node/4) which the Admin can edit. My requirement is to give permission to multiple users to edit the same node i.e. node/4. Please help how to accomplish this task. read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
form_get_errors() is NULL when calling it in an AJAX form callback
I have a form with a bunch of required fields that all have the same callback. Here’s a single field example: $form[‘name’] = array( ‘#type’ => ‘textfield’, ‘#title’ => t(‘Name’),... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
hook_services_request_postprocess_alter() does not identify the requested resource
According to the Services API in Drupal 7, we can use hook_services_request_postprocess_alter() to alter drupal’s REST response before returning it to the user. This is useful if you want to alter the structure of an array, or strip out data we don’t want... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
Generate PDF with Print PDF and send in email
When a user registers he has to select some options that will be defining for the invoice created afterwards. I have a rule that will be executed when saving a user account. This is what I do: Rule 1: Create Invoice (invoice = content type) and Save Invoice Rule 2:... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)
Can’t load library path files
I have added a library to the libraries folder. I have the Libraries API module installed and I wrote this code: function my_module_libraries_info() { $libraries[‘google-api-php-client’] = array( ‘name’ => ‘Google Api PHP... read more![Filter Taxonomy reference field on Workbench Access permission](https://pixeldust.net/wp-content/uploads/2021/08/pixeldust-purple-tint-logo-350.png)