Drupal 7

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Anonymous's picture

Trouble with images in Omega

Hello Group,

I've been building a site with an Omega 3.x sub-theme and things are moving along nicely for the most part.

Except for this.

I needed a place for my banner image on the site, so I created a block, inserted the image, and placed the block in the 'Branding' region of the Omega sub-theme. I configured the block to display on all pages except the "front" page.

I needed a footer image as well, so I did pretty much exactly the same thing as above.

Read more
GolDRoger's picture

Add and assign Taxonomy terms when a node is updated

Hi guys, I have to wrote to you because i'm becoming crazy, there are 2 days who I'm trying to add a taxonomy term to a node without luck.

Scenario:

I'm using a content type called: Place.
This content type own a field location (from location module) who has 2 values: street and city.
When a user compile these fields the GMap module make a google map with a marker.

When a node is saved i can access city and street using

print $node->field_place['und'][0]['city'];
print $node->field_place['und'][0]['street'];

Read more
Torenware's picture

Setting reverse_proxy and reverse_proxy_addresses behind AWS ELBs

I've recently launched a Drupal 7 site using auto-scaling on AWS. The basic architecture is 2+ ELB that handle SSL, talking to multiple auto-scaled instances running nginx + php-fpm. Mostly, it's working.

I have noticed that the IP addresses logged for clients are in the 10.0.0.0/8 private network that Amazon uses. At first, I thought that HTTP_X_FORWARDED_FOR wasn't set, but it turns out that it is both set and correct. The problem is that settings.php wasn't set up.

I've now read the notes in setting.php, and am a bit confused.

Read more
miccelito's picture

Lägga till <body> class när en "overlay" öppnas?

Är det möjligt att göra så att ytterligare en class automatiskt läggs till i <body> taggen när en overlay öppnas?
Exempelvis om jag är på <front> sidan och där när jag klickar på admin länken "people" så öppnas en overlay och url ändras till */#overlay=admin/people
Så skulle jag vilja att class overlay-page-admin och overlay-page-admin-people (eller åtminstone overlay-page-admin) läggs till i <body> taggen.

Read more
miccelito's picture

Rules Scheduler: visa meddelande

Har använt Rules D6 en hel del, testar nu Rules D7 och märker att D7 versionen är något mer "avancerad".

I alla fall jag vill testa att få till samma sak som i nedanstående screencast exempel publicerat av Johan Falk/NodeOne:

Using fields for setting evaluation time
http://nodeone.se/en/using-fields-for-setting-evaluation-time

Men istället för action:skicka mail vill jag ha action:visa meddelande på webbsidan.

Read more
CherylJoy's picture

New Content Type Not Showing Drupal 7

I had been developing a site and just came back to it after 2 months
I added a new Content Type
It does not show up in the Add Content Menu.
Drupal 7

There seems no reason for this. The last content type I added 2 months ago showed up immediately.

What shoud I be looking for to make this happen.. Lists on drupal refer to the problem, but I do not see a solution.
I was thinking duplicate machine names but that is not the case. I add_2 just to make sure and this did nothing.

Enabled it under - admin and navigation menus nothing -so reverted.

Read more
Mouser76's picture

Question about Display Suite Search Results--is it possible to sort them in descending order?

I'm using Display Suite search to create search result pages. It works very well--except for one thing: the results seem to be random.

Is there a way to sort them in descending order? I read that it's possible to do this using a view block, but haven't seen any documentation or tutorials to accomplish this.

We're using Drupal 7.

Thanks in advance for any help!

Read more
dianacastillo's picture

user.update xml-rpc method - Missing required argument data

Hi, I am sending the below xml for user.update and I get "Missing required argument data" . what am i doing wrong

<?xml version="1.0"?>
<methodCall>
   <methodName>user.update</methodName>
   <params>
     <param>
       <struct>
         <member>
           <name>uid</name>
           <value><int>48</int></value>
         </member>
       <member>
           <name>name</name>
           <value><int>sally</int></value>
         </member>
        </struct>
     </param>
   </params>
</methodCall>
Read more
vocekt's picture

Algún modulo similar a quicktabs para Drupal 7

El detalle es que la ninguna versión del Quicktabs me sirve y eso que se ve muy bonita la presentación, esto porque en la casilla para agregar nodo me parece bloqueada, no me deja agregar nada.

Por eso la pregunta, haber si alguien sabe de algún modulo que trabaje igual o parecido al Quicktabs, se los agradecería mucho. n_n

Saludos desde Colima México.

Read more
spessex's picture

D7, Bartik - how to swap logo and main header colour depending on URL or path?

Hi all

Does anyone know if there's an easy way (or even just a way!) of changing the logo and main header colour depending on the URL/path (I'm using the Bartik theme for D7)? For example on http://www.cerebraluk.com/ I would like it for instance to change to a different logo and green main header when I click on 'market research services'. Similarly, it would change to other different logos/colour headings when clicking on other main navigation areas.

Any help or advice would be greatly appreciated.

Thank you

Stephen

Read more
Subscribe with RSS Syndicate content