php

Events happening in the community are now at Drupal community events on www.drupal.org.
maxmendez's picture

Pequeña receta de como crear un nodo mediante el api de drupal.

Hola a todos!!

Un día de estos me tope con la tarea de crear un nodo desde un módulo con el fin de cargar información al sistema, me llevo un tiempo considerable la investigación y me gustaría compartir como hacerlo con todos ya que considero puede ahorrar bastante tiempo de búsqueda para quien necesite hacerlo en un futuro.

Pueden acceder al mini tutorial en el siguiente enlace: http://www.maxmendez.net/noticias/creacion-de-nodos-desde-modulos-drupal-6

Saludos.

MaxMendez

Read more
patrickmoran's picture

Monitoring & Instrumenting Drupal Performance in Production via New Relic

Hi everyone - New Relic is here at DrupalCon and we've had a ton of conversations with folks here about drupal performance and visibility into Drupal's behavior. Dries' even mentioned it as a core pillar moving forward at his keynote. We're focused on performance and want to make sure we open up the ability for anyone in the Drupal community to sign up for our free month program. Sign up here: https://rpm.newrelic.com/signup/18 and enter the promo code "DRUPALCON" . For more information, read Dries' blog post. http://buytaert.net/playing-with-new-relic-on-acquia-hosting

Read more
j. ayen green's picture

Mediapool

I didn't have time to float the idea beforehand, because this was a module created for a client site, which I've now cleaned up and released.

Mediapool is used to fill a placeholder in a node with a random taxonomy-driven piece of media when the node is displayed. The initial (D6) release contains Imagepool for images.

Read more
jmrivero's picture

Instalación de Drupal en el celular

Recuerdo cuando no hace mucho tiempo, los teléfonos celulares eran una novedad y tener uno significaba andar para todos lados con un ladrillo.
El tiempo pasa, la tecnología avanza y cada día nos maravilla con nuevas hazañas.
En mi caso, hoy quede gratamente sorprendido cuando por pura curiosidad instalé un servidor web en mi nuevo chiche, un Nokia N97 mini que hasta el momento no tiene un día de uso.
La idea surgió ya que si mal no recuerdo leí un artículo sobre la posibilidad de instalar un servidor web en el cel, y ya teniendo el servidor, por que no intentar con Drupal?

Read more
Branjawn's picture

Php for Drupal

So, for over a year now I've been looking off and on for Drupal related jobs. Invariably, some advanced knowledge of php is a requirement. Can I get some recommendations of resources that can teach me php? I can edit others code to a good extent, but have never written anything from scratch. I'm NOT a programmer (although I had to take Java and VB in college).

Read more
markus.lar's picture

Hjälp med att sätta upp server - php-inställningar

Hej!

Jag håller som bäst på och sätter upp en VPS-server med Ubuntu 10.04 LTS samt tänkte installera drupal 7 på densamma.

Jag tror jag har lyckats med det mesta vad gäller inställningar och annat, apache, mysql och så vidare. Problemet ligger i att jag ej kan installera, på grund av någon inställning i PHP.

  • "Error
    PHP extensions Disabled
    Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):

    • gd "
Read more
vacilando's picture

Any method for clearing unused values from the 'variable' table?

After a Drupal install has been used a while, the table 'variable' overflows with values set by various disabled modules or obsolete functions which do need clearing because variable_init() (bootstrap.inc) does that unfortunate step of caching all of the table, which then often causes sites to crash due to lack of PHP memory.

Module developers may choose to use functions alternative to variable_set() and variable_get() provided by http://drupal.org/project/queryable_variables but that does not solve the pollution in all the existing 'variable' tables.

Read more
groundswell's picture

Large-Scale Web Site Infrastructure and Drupal | Linux Journal Nov 01, 2010 by Jerad Bitner and Nate Haug

Setting up a Drupal Web site is pretty simple these days, until it gets popular, then you need to bring out the big guns and start finding and fixing the performance bottlenecks. In this article, we show some of the techniques that can allow your Drupal Web site to scale to the grandiose levels you originally hoped for.

http://bit.ly/d8jNw1

*Thanks to Christopher Cable for this story

Read more
burt.lo's picture

October 2010 SDDUG presentation videos

These were last minute recordings, so pardon the low production values. Hopefully the audio and video are clear enough to get some value from these terrific presentations. Feel free to respond with constructive comments; I'll do my best to improve over time.

http://vimeo.com/user3982913/videos

Feel free to share these with others.

Read more
freeform.steph's picture

displaying multiple Views within Views with argument

Goal: to display multiple views within a view such that each row of the primary view passes a variable to the embedded views so that all of the content for 2 different content types can be displayed based on their relationship with the contents of the primary view.

Table display of the primary view would look something like:

[view1: row1 content [view2: content related to row1] [view3: content related to row1] ]
[view1: row2 content [view2: content related to row2] [view3: content related to row2] ]

Module used:
Views Custom Field: http://drupal.org/project/views_customfield

Read more
Subscribe with RSS Syndicate content