0
votes
0answers
3 views
How to give content authors the ability to select image style when uploading an image?
This question has been asked elsewhere but not answered sufficiently:
I want to enable content authors to:
select the image style (thumbnail, medium, large, ...) during content creation
change ...
0
votes
0answers
9 views
Drupal 7 “Notification” module recommendation
I'm trying to figure out what the best solution to a project requirement is. The basic premise is that a site needs to have a "notifications" feature - similar to how Facebook works.
A listing in the ...
2
votes
0answers
27 views
Altering an image fields output in a View
On our site, users are given the choice to make their profiles private or public. They also have the ability to upload a profile pic, and if they don't, there's a default placeholder image.
If a user ...
0
votes
0answers
19 views
How to give users access to their node stats
What is the best approach/module to give each user statistics about nodes they own ?
2
votes
1answer
17 views
In Drush what is the difference between ard and arb?
In Drush what is the difference between ard and arb commands? When should I use one over the other?
3
votes
1answer
16 views
How to target and remove a given fieldset
I am very new to drupal and have been playing around with lots of different modules and core features. I have now come to an issue I have been trying to solve for the pass 48hrs without finding the ...
1
vote
0answers
17 views
How to cache url aliases properly in Drupal 7
I have heard Drupal 7 caches url aliases per page. This is not useful if you are caching pages in Varnish for example. The D6 module Pathcache was effectively for this purpose however it does not have ...
0
votes
1answer
11 views
Access denied to file in sites/all/default/files
I am getting:
access denied 04/30/2013 - 16:56 sites/default/files/styles/thumbnail/public/KRIS... admin
in my error message log when trying to do some file updating. I am guessing this is a ...
0
votes
0answers
14 views
Why is the error reporting not showing under reports?
The usual log reporting option is not showing up under 'reports' in the menu. Any idea what might be causing that? Is there a module that provides this functionality?
-1
votes
2answers
20 views
Strict warning: Only variables should be passed by reference [closed]
I am getting this error on this line in my code. I'm guessing I need to break this line down a bit. Any comments would be great.
$promobox_id = reset(array_keys($result['fieldable_panels_pane']));
1
vote
1answer
18 views
Is there a variable that keeps track of which pages are enabled or disabled in Page Manager?
I'm using the Features module and I'm tired of manually enabling/disabling pages (user_edit, user_view, etc.) Is there a variable that I can add to Strongarm to control this in code?
1
vote
1answer
23 views
Moving a div down if a zone is present using jQuery
I'm trying to move a <div> down if a zone is present, but I'm having a little trouble targeting the right classes, etc.
// See http://jsfiddle.net/xgbzm/.
(function ($) {
if ...
0
votes
0answers
17 views
What to look / check for when can't connect to Vagrant VM made using the Drupal Vagrant project?
Using my Mac as the host machine, I followed all the instructions on the Drupal Vagrant project page at http://drupal.org/project/vagrant to get a Vagrant automated Virtual Box Ubuntu lucid32 Virtual ...
0
votes
1answer
13 views
Related Content Block for a Views Page, Not a Node Page
I've created a views page that displays the most recent node of a certain content type. I have an image field in that content type that I would like to have displayed in the sidebar in a related ...
0
votes
1answer
25 views
Can we call a custom block inside our hook_block_view()?
I have a module of type block.Now based on the user i want to display different blocks .
So i have a written the module but my dilemma is if its possible to call a block(default) inside our custom ...