I found it a little complex to understand how to use the built in profile module.
Even the explanation online http://drupal.org/handbook/modules/profile
explains how to setup the profile but doesn`t not explain simple things
like what is a profile url etc
It may sound banal but I`m having trouble understanding where the profile 'lives'- what it`s url is.
Is it the /?q=user/n page?
in that case how do I make it visible without login?
I've noticed that a book titled "Archiving as a HTML of an exsisting Drupal site" (I don't remember the title correctly) disappeared at http://drupal.org/handbooks .
I tried adding a form elemt to a page, filtered as PHP code.
but all textfeild and buttons ar filtered out.
Is there any way to pass it and use for element in a page module ?
Hi
I have been browsing the Drupal PHP snippets but can't seem to find the right PHP code to do this task.
I'd like to display a list of Nodes in a certain taxonomy category, with brief teasers, linking to the full articles. This list needs to be paginaed so that after every 100 nodes, it has a link to a page with the next 100. The list should be ordered by date created. It should contain no links to the taxonomy terms for each of the nodes.
I have tried some of the codes but the teaser have also displayed links to the various taxonomy categories, which I don't want