The Views module is a module that allows creating lists of content with a flexible query builder.
0
votes
0answers
2 views
Draggable Views and Views Accordion modules together?
I have a view set up with the format Views Accordion. I have installed the module draggable views so that I can order each node as I like whenever I add a new node to the view. I'm finding that the ...
0
votes
1answer
11 views
How to place a users role after username in Forums
On my site, i have the Forums module enabled.
Please is it possible to put a users role in parenthesis next to the users username in the Forums?
For example "Brian (Student)" and David (Teacher)".
...
-1
votes
1answer
15 views
Change label in views php
I am using the views php module and want a custom label.
The label field doesn't allow php to be entered, how would I go about changing the label?
2
votes
1answer
15 views
is there any Function to extract all the view modes for specific node? [duplicate]
Is there any function which can give you all the types of view modes available for specific node?
Also is there any direct(UI) way to check it ?
Is going to edit->manage_display the only way to get ...
-1
votes
1answer
33 views
Drupal Pretty Urls
Hi I am a newbie to drupal I have created a site in localhost using drupal on wampserver.
When I finished creating I want to make the URLs to be Pretty URLs. I done as per instructed using tutorial , ...
1
vote
0answers
11 views
Autosubmit for exposed filters and .appendTo
I want the combobox to my self send exposed filter, I have no problem there it succeeds to do with .change, the problem is that these combobox need them in another div outside the container exposed ...
0
votes
3answers
21 views
Views one to many relationship, display many records in columns
I have a View with a one to many relationship. ID and Session are in my main table, and "mark"'s are rows in a custom table. When I look up a single ID, I get this result because of the 'many' results ...
0
votes
0answers
11 views
How to make service views has clean URL?
I've successed creating rest services, with this module no need to create custom services resources
I have this services views, all filter & argument work as describe in project page
...
0
votes
0answers
7 views
Add to cart all product in views - Uber Cart
Hi Everyone, I'm using Ubercart for my site.
I have some products. So now I want to build a views that display products as a
table, in this table each row has a column named "quantity", allow user ...
0
votes
1answer
17 views
Problem ignoring in a view the images inside the .views field body and the minimum number of characters?
I need to remove the images appears in the view in the field body. I have tried:
.view-mydisplay .views-field-body {
display:none;
}
However, I cannot see the image but the "maximum length of ...
0
votes
1answer
13 views
Get view and process content
I'm trying to build an infinite scroll with views using a custom ajax callback function, every view has only 1 node displayed. What I would like to do is use the offset to load the correct view. To be ...
0
votes
1answer
35 views
Replacement Pattern to get current node url
I'm looking for a valid replacement pattern, to get the url of the current node for a custom text in a list of filtered nodes.
Example markup for custom text field:
<a ...
1
vote
1answer
30 views
User's field autocomplete/autosuggest widget [on hold]
I have a user field where multiple users can be added. Currently, I am using the auto-complete widget.
Is there a module that allows you to customize what can be additionally shown on autocomplete? I ...
0
votes
0answers
17 views
$(…).accordion not a function error in drupal7 views accordion module
I had enabled a views accordion for a field in view. On displaying it in a page its not working and I got an error "$(...).accordion is not a function". Can any one help me in solving this.
Thanks in ...
2
votes
1answer
18 views
Add field from rendered entity in view
I would like to display the body summary of a single, specific article in the header of a view using the "entity: rendered entity" option and selecting "content." I can display the full content of the ...