Unanswered Questions
11
votes
1answer
296 views
Sharing content with domain access?
I setup a site with domain access. It has 2 subsites.
I want to publish content from the main site to the subsites. This is already working good with send to affiliates. But I want some local admins ...
11
votes
0answers
347 views
Mass image upload with Storage API and Services API
I am trying to set up a site that will be storing a large amount of images (roughly 50,000 to start with). The strategy for this was to use Storage API and S3 storage to deal with the costs of ...
9
votes
2answers
947 views
Manage displays of Product:image field directly in Product Display?
I have a "Product Display" node showing a "Product" (powered by the Drupal Commerce module).
I have installed the Display Suite module, and created a new view mode for the "Product Display" content ...
7
votes
0answers
170 views
Automatically prepend video ad in jPlayer — should I use a Playlist?
I'm using jPlayer and Drupal 7 to display videos. The videos are each playing in their own node, not as part of a View. I need an intro to be automatically prepended to each video when it's played ...
6
votes
2answers
56 views
Displaying fields from an entity reference of another entity's field
I have three content types: compositions, recordings and artists. Compositions have entity references to artists for the field composer. Recordings have entity references to compositions for the ...
6
votes
2answers
75 views
How can I take control of the rendering of a file entity when inlined in text?
There are excellent instructions for how to allow embedding Media into text fields here Setting up WYSIWYG and CKEditor to include Media Browser / Embed Media button.
Now I'm trying to control the ...
6
votes
4answers
271 views
Show if there are 'new' comments on a view of terms?
I have comments on nodes that are categorised by terms. I need to show a view of the terms and if there are any new comments in any of the nodes that term is tagged with.
So if I have the following:
...
6
votes
1answer
187 views
Filter view based on displayed part of an Open Layers map
I have a page that shows an OpenLayers map which is fed with data coming from an Open Layers data overlay view (user locations; the location is provided via a location cck field in the user account ...
6
votes
3answers
270 views
Display fields only once (Views)
I would like to show a table of products. I grouped them by nid. In the table header views shows me the nid. Instead of this, I would like to add fields of the node to be displayed once like: node ...
6
votes
1answer
419 views
Add line item showing total cost
How can I add a line item in Ubercart 2 that adds up the total cost of all items, not the sell price? I have tried to clone the generic line item hook, and add something like this for the callback:
...
6
votes
2answers
1k views
Converting Term names with special characters to Term ID's in Views
I have a view where i want to use multiple termID's as arguments. I want to use a term name from the url and convert it to a termID. I've managed to do this easily enough and it works with simple 1 ...
5
votes
1answer
69 views
Got error while posting comment
I'm using "Unpublish comments with keywords" action. I've just noticed a PHP error on submitting any comment.
drupal_render() expects an array but comment_unpublish_by_keyword_action() calls it ...
5
votes
3answers
321 views
Nested Image/Video Galleries in Drupal 7
Alright so after looking around for awhile and not finding exactly what I am looking for hopefully someone can help me out with this.
On my website I plan on having both image galleries and video ...
5
votes
1answer
676 views
How to create a view type of Entity reference display?
I have an entity which contains a field collection of entity references and can edit the entity references with the Entity selection mode is Simple (with optional filter by bundle), but only Entity ...
5
votes
1answer
194 views
How do customize settings.php during installation profile
I'm creating an installation profile for my current company internal project.
During the installation process, one of the custom modules crashes during init(), since it tries to use one global ...