Views Developers

Events happening in the community are now at Drupal community events on www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

This group exists as a place for people interested in the group to talk about Views development; all development talk is encouraged here, from people who want to work on Views core to people who are interested in Views' API for their own modules. This is a good place to:

1) ask questions
2) talk about problems
3) propose ideas.
4) talk about views related projects.

This group is now unmoderated, and anyone can join at any time. Public posting of ideas is encouraged.

What I want most out of this is to keep track of what views related projects are going on and their status, and proposals for what people would like to see as Views moves forward.

Note: This is a working group. Do not post jobs here, you will lose your posting privileges entirely. Do not post support requests here; they will be deleted.

Views 3 UX workflows and ideas, round 1

Posted by rasskull on April 24, 2010 at 8:08pm

Revised: May 2, 2010

If you are just coming in to read about this, we've gone through quite a few versions and the below text no longer represents the latest collective vision. Please view the highest revision file and read through the comments to get an idea of the current status of this.

Read more

Starting Views 2 Documentation

Posted by drewish on March 25, 2008 at 10:30pm
Last updated by tart0 on Thu, 2014年02月27日 11:04

Creating this wiki page as a dumping ground for bits of documentation on Views2. It's totally a work in progress that can serve as a basis for future handbook pages.

Read more

Views 2 Theming Documentation

Posted by merlinofchaos on May 21, 2007 at 7:49pm
Last updated by zorbtrauts on Sun, 2011年05月01日 03:09

This is an effort to get people in the community to do some work for me. Maybe I'm a bit lazy, but this is a piece of work that I've admitted I'm simply never going to get to. Yet it is needed.

This document is intended to be a comprehensive document on theming Views. It should cover all of the basics, and it should also include tutorials. It really needs to be both.

I want to start with a topic list. I'm not even sure the best way to lay this out, so I'm going to start with the really obvious topics:

Read more

API-First Decoupled Drupal camp Tokyo 2019

Posted by hodota on September 12, 2019 at 5:08am
Start:
2019年12月13日 10:10 - 2019年12月14日 17:00 Asia/Tokyo
Event type:
Drupalcamp or Regional Summit

API-First Decoupled Drupal camp Tokyo 2019

Concept :

Open source development of API-First, modern Web services and systems leading to 5G

Goals :

Understand Drupal's API-First functionality to work with other systems and build a front end.

Target :

Corporate IT person, System Integration company engineers, Web engineers (front end), etc.

Date:

December 13-14, 2019
Hands-on: Friday, December 13,
Session: Saturday, December 14

Venue :

Read more

How to return a view that FULLY matches profile with node

Posted by Games 4 Leaders on March 14, 2016 at 6:37am

My issue is that I have a view that returns: (1) A field that the user has selected in their profile (Eg items in my inventory) (2) A field that has a task (which then shows the items that the task needs in order to be completed).

I want to set it up so that views checks to see if the individual has the necessary pieces and only shows tasks where the user has ALL the items.

I can get it so that it displays only the currently logged in user.

Read more
Categories: , ,

users realname dropdown as exposed filter in view

Posted by roCKeshwar on February 18, 2016 at 3:17pm

Hi Everyone,

I have one working view with two exposed filters, this view display data in table format from one content type posted by users of certain role....

now i want to add one more exposed filter (dropdown) of those users who posted that data....

How would i achieve it?

any help is highly appreciated.....

Thanks

Read more

A delicate sorting problem in Views

Posted by svena on February 12, 2016 at 8:54am

I have a Taxonomy Term Page rendered from Views.
I have nodes with two termreference fields linked to the same vocabulary.
The first is for "main category" and the second is for "related categorys"
The results are reported in a table.
When a user clicks on a category, I want that category in the top of "main category" column.
The "active" term should be placed at the top of the table.

<

table width="300px" >

Main category Sub category
Read more
Categories:

Create View with 2 rows of diferent Content

Posted by jbatista on January 12, 2016 at 12:07pm

Can someone help me on whow can i create a View Like This? I Found this view a a theme template at http://demo.megadrupal.com/?theme=md-thenews.

This view is composed by 2 rows (see attached image).
The first one has an image, a title and a teaser and the other rows has a list of articles.
I've also tried the views_field_view plugin, but the output is not the same.

Thanks for you help.

Read more

Drupal modules that are successfully combined with Views

Posted by internetdevels on October 1, 2015 at 12:05pm

We can’t imagine Drupal without Views. Other modules can be combined with it to help you configure Views according to your website's needs. They extend the functionality of Views and add new useful features.

A review of modules that could be successfully combined with Views can be found in the blog post by our developer.
http://internetdevels.com/blog/top-drupal-modules-for-views

Read more
Categories:

Related Content Block with Tags

Posted by agiradam on August 21, 2015 at 3:57pm

