Hello All.
I have started to learn the Drupal system. So far I am very impressed with all of it's features. However, at times it seems that everything that was once hard is now easy.
Obviously the part that becomes easy is that other people can intuitively add content and change navigation. (a huge plus)
However, some things like a list of forms with corresponding links, seams to be more challenging for me, the developer/designer.
For example, do I create a content type with a Title (file name), a body (Form descriptions) and a file link (using the file field.) Using this functionality takes away the need to have people use FTP. This seems like a good solution to me.
I worry that if I take the application to my corporate environment, some of the individual customizations might be more challenging. I'm guess i will just need to learn the behind the scenes functionality if I am to have the same degree of flexibility that I would on a website written from scratch?
A major issue that I face is integrations. I currently utilize translation tables for seamless log ins with other websites. Would I create a user profile and then store the log in information on that profile and then create something (module, panel, etc.) to then pass that information along as I do now?