I'm a long time php developper, and recently discovered drupal.
I think it's great and exactly what i need, but i seem to have troubles understanding the relative link system used in drupal.
I created an example taxonomy and a few pages inside, and now i'm able to create a menu (using the menu module) to link to those pages. For example : taxonomy/page/or/3
seems to point to a subtopic in my taxonomy, listing all pages under that heading.
Has anyone else tried this module and gotten it working? As I noted in search hit on spellcheck where matthias was saying he was taking over this module, it doesn't seem to work at all for me, the popup window goes white for a second, then I end up at the login page - as if my session info didn't make it.
Tried:
window.open('$url&PHPSESSIONID=".session_id()."',...
on line 61 of the spellcheck module, but that didn't help.
Hi all,
I'm thinking on how to show blocks only in certain pages.
I would like to know where to start from...
The basic idea could be to show the home page with a very basic navigation block, that takes users to show for example stories, weblinks etc.
When I choose stories, I would like to show a block for every vocabulary related to stories, and the same with weblinks, and so on......
Could you please suggest to me some code and where to put it ??