Drupal 7 is the Drupal version that was officially released on January 5, 2011. Rather than using this tag, consider posting your question directly on http://drupal.stackexchange.com/.
0
votes
0answers
38 views
Drupal 7 - Update a user with services using PHP Curl
I'm using Drupal 7 and the services module and I'm trying to update a user profile using PHP & Curl.
Do I always have to login before sending a "PUT/update" ?
This is my code so far :
<?php
...
0
votes
1answer
22 views
how can I hide “read more” on teaser
I created a view displaying some teasers that link to my galleries on http://quaaoutlodge.com/gallery. You note the "read more" links on top of the images, I'd like to get rid of them but am unsure ...
0
votes
1answer
3k views
Group nodes by child & parent taxonomy with Views - Drupal 7
I have one content type with one taxonomy field with parent->child terms. In one view I need to group nodes by the child selected but also by the parent.
Expected output
parent 1 <- ...
0
votes
1answer
15 views
Tags being converted when Full HTML is used as Input format
I do find a strange behaviour when i add a content to the body of a block and use the input format as full html my <b> tags are being converted to <strong> tags.I really can't get my ...
0
votes
0answers
11 views
Drupal path wildcard but not on all levels
I have created a view page which shows all the work project thumbnails by default and then there is a block included on the page which filters the view (but not using ajax) it just added the company ...
-1
votes
0answers
15 views
Hi In drupal colorbox jquery not working properly
i tried this is firebug. its working.
jQuery(document).ready(function(){
jQuery("#question").click(function(){
jQuery("#answer").slideToggle("slow");
});
});
0
votes
1answer
12 views
Why won't this Drupal 7 schema work?
I'm having issues with using the schema module and a table I created. I used schema to create the schema and then when I tried to install the module logo_management, I get this error:
Invalid ...
0
votes
0answers
8 views
ubercart Email admin checkout notification
I would like to send manually the admin e-mail notification, usually sent after each order checkout process, without passing trough web site by creating a new order specifically each time.
Would be ...
3
votes
2answers
659 views
Drupal Themes getting “unselected”
Sometimes, at least 1 time a month +-, when I visit my site, there is no theme selected and I get a lot of error code.
Notice: Undefined index: highlighted em include() (linha 120 de ...
0
votes
0answers
10 views
Workbench on Drupal 7 not returning to Draft properly
I have installed the Workbench module version 7.x-1.2 on my 7.22 Drupal install. Everything is working fine as far as an original author changing the status of a page from "Draft" to "Needs Review" ...
0
votes
1answer
17 views
How to setup a hook with a view in Drupal 7?
So I have a view called "export-spreadsheets". When an admin goes to this page, I want a function to be called so that it basically runs a long SQL query and exports its results to a CSV.
I was ...
1
vote
0answers
74 views
How to get webform submissions from Drupal?
I have installed modules Services, Services Entity, Services Entity Reference, REST Server. My endpoint is api, and I have webform called Feedback. I can retrieve webform calling URL ...
0
votes
1answer
11 views
value of content type of drupal visible in sugarcrm
what I want : value of content type of drupal visible in sugarcrm.
What I have Done:- I have created a content type and mange their field, for that I use module webform2sugar.
getting problem :- ...
-1
votes
0answers
13 views
Theme in drupal 7 is not working [closed]
I transferred drupa 7 site from live to local. everything is working fine but not catching up css and other resources. The followings are the error messages in "recent log messages".
user ...
0
votes
1answer
11 views
How to only show the content of the view on page?
I want to disable everything on the page (logo, blocks, bottom-menu,...) and only show the content of the view.
With views-view.tpl.php is not really working...