Hi everyone;

I have an interesting problem.
I try to build some kind of related content block.

Sortly, I use tags as a channels/catagories. For example; there is a content like best Spanish football clubs and this content got three tags; Barcelona, Real Madrid, Atl. Madrid.

For me, this three tags are channels and they got own pages. I try to find related channels with the best way.

I add a image and try to explain there. I give a example with three content.
That i need is last part of image, means counts of tags.

Read more

Configure filter criterion for "This page override" and "All displays"

Posted by phponwebsites on July 31, 2015 at 12:58pm

I've a view with multiple pages. I've 4 filter for each page in views. My question is Can we configure one filter to "This page override" and another to "All display"?

Read more
Categories: ,

How to fetch Views total number of records in page.tpl.php before views.tpl called.

Posted by firoz2456 on June 18, 2015 at 6:16pm

See this image http://prntscr.com/7idx70 for more understanding.

I want to fetch Views total number of records in page.tpl.php before views.tpl called. Is it possible to fetch that row total before views rendered? I am also using contextual filter for this view. Views have page type display.

I have also used module https://www.drupal.org/project/views_record_count. but this will print total number of records on Views header or footer. (Not outside of views)

Read more

Drupal 101

Posted by stoickthevast on April 5, 2015 at 5:05am
Start:
2015年04月06日 01:00 - 05:00 Asia/Manila
Organizers:
Event type:
Training (free or commercial)

Inviting all fresh graduates to attend this free Drupal 101 event. Learn the basic and get equipped with one of the hottest CMS in the internet today.

Read more

Views - custon field handler

Posted by drupalprojects on December 30, 2014 at 6:23am

Hi Folks!

I need to create custom views field in my module. Basically it should behave like Node edit/delete field. I started with extending views_handler_field class and I can see and add my new field in views admin.

But when I add my new field to view - it don't display any values (empty).
My Code:

<?php
class views_handler_field_gift_delete extends views_handler_field {

function
render($values) {
return
'test';
}

}
?>

Any ideas?

Read more
Categories:

Independent multiple contextual filters

Posted by nithinkolekar on November 5, 2014 at 5:31pm

I was looking for solution for, how to configure multiple contextual filters and always found links which is either having
1. contextual filter which support multiple values
2. more than one contextual filter configured - To allow filtering current viewing node in related block using exclude checkbox.

Before describing my use case, I need some clarification about contextual filter.
1. Is there any limitation on contextual filter per views ie how many contextual filters we can have.

Read more
Categories:

Data updated in views->result does not get rendered

Posted by pernaletec on August 5, 2014 at 2:19am

Dear drupalers,

During the hook_post_execute process I'm trying to update some node fields. The idea is to make some calculations using data from views->result and then update the nodes. The node fields I want to update are part of the query too, and at the end of the story I need the data updated rendered.

Below there is an example of the piece of code I'm trying:

<?php
function my_module_views_post_execute(&$view){
if ($view->human_name=='my_view'){
$nid_node = $view->result[0]->nid;
$mynode = node_load($nid_node);

Read more
Categories:

How to make exposed filter with "more" , "less", "between" operators if...

Posted by playfulwolf on March 23, 2014 at 4:25pm

This group is the closest to my little problem which is trivial, yet cannot solve it quickly.
I have a field (D7) of "List (integer)" type where user selects his birth date form predefined years from 1900 to 2000. But there seem is no simple way to get a view exposed filter with "more" , "less", "between" operators from that field. What solution would you suggest? Want to have select lists in both cases - in field input and in exposed filter as this is good for UX.

Read more

Change Records for Views

Posted by ann b on March 13, 2014 at 2:46am

Hello,

I'd like to contribute to the drupal community so I thought I'd start with views. I'd like to write a change record, and see several open issues with the tag "needs change record". However, the issue titles start with "Change notice:" or "Change record:". Does that mean someone is already working on these?

Thanks,
Ann

Read more

Drupal 7 custom table to views

Posted by gouthamlabs on March 2, 2014 at 2:12am

In drupal 7 i am trying to retrive a custom table data to be displayed in page developed with Views, Display suite, Blocks etc. Any assistance on this would be highly appreciated.

Read more

How to implements View's relationships on a custom field?

Posted by strae on January 24, 2014 at 11:59am

Hi guys, I've created a simple custom field (via field api) that should "emulate" references, but allow to define the "reference" type (using a Taxonomy Term).

Basically, I have an entity_type (Company, created with eck module) that use my field to store employees, and the taxonomy term give me the employee type (commercial, owner, secretary, etc...)

I cant put taxonomy term directly in the user, becose a user can be an employee of two different companies.

Read more
Categories:
Subscribe with RSS Syndicate content

Views Developers

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

AltStyle によって変換されたページ (->オリジナル) /