#views

Events happening in the community are now at Drupal community events on www.drupal.org.
scottAtRoot802's picture

Building Create Content Links with Views and Panels

My challenge for the day is to add a "Create Content" link to each page for those that have permission to create pages. This sounds simple enough. However, this is an intranet site built with Organic Groups, which has presented some challenges.

For starters, being an intranet means everyone accessing the site in logged in and needs to adherer to an array of roles and permissions. We use Organic Groups to manages groups (departments) within the site. The site then relies heavily on views and panels to structure the site.

We're using:
Drupal 7.14
Panels 7.x-3.2
Views 7.x-3.3

Read more
javi.wroom's picture

Vista en bloque con contenido relacionado

Hola!
Intento hacer una vista en bloque para mostrar contenido relacionado respecto a otros tipos de contenido.

Ejemplo: Viendo un blog (tipo de contenido blog) cuyo nombre sea "blog de prueba" quisiera mostrar en un bloque el titulo "Imagen de prueba" (tipo de contenido imagen)..
La relación entre ambos sería por coincidencias en el titulo del nodo, o en caso de no ser posible, por coincidencias en la url también me serviría, ya que serían del estilo:
../blog-de-prueba
../imagen-de-prueba

Read more
dhruvbaldawa's picture

[Project] Materialization Plugin for Views

Personal Details
Name: Dhruv Baldawa (dhruvbaldawa)
IRC:dhruvbaldawa
School Name: Thakur College of Engineering and Technology
Years Completed: Final Year
PHP Experience: Advanced
Twitter: @dhruvbaldawa
LinkedIn: http://www.linkedin.com/in/dhruvbaldawa
GitHub: https://www.github.com/dhruvbaldawa

Abstract:
This project aims to write a materialization plugin for Views. It creates a "materialized view" for a "view", and then materialize the results into temporary tables. And then, the following Views calls would be redirected to the materialized view. The changes would be made to the materialized view, when data in the view changes (or sometimes even drop the entire materialized view)

Read more
chuyennv's picture

Tạo một view cho taxonomy/term

Hello everybody,

Mình đang muốn tạo một chức năng như sau:

Khi xem trang taxonomy/term/%tid thì sẽ hiện ra nội dung thuộc term %tid () và người tạo là user đang login (trường hợp ko có user login ko cần xét vì có nhiều cách để xử lý)

Mọi người có thể giúp mình thực hiện theo 2 hướng:

- Tạo view
- Sửa trong core module: taxonomy.

Theo mình nghĩ để nhanh nhất nên sửa trong taxonomy module nhưng tìm mãi không biết làm sao được.

Read more
pagecarving's picture

views grid shifts right in narrow,wide but not mobile

I created a page using views to display a grid of images. I am using omega as the base theme and have built a sub theme from that. When I view the page in normal view the grid shifts to the right of the page, and when I shrink the page to mobile size it shifts back. What element is causing the shift? Where do I need to make the edits in css or at the theme setting level?

Read more
Anonymous's picture

alter title path in views (that contain fractions)

Okay, can anyone help with this one?

I created a view, am using the title as a field, outputting this field as a link.

Problem is the title names contain fractions (i.e., 1/2, 1/4, etc.) so, the link uses the slash in the url and thus can't find my title that contain fractions.

Using Drupal 7.

Thanks,

Katie

Read more
adwordvietnam's picture

Viewslideshow có thumbnail

Chào các bạn,

Cho mình hỏi cách làm cái Views slideshow giống như của trang thongtincongnghe.com, vừa slideshow vừa có thumb của slide bên dưới.

Thân.

Read more
Energyblazar's picture

How to list members in a group using views Drupal 7 [ Profile 2 + Organic Group ]?

I am using Profiles 2 and Organic groups.

I was successful in listing users via views > Users.

I am using "profiles 2" module to collect and store details of users rather than the core drupal user management.

I have created few groups using "organic groups" module.

My question is how to list all the "PROFILES" (created via profile2 module) of members belonging to a group using views ?

Thanks....

Read more
Admdebian's picture

Views, geofield and openlayer filters

I used argument filters in "Open Layer data overlay view". "Open layer map view" sends argument to the overlay and the overlay code can read data but...
When is executed $this->query->add_where() with group 0, the output doesn't change!
I'm sure the argument filter works alone without OL map.
Any ideas?

I posted also here:
https://drupal.org/node/1460988

This is a similar post:
https://drupal.org/node/1325446

Read more
laceysanderson's picture

Programatically Remove Field from View (Views 2.x)

I'm working on a module that needs to programatically remove a field from a view (both in the display and the query). The field needs to only be removed for their particular instance (ie: if they have two pages of the same view open and decide to remove a given field from one it should still be visible in the other page as well as any other users pages). Is this possible?

Read more
Subscribe with RSS Syndicate content