I was wondering if anyone knows how to create a page that lists articles & stories that are of a particular vocabulary in the same way that it does if you click a vocabulary link at the top. I then want to be able to modify what the destination page looks like, ie just titles only or very short 1-2 line summary (at the moment I'm getting anywhere from 7 - 15 lines in the summary, plus title etc.).
Hi, I have my italian linux portal site based on Drupal 4.7.3.
Hi have checked to use statistics module in the settings->module node and in the admin->settings->statistic I have checked the "Enable access log". But my log are always empty. no data is stored. Why this ? Where I can check for error or misconfiguration ?
ok - some sites i go to say "max 3 urls in comments" - is there a way to implement this on drupal? all of the comment spam i get has 50-100 url's and i think limiting should help a little.
I want to use drupal for my community site. I wish to make my site in Marathi. I wish to use a editor which can directly type in Marathi. I have a editor like this.
Is there already a way in Drupal to get the data from specified field in a node?
I'm looking for something like get_field($nid, $fieldname)
I'd be needing this kind of function in multiple places, this far I've just done it like this:
$_node = node_load(array('nid' => $nodeId));
$field_X = $_node->field_X;