I really like the autopath module, however I don't want to use it on all of my nodes just some. Is there a way to make it only create a path on say 'page' node types?
I am trying to get Drupal configured fully for a switch from php-nuke to drupal, but a big thing that I'm having a problem with is Google Adsense. In php-nuke it was a sinch to put the javascript code in a block.
I'm working on creating a module for drupal that would let Google Adsense work, but because javascript filled blocks is dropped entirely from page created dynamically, this just isn't possible.
Anyone know of a way to get this to work properly? I've tried searching the forums but maybe I'm missing something.
How do I access the variables that are stored in $user->session? They got converted (serialized) into something that when I do print_r looks like
[session] => client_type|s:6:"WinIE6";sClient_type|s:6:"WinIE6";iIframe|i:1;
(And so on... I have a complex array in there.)
When I run unserialize($var) on it - it returns an empty string.
I've been putting together a site in drupal and have run in to the need to have structured contests. At first I thought that I could just create a forum and each topic could be a contest, but doing it that way is way to loose - I need to be able to set restrictions and other rules. I come from a Perl background and look forward to writing some PHP for the fun of it. So, here's what I would like to have, any comments are welcome...