Drupal is a great project :) but the thing I'm confusing in is that I want to use different layout for some of my pages so it will represent a decent/professional look. Does anyone has any idea about it ? How to do this ?
Or can I use HTML coding as filtered HTML while creating the article ?
When I go to configure the settings in a module like Lightbox that has field groups, I cannot expand any of the field groups. For example, in Lightbox, Text Settings, Image Resize Settings, Modal Form Settings, etc. I've tried different admin themes and none of them work correctly.
For now, we're using Drupal 6 with Ubercart 2 for our company website.
As we have a huge ERP to synchronize with, we developped a module for importing, every 4 hours, data from XML.
Every nodes was "opened or created" and updated. No real synchro.
Resume :
ERP -> ERP side addon to export XML data (ftp to webserver) -> Drupal side module to import XML (nodes api) -> Drupal 6
But it was a heavy solution, very slow and not pratical.
I apologize if I'm putting this in the wrong place. I didn't see a forum specifically for servers, so I figure this is probably the best place.
Introduction
Our organization currently hosts quite a few Drupal sites. We are looking to make some changes to our server infrastructure with two goals in mind.
High Availability. IE:
Redundancy
Fault Tolerance
Limited Downtime
Load Balancing
To that end we have come up with a tentative plan. We would like some input in order to get an idea of whether this is a feasible plan. Will it accomplish our goals? Is it attainable? How difficult is it? What are some pitfalls that we might want to avoid. Any input from anyone who has experience with any of these systems/technologies is welcome, especially if you have used them in a Drupal setting. We're not necessarily looking for anyone to tell us how to do this. We have plans for that, but we do want to know if this is a feasible plan before we take the plunge and invest resources in it.
Hi there
Can anyone tell me how to access the different field variables in a bundle?
I.E If I create a content type of 'event' and it has field 'field_venue' how is 'field_venue' accessed via a db_query?
My goal is to be able to access all the field values from each node of type 'event' and have a function to convert them into KML output.
I am new to Drupal and trying to create a site but can't work out how to achieve what I want, I have looked through the available modules and can't find anything that will quite do what I want (or I have missed it).