nodes

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

Sort Order of Taxonomy Tags

I have a music review website and the items we review are "hard rock", "heavy metal" and "classic rock". When I add a taxonomy tag for each of these items, it then appears in the node Iron Maiden - The Final Frontier and then there are various clickable linked tags underneath, one of which being in this case "heavy metal". Now, I have already used VIEWS to set up the ability to look at the reviews alphabetically by band name. However, when you click on the taxonomy tag link "heavy metal", it lists all of the reviews that have the "heavy metal" tag in a random order.

Read more
lsiden's picture

Managing content as nodes in a separate database

I am managing a site with over 19 million business listings. Cloning a database this size is daunting and time-consuming. Most of this data is static, but there are some definite advantages to managing it as nodes. In a perfect world, I'd like to be able to move these 19M nodes to a separate database so that I could easily clone the rest of it for development and testing, but I can't think of any way to do that that will allow me to keep working with the data through the Drupal Node Module with its incumbent advantages.

Read more
Gmartin's picture

AYUDA! Funcion personalizada para Importacion de datos externos a Drupal con node_save??

Hola estoy importando datos de una base de datos externa de momento no tuve problemas accediendo a los datos pero ahora tengo que convertir esos registros alienigenas en nodos de drupal.. y aqui me esta doliendo la cabeza.. probe muchas formas ahora esta parece ser la que mejor funciona les adjunto el codigo, mi problema es que me genera automaticamente los nid pero los vid los deja en cero entonces me da error de clave duplicada para la tabla node_revisions, espero que alguien entienda de que estoy hablando..

function mimodulo_migracion_manual_form_submit(){

db_set_active('db_old');

$result = db_query("SELECT * FROM producciones");

Read more
catalepticstate's picture

Google Ads on "Video" article Page

Hi,
I cant seem to find how I can add a google advert block to the Video page/node/article.

I can see my ad blocks on the homepage and other pages, but not on the video section.

Read more
adamevertsson's picture

Dagsspecifika databasvisningar

Hej igen

I dagsläget har jag en sida som varje dag visar tre olika småtexter, året om. Med andra ligger det 3x365 småtexter i en Accessdatabas ryyys som spottar där ASP-koden kollar vilken dag det är och sedan visar de tre texter som ligger inlagda med det datumet.

Om jag hade velat göra något liknande i Drupal, hur hade jag behövt göra då?

/Adam

Read more
KeyboardCowboy's picture

Why aren't users stored into static variables as nodes are?

We're working on implementing multiple methods for improving performance on a Drupal 5 platform and I noticed that various user hooks are called repeatedly on each page request. I realized that neither Drupal 5 nor Drupal 6 implement a static caching mechanism for storing complete user objects as they do for storing complete node objects.

I'm sure there is a good reason for this, but I'm having trouble fully understanding why. Can someone help explain to me why this is not done?

Thanks,

Read more
mlittle's picture

Can Rules do this?

I have a node with a date field. For this discussion let's assume that the value in the date field is 1/1/2010. I would like to check all the nodes (of a particular content type) and, once that date is equal to or greater then x number of days from today, send an email to someone. Obviously, each node would have a different date as populated at the time the node was created. I want to iterate through the nodes and if the node date is equal to or greater then x number of days from today, do something like send an email.

Read more
ingo86's picture

Standardized way to add node content during an install profile execution

Hi all.
I am looking for a standardized way to add contents such as any type of nodes into an installation profile.
Suppose you wanna build an instal profile that creates some pages and a contact form, you have to add this pages as arrays and use a function like node_save to add them into the database. This make the profile file really long or you have to split it into more than one file (but it seems there's no standard way to manage them).

Read more
glass.dimly's picture

Synchronizing nodes from 5x to 6x...

Hey all,

Is there a module that synchronizes two Drupal sites, migrating nodes created one in the other? My sites are D5 -> D6. I'd like to preserve URL aliases if possible. Mainly I'm synchronizing blogs, with all the related comment/user/node issues. I've seen some ideas out there (Node Export with Node Import), but I'd like to know if anyone has done this simply or has some clever idea.

Read more
mgparisi's picture

New Approach to Content Types.

I have been writing up a white paper on how Drupal could work, but wanted to submit an initial and important first step. I know allot of people see comments as nodes being a major issue. Many want it, while others site potential problems with performance. Without comments as Nodes we have no code uniformity making any CCK features and Views features needing exceptions based on if its a node or if its a comment.

Read more
Subscribe with RSS Syndicate content