Hello, I'm new to drupal but I know PHP/SQL etc. very well. Now I want to setup a soccer statistics system with information like matches, goals, wich team member player in wich game, wich player made a goal, injuries:wich player in wich match etc... Does anybody see a challenge for themself??? If you can help me get on my way, please comment or mail me... Thanx!
I use Yahoo publisher (like google adsense) on my sites, and I need some kind of custom blocks, I saw some of the post on making custom regions and blocks, but I'm really looking for a module I guess, that would make it as easy as possible.
Does anyone know if the adsense module would work for Yahoo Publisher?
Has anyone tried it?
I wrote my own hook_comment() mymodule_comment() to do some jobs while comments are deleted or posted. insert works just fine, but code in case 'delete' doesn't invoke when a comment is being deleted. I have no idea why. The following is the code
mymodule_comment(...)
switch ($op) {
case 'delete':
do this;
break;