开发者

Is drupal a good solution for websites with a very dynamic layout? [closed]

开发者 https://www.devze.com 2023-04-08 05:21 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

开发者_开发技巧 Improve this question

I'm looking to use Drupal from an upcoming project as I've always been very interested in using it. However the more I get familiar the more I feel that Drupal isn't a good solution for a website that is very dynamic in terms of page-to-page layout alterations and just generally dynamic elements in pages.

For example, the front page of the website is going to have a newsletter signup form with 2 steps, which should be done through Ajax. Just to achieve this I've already had to install like 5 modules to get the right behaviour. And at this point I don't feel it's very user-friendly for end-users who are going to be using the CMS once it's delivered.

My question is simple, am I wrong in assuming that Drupal really isn't the right solution for this type of website? And if I am, what is the conventional approach developers take to the implementation of solutions such as the one I mentioned?

Thanks


Drupal is highly customizable, but yes takes a lot of work to get set up to do what you'd like. Other CMS' provide much simpler out of the box style 'install this addon through an interface and fuhgeddaboudit' type of solutions for the more layman user. Wordpress and Joomla come to mind.

If you want to go a more developer oriented route I would suggest one of the many php frameworks out there. CodeIgniter and Symfony2 are a few popular ones, but there are tons of them out there. Play around with them and see which is better suited to your needs.


I used a lot of CMS'es and all are not fine.. dirty code in them etc. and most of them are slow... Drupal is a complex solution for you and it seems ok...

You need to learn how to make modules.. it isn't that hard if you know some php...

You can modify each template .. each page.. it's not so complicated.. just try to learn some..

P.S: You can use the views in order to not write code..you might do something with them...


It's about 20 lines of PHP code in Agile Toolkit. No extra javascript, no extra HTML, no plugins:

Demo: http://codepad.agiletoolkit.org/newsletter

Source: http://codepad.agiletoolkit.org/source/newsletter

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号