I want to add codes from adbrite and being that I don't have any html blocks where in cpanel would I go to add the code? I tried to put in index.php but it gave my site an error.
I am trying to create clean URLs for both taxonomy term pages and nodes published under a certain term.
Could someone help out? All I've got so far is one semi-solution for the term pages. I am using this path in the "Taxonomy term paths" section.
[term:vocabulary]/[term:parent]/[term:name]/
But this is only giving me myvocabname/term/home paths. It doesn't get longer as paths get deeper. It just uses the actual term of the term page. I need the entire path like vocabname/term1/term2/term3/home or something.
I read a lot of how to customize the loginform, but it all does not fit my needs. I am using drupal 7, most of the examples I found are about drupal 6 or previous versions.
I have attached the user login block to the footer menu. But I do not want the hole form to appear, instead I want a link, injected by jQuery to open a thickbox with the form when the user clicks on the link. So I have to create a div with the loginform in it right below the link.
Long prolog, but its very simple if I only could render the form... This is what I have at the moment: