Running D6 with mysql-myisam and it works great, but D7 with mysql+innodb is terribly slow, probably something wrong with the innodb config.
Can someone post a few tips on how to optimize my mysql-innodb server to be Drupal 7 friendly? Some common tips on what to change and what not to touch, as I am not familiar with modifying innodb at all. Or perhaps a guide on how to easily troubleshoot what's slowing me down that much. Thanks!
Hi guys. I want to make my own custom template, I think learning from the very bacis is the best possible option, but i got a little problem.
When i add node-[contentmachinename].tpl.php it dosent work... dunno why... node.tpl.php is working fine i can edit there look and content of all nodes but i want some specific nodes to be display different. How to achive that ? What I'm doing wrong ?
I've tried to print a block using $block = module_invoke("block", "block_view", 6); , but this returns a simple array with ['subject'] and ['content'] as keys, what I want to get is a standard themed block, I mean its final markup, so if I print it inside content's region and I am admin, I get the "configure this block" button as I get when I position it inside a region using block's panel.
I'm a pretty experienced php developer but drupal newbie, looking at using drupal for a new project.
So this is possibly about converting me rather an a site per se!
There have been a lot of changes from 6 -> 7. I figure I might as well go straight in at v.7
So far I've bought a couple books, run thru some tutorials, watched some vids. I have a demo site up with sample data inserted via devel.
The project content involves a fairly typical hierarchical structure of parent/child categories, with the bottom level children having individual items.