#views

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

Search API, Views and Services API

I am trying to use search API with the REST API provided with services. I have a view(as described below), a search index which indexes nodes, and a service endpoint. When i use the browser to directly access the view, the results are correct, but when I send a get request to the rest endpoint, I get something like

[
{
"price": null,
"description": null,
"title": "",
"image_url": "",
"company": "",
"hot_deal": null,
"nid": "0",
"name": "",
"uid": "0",
"html": null
}
]

The view:

$view = new view();
$view->name = 'search_products';

Read more
hoangtung_xc's picture

Thắc mắc về modul Views

Mình là thành viên mới. Mong mọi người chỉ bảo chút :)
Mình cài drupal và đang thực hành với module Víews
Mình có tạo các bài viết liên quan với tên views là Xem-chi-tiet
video mẫu http://www.youtube.com/watch?v=zFCSFTmM-D0
thế nhưng các bài viết liên quan chỉ hiển thị khi đường dẫn là site.com/drupal/xem-chi-tiet/.....( các số thứ tự bài viết 1 2 3..)
Còn khi theo đường dẫn mặc định site.com/drupal/node/.... thì các bài viết liên quan không hiện ra
Để khắc phục tình trạng này thế nào đc. mọi nguwoif giúp mình với.

Read more
fr3shw3b's picture

Views cluster

A module to group multiple views so you can call something like views_embed_views_group('group') in a theme, assuming the display id would be block as you could only output multiple blocks and not pages. It would also have integration with panels to add a views group to a panel. A views group would allow for easier site workflow where views will be added and removed automatically and dynamically.

Read more
jessSchn's picture

Non-editable Page?

I'm using Drupal 6 and I have a page that I can't edit. I'm 98% sure this page is a page created using a view (I figured that out by removing a couple pages that in turn shortened the items on this mysterious page). When I move my mouse around the page, I don't get the Edit link that should appear for "View Pages". I've searched the View listing page and I can't find it listed there either.

Our other pages that are created with a content types should have an edit tab above the page title. This weird page that I'm having problems with doesn't have the Edit tab on it.

Read more
sumitmadan's picture

Add Exposed filter Multiple times on a Single Page.

I am using Homebox module for creating a Dashboard. I created a view as block so user can add it in their Dashboard multiple times. I added the Exposed filter of taxonomy terms and I entered the choices of user in my custom table. Now user can add same block with different choices. My questions is how to manage different choices with blocks, exposed filter have same id on each occurrences.

Read more
annahelin's picture

Största storlek på sökbar vy

Hej!

Jag är ganska ny på Drupal och har vad jag tror är en ganska basic fråga:

Jag ska skapa en vy med filter som man kan söka i. Just nu kommer de sökbara noderna bara vara 10-15 stycken men jag vet att de i framtiden (inom 1-2 år) kommer att kunna stiga upp mot 2000 eller kanske till och med fler.

Jag vill såklart ta höjd för det redan nu så jag inte behöver göra om snart igen. Min fråga är hur många noder man kan ha i en vy innan den börjar bli långsam i söket?

Read more
alexlim's picture

ical feed for each user

Hello guys,

I have a calendar feed (using the Drupal Calendar module) on a site and I'd like to add this calendar to Google Calendar. I have this working for a publicly accessible calendar and it works fine.

The problem now is that each user has their own ics file path which mean each of them have their own private calendar with the ics file that can subcribe at google calendar, ical, outlook...etc etc

currently i give an arguments to the ical feed which is " User > User: Uid "

and the path to the ics file " user/%/event-calendar/ical/calendar.ics "

Read more
jordi_bcktt's picture

Listas dividas en filas con views column class

Estoy usando el módulo views column class para crear vistas en columnas.

Supongamos que quiero crear una vista con 3 columnas para mostrar 6 items, es decir 2 filas con 3 items una.

El caso es que me gustaría saber si es posible crear una estructura del siguiente estilo.

  • item1
  • item2
  • item3

<

div class="row">

<

ul>

  • item4
  • item5
  • item6
  • Read more
    betovarg's picture

    Pregunta: ¿cómo eliminar un poco el clutter de classes de views?

    Hola a todos,
    Intentando reducir lo que más pueda del markup de views (cosas innecesarias, más que todo), estoy intentando remover los class que genera por defecto views, como los siguientes:

    class="view-frontpage'listing view-id-frontpage_listing view-display-id-page view-dom-id-f4364c23f76574d70b52d53f84997050"

    Puedo hacerlo a través de views 3? O necesito un preprocess para hacer esa magia?

    ¡Gracias!

    Read more
    rgchi's picture

    Calendar View of a Field Collections and Contextual Filters

    I want to make calendar view on a field collection with three fields (performance: location, date, type). I want to filter this calendar view on the Host Entity ID which is not exposed as a contextual filter. Any ideas or work-arounds?

    http://drupal.stackexchange.com/questions/48792/calendar-view-of-a-field-collections-and-contextual-filters

    Read more
    Subscribe with RSS Syndicate content