We are a multinational conservation NGO that is in urgent need of a redesign and migration into a new CMS (Drupal is our preference). We are currently using a home-brewed ColdFusion-based CMS (containing approximately 1,200 pages), supplemented by approximately 1,000 static files. Our content is mainly in English, although we also have a large amount of multilingual content (including Japanese and Chinese).
First I am looking for a module where as a user you can earn points by login'in and answering a daily poll. Then they can use the points to buy stuff from the shop which introduces the second module - the shop which supports payment by points - no money. Is it possible?
I have successfully overridden the page.tpl.php and html.tpl.php template in my custom theme, but if I want to override, for example, block.tpl.php or region.tpl.php, it just doesn't work (the core template is used)…
More precisely, my page.tpl.php file contains lines like : <?php print render($page['header']); ?>
I guess that this code calls the old system templates instead of mine. Why?
Can we implement workflow into webform? As in can the submitted content (via webform) go through different states? Can we assign different users roles to control each state?
Would it be better to implement nodeaccess to the webform or anything else to moderate the submitted content?
I have short, simple question:
I try to make custom field module, I have everything working, only the way input fields are displayed in admin site makes me angry, so I wanted to theme it a little.
I did all is needed (hook_theme, theme_module_theme), but now I don't know where to put theme() function.
It's not in hook_field_widget_form() couse it's not returning strict output, so where should I put it?
I know it's trivial one, but i'm starting in drupal, and I'm already too tired of watching docs, small success would be so nice...