d7

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
tsega's picture

Drupal 7 and 8 core critical release on April 25th

Another core security release coming in only two days. Be sure to update both your Drupal 7 & 8 sites. https://www.drupal.org/psa-2018-003

Read more
ozwebapps's picture

Experienced Drupal Developer for contract role

Hi,

The Creative Works (formerly PublicityWorks) is currently in need of an experienced Drupal 7 developer to help us out on a number of sophisticated web projects.

Read more
Naz Ahmad's picture

Seeking Drupal Developers @Blisstering Solutions Mumbai

Position: Drupal Developer
Location: Mumbai
Job Profile:

Blisstering Solutions (www.blisstering.com) is a leading Silicon Valley based open source software products and Services Company with offices in Mumbai, India. We are seeking Drupal Developers to join our team. Ideally, we are looking for 1-3 years of experience working with Drupal framework.

Some of the things you'll do:

Expected to be equipped with good skills in application development and programming and to have real-world experience creating Drupal based applications.

Read more
cato's picture

More types for Group by type?

Sorry if this has been asked (and answered) before.

I'm trying to get DS to group my search results by type. I'm using Media and File Entity and Solr indexes images, videos (youtube references) and articles (nodes).

DS groups the search result and manages to group articles and image files as it should. Videos on the other hand fall under the category Other. Ideally, I'd like to specify wrapper and title on the GROUP BY TYPE SETTINGS area on the DS admin for search results.

I guess I'm missing something blatantly obvious somewhere but please, a hint?

Read more
luxpir's picture

Clean URLs working fine, pager, overlay and other queries not

In D7 (upgraded from D6) I have managed to get clean URLs working with Nginx thanks to the various help and documentation available here and there online.

What doesn't work are queries of the ?page=1 or ?destination= type, for some reason.

The config is very similar to: http://docs.ngx.cc/en/latest/topics/apps/drupal.html, particulary the line:

  location @rewrite {
        rewrite ^/(.*)$ /index.php?q=$1;

and the few preceding lines.

Read more
Anonymous's picture

nginx config for multiple drupal installations

I have been looking/trying this but couldn't find perfect solutions. I was testing multiple Drupal installations and my configs is like

server {
    server_name localhost;
    listen 80;
    root /var/www/mainsite;
}

I have main site which has a link to forum and I have forum site in /var/www/forum; The main site and forum site has their own settings.php and files. It is just separate project but linked with each other, as the forum has link to main site via home button.

how do I acheive this with Nginx, I tried

server {
server_name localhost;

Read more
luco's picture

Date Views development guide?

hey there,

I'm studying Views in order to build a module that will use date parts as contextual filters.

with that in mind, I need to know how can I pull a list of date fields (both core and custom date fields) that I can manipulate in simple ways (at first YYYY, MM, DD, but later on maybe weeks within a month or suggestions from users).

is there any tutorial on that? paid solutions (video courses, books etc.) also welcome.

thanks in advance,
Luciano

Read more
PlayfulWolf's picture

How to add user to OG 7.x-2.x group with rules?

Hi,

Have a hard time figuring out how to add user to some OG group automatically on lets say user registration.

The first part is easy, event:
"After saving a new user account"

Condition: none

Action:
"Subscribe user to group"

...and then I am stuck.

For example, my OG group is nid 3.

Any clues?

Read more
Anonymous's picture

wildcard setup for subdirectories

I am not sure if we'd pursue with multisite installation, but at the moment we have one site which supports multiple language like:
example.com/en
example.com/es

There seems to be a translation bug/error while using this setup, so, we are thinking about using it as subdomain (might be multisite) like:
en.example.com
es.example.com

But again, we'd also have some other feature not directly related with main site (only the user information) like:
blog.example.com
community.example.com

Read more
PlayfulWolf's picture

Easiest way to get tokens of the curently viewed node?

Hi,

Prehistory: I am struggling big time with built-in Drupal 7 node->comments system and decided to design my own using Entity/Reference modules.

One of the first and simple ideas I am trying is to put node add form in the node page directly with the help of Formblock module and pass the ID of that node into one of the fields (the one, where this formblock is located).

So, for this to work I need to get token of this viewed node, how?

I know, that EVA module uses similar principle, but I want to avoid using it for this task.

Read more
Subscribe with RSS Syndicate content