We are setting up a few Drupal sites and are looking for a Drupal 7 mentor to assist our designers with questions or issues that might arise during the configuration phase of our sites (Modules, theming, customization, etc.). Contact during this project via phone or email would be preferred.
So I have D7 installed on a site and wondering if there are any modules that let me edit the CSS or Code theme from inside the User Interface, instead of using Dreamweaver and then copying over the files.
Well I think I found a few for D6, going to try them out, but does anyone know if there is any for D7
I'm working at a non-profit using the Convio system. For those unfamiliar it is the worst, most expensive piece of rip-off software developed (http://amplicate.com/hate/convio). However I'm curious as to what modules or tools within Drupal could replace Convio's. Tools regarding "donor/customer management", email lists, e-letters, etc. And if anyone else wants to talk about how horrible Convio is, feel free to.
On a test copy of our site, I recently tried to upgrade from D6 to D7. After working out issues with our server host (had to get PDO installed), update.php worked with no errors. However, when trying to access any of the administration pages, every one shows the title of the page and then says "Array". That's it. I can't switch out of maintenance mode, and I cannot access any of the settings. If more information is needed, please ask. Any ideas?
I have many content types and I have some select list in them. In my field fc_secteur, my values are :
1|Administration et commerce
2|Agroalimentaire
How can I get the data "Agroalimentaire" if I have the variable $node and that $node->fc_secteur[$node->language][0]['value'] is 2 in hook_node_insert?