The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
22 views

Unable to import external RSS feed to site

I want to add a vertically scrolling ticker which is fed content via an external RSS feed. * Modules being used: Views, Feed, CTools, Job Scheduler * Issue 1 I tried setting up a static RSS feed ...
0
votes
1answer
18 views

Altering display mode for authoring information

I'm trying to deal with authoring info for articles in Drupal 7. I've found the way to hide or unhide it, and that's all I can do. But what I'd need is find a way to display on certainly tagged ...
0
votes
0answers
12 views

Displaying thumbnails of albums below the viewed album

I have a challenge displaying a list of available albums thumbnails below a viewed album. At the moment it only displays a viewed album thumbnail (see results) and instead of a list of all available ...
0
votes
3answers
40 views

How to display only the menu items and not the parent menu?

I am trying to build on the footer a set of 3 menu links: About us, Terms of Use, Contact. The problem is that I want to have only these 3 links as menus and I do not want their parent menu to be ...
0
votes
0answers
23 views

How to change the user view mode?

We are using Display Suite for managing User View Modes. We want to be able to change the view mode based on some conditionals we specify. We tried rules where we managed to implement our conditions, ...
1
vote
1answer
22 views

Can I limit a view mode to show on the “Manage Display” settings page for only one node type?

I have a module that creates a custom node type ("answers") and a custom view mode ("answers_full_node") for that node type. Now, when I look at the "Manage Display" settings page for any node type, ...
0
votes
1answer
19 views

How do I get image styles to function on the original node page?

I go to create a content type. I add an image field and in the "manage display" section I change the format so that it uses the image style that I want. I then save it and it, I get the "changed save ...
0
votes
1answer
51 views

How to collapse and uncollapse (toggle) the body field in teaser display?

I have a list of teaser nodes. The body field is shown as trimmed with a read more link which leads to another page to view the full display of the node. So far so good. I need to change this to: ...
1
vote
0answers
35 views

How to change Watcher module's time format so it only displays the time in one line?

I am using the Watcher module for a client's site. I am looking for a way to change the time format so instead of saying 2 days 20 hours ago, it says 2 days ago. Of course, it seems to be OK when it ...
0
votes
3answers
73 views

How do I copy an already existing field in manage display?

I have a field (entity reference) that is used to provide a link to another node. I want to have it two times in my "manage display" settings page, it's for redundancy. I don't want to create a new ...
0
votes
1answer
94 views

Node reference field display

I have a content type with several fields, some of them are node reference fields displaying multiple values. I've configured the display of one node reference field like teaser showing two fields ...
3
votes
1answer
185 views

How to display node teaser in Display Suite custom field?

I am trying to create custom Display Suite code field. I would like to show truncated text of node body or teaser if exists (+ other stuff, like: (...) and link to current node) I tried to use ...
0
votes
1answer
67 views

Display suite's adding custom fields loads eternally

In "Manage display" page of my product content type, I have the custom fields tab. In that tab I have some buttons... None of these buttons works. I tried both but the popup div loads eternally there. ...
3
votes
1answer
52 views

Move drag and drop handle to other side

I want to move the drag and drop handle to the other side of a form, to the same location as the row weight selections. I am talking about the tabledrag handles, as shown below: I am using ...
0
votes
1answer
18 views

Is there a way to quickly copy the same ordering and layout from manage fields to manage displays?

I have a content type I made in Drupal that has over 50+ fields and all sorts of fieldsets, divs, and horizontal tabs. I got the Manage Fields ordering and look to be what I want, but the manage ...
0
votes
2answers
117 views

Random image with Cycle

I'm using Drupal Cycle module and list field_images items. I check 'random' button but not working. I want get random image every refresh page. How can do it? field_sort_items or anyway solution?
0
votes
1answer
88 views

Where is the field exclude checkbox in Content type > Manage display in Drupal 7

When editing a content type in Drupal 6, in "Display fields", there was a checkbox to "exclude" field (not just a dropdown for hidden). Is there something like this for Drupal 7?
0
votes
0answers
61 views

custom display format for a field

I have a field "Organisation name" on the user profile. The users fills the organization he is working for when creating his profile. On the profile display page, I would like to add a custom ...
0
votes
1answer
128 views

How to hide field from entity display view programmatically?

I am adding field inside module.install file to specified entity. I want to hide this field from display. How can I do that?
0
votes
0answers
45 views

separate imagefield linking to 'external' lightbox not

in a content type, I have Field A where 1 image can be uploaded. Field B is where multiple images are allowed. For Field B, I set the image style to thumbnails so I can link them to a lightbox with ...
1
vote
1answer
80 views

Drupal view field

In Drupal, I would like to display some user related nodes on their "My Account" page. I would like to do so by creating a View that i would add as a field on the user entity (through ...
0
votes
3answers
192 views

500 HTTP error on “Manage Display” tab after changing layout with Display Suite! What should I do?

I changed the layout to "One column" with Display Suite on a given content type's "Manage display" tab, which has many (~30) fields. I'm also using Field group module with multiple groups. After ...
0
votes
0answers
20 views

Custom Formatters do not show in Manage Display tab in content type properties

I am under the impression that custom formatters should show in the Manage Display tab for content types, but they don't. They appear for views though. Am I mistaken, or are there some settings I've ...
0
votes
0answers
123 views

Drupal site is not working

I have got the following error: SQLSTATE[28000] [1045] Access denied for user '**'@'localhost' (using password: YES) in lock_may_be_available() (line 165 of ...
1
vote
3answers
49 views

How do I inspect from a user's view how a given page element was created by Drupal?

I would like to be able to access a Drupal site as a given user/user-type (maybe using Masquerade) and from their view of the site be able to inspect how/where the page's ...
0
votes
1answer
136 views

How to get rid of text box artifact with Fivestar module?

I'm using Drupal 7.14 and Fivestar 7.x-2.0-alpha2. There is a text box artifact displayed below the stars on all nodes with a Fivestar field (see screenshot below). Here is the HTML/CSS source for ...
0
votes
0answers
63 views

How to define field display dependency on admin side

I need to control showing/hiding of certain fields of a custom content type based on a value of other field(s). I would like not to rely on javascript for that and do that purely on admin side. For ...
3
votes
1answer
354 views

Trimmed body field only show first paragraph

(update: it not a problem relate to uppercases) I think I found a bug but not sure which module is causing it. Maybe CCK... I have a content type with the body field set (through manage display) to ...
0
votes
1answer
307 views

How to show hidden fields when using Display Suite module to manage display?

I'm an addicted user of the fantastic Display Suite module to manage the displays of content types. But it sometime happens that after changing the layout of a content type (e.g. Two stacked column) ...
2
votes
3answers
590 views

How to have different displays for the same node type using Display Suite?

I use display suite module to manage the display of node types. So far so good. I know that there is a way to have different display for the same node type. Let's say I have 2 nodes of the basic page ...
4
votes
1answer
3k views

Manage Display of Entity Reference Field: How to link to nodes instead of plain-text?

I've got two Content-Types: Releases, and Scenes. Releases contain Scenes as Entity reference fields. I would like to link to the Scene Nodes rather than what the current options allow. At the ...
2
votes
1answer
82 views

Can you link an image field to a link field by 'Manage display'?

I have a content type with two fields: image and link. I'd like the image to display linked to the link field. I'm happy to do that myself programmatically, I'm just wondering if there's a module that ...