Drupal newbie here (have always built sites using HTML, PHP & MySQL without a framework using Dreamweaver).
My company has tasked me with developing a new Intranet and we're currently at platform decision stage. I want Drupal 7 however the Development Team Leader wants DotNetNuke.
As this is my project, I should get the deciding vote...however only as long as I can fix the following problem:
Ok, with CCK and Views I can make some basic CRUD operations on my database.
What if I want to execute some complex queries?
Example:
I have a "Contacts" content type, with fields: Name, Email, Age.
Age is an integer. Now I'd like to increase programmatically that integer (like a button/link on my homepage).
I can't imagine how to execute those simple queries on my content types!! (is there a way, isn't it?!!)
Menu link
-sub menu
-sub menu1
-sub menu2 etc.
Menu link2
-sub4
-sub 5 etc.
The articels created won't list as they should, they all list on the sub menu. But the should be sorted in different sub menus. Where's the bug? Articels are made by taxomomy menu and the articles are sort by a field that shoud be able to place the article in multiple locations.
On this page (http://drupal.org/node/177868) there are some words about advance theme settings and in this comment (http://drupal.org/node/177868#comment-1445178) there is an upload form for addition logo/image. That is what I need, but the problem is that that solution only works in Drupal 6. Is there anybody that can tell me how to do that in Drupal 7? Any hint would be awesome.