Needs Improvement
Workable solution needs improvement
Before and after restart:
0 stedile:~# free
total used free shared buffers cached
Mem: 1343636 1309280 34356 0 1856 29692
-/+ buffers/cache: 1277732 65904
Swap: 524280 513244 11036
0 stedile:~# free
total used free shared buffers cached
Mem: 1343636 164676 1178960 0 7264 98000
-/+ buffers/cache: 59412 1284224
Swap: 524280 3992 520288
bjornkri: Hello, I'm having a bit of trouble getting my head around overriding blocks. I'm trying to make the book-block title a link to the root of the book. I've a lot of questions about how to do that in fact, but to start with I'm not sure how to override it without changing the source... Anyone willing and able to send me in the right direction?
[10:35am] bjornkri: I tried making a block-book.tpl.php, but I'm not sure how to access the link to the root of the book from there, or if that's even possible
noticing how hard it is to edit a node in a panel?
dan hak 11:03
oh yea, your old thing didnt show that
03:30
yea
03:32
it sucks
03:45
you have to go tothe panel
03:51
figure out what it is
03:54
then find the node
benjamin melançon 11:09
well no more!
dan hak 11:09
i assumed thats what you were getting at
In our node.tpl.php, just below:
ben
7:20 PM
i am trying to work with taxonomy manager and am desperate
7:21 PM
many of the terms pointed by the drop down list are empty and do not match the historical good terms which are populated
7:21 PM
how come
7:21 PM
about brasil
Benjamin Melançon
7:22 PM
yes...
Pierre George
7:23 PM
how come?
Benjamin Melançon
7:23 PM
how come what?
Pierre George
7:23 PM
*see case of colombia
7:23 PM
case of pakistan
7:24 PM
The Drupal core function in taxonomy.module, taxonomy_term_count_nodes, has no check in it to remove duplicate nodes, which can happen in situations where a nodde belongs to both a child and a parent. In my opinion there should be a different function taxonomy_term_and_children_count_nodes or a flag in the function to say if nodes belonging to children terms should be counted at all, and if they are, there should be proper checking to remove duplicates.
Very useful thread, great helpful people responding to it:
How to theme view module's "table view"?
http://drupal.org/node/87367
Thanks to a tip from
<?php
/**
* Function to handle a sample field.
*/
function phptemplate_views_handle_field_participants_users_name($fields, $field, $data) {
$info = $fields[$field['fullname']];
Solution for RSS, CCK and Views...
http://drupal.org/node/87430
I think this is basically what the Contemplate module can do? But can it be used to theme RSS only, and leave regular theming to node-type.tpl.php files?
Resolution