Probably I'm doing something wrong, bu I can't find a way to make primary and secondary links translated by locale.module.
Is there a way in configurazion settings to specify the text of a link in the fomr t("text") so that it will be translatred by locale.module ??
I would like to do it without any hack to modules...
thanks a lot
Matteo
Hi all,
Is PHPTemplate theme compatible with 4.5 ?? Where can I download a 4.5-ready version ??
I'm downloading Drupal CVS to my pc, but I could not find it....
thanks a lot
Matteo
Hello there! I need to customize the output for comments and blocks in my site. I'm using phptemplate, but I don't know which variables are available to print the dynamic content, like $title, $body, etc. Somebody could tell me where can I find some example templates for this sections, comment.tpl.php and block.tpl.php?
Otherwise, how can I show all local variables that exists in the execution environment of the script (if posible), so I can see where is this content.
I recently installed the WebCounter module for displaying the counter statistics on my website. It is working well. Althought the more option does not work yet. It is a great feature.
However most of the available THEMES are not working OK anymore. There are some which are still OK, but most of them displays the three colums layout not right anymore. Sometimes the right colum is displayed over the left colum and sometimes the right colum is displayed directly after the leftcolum. No middle section than anymore.
It's most likely that this topic has been discussed before but I couldn't find any good threads, forgive me if I cross-post.
But I have this important question I hope you can answer for me. How does Drupal's template-system really work? I thought the hole meaning of a template-system was to separate business logic from presentation? In drupal you will find some in the templates directories and some in the modules, right?
I'm using xtemplate with three columns. The left and right column automaticall stretch to the proper page length, but the center column only stretches as far as the content pushes it. I can set the lenght/height of the column to get it to stretch to a decent length more in line with the side columns and in IE it will stretch further if the content forces it, but not in Mozilla. In Mozilla it stops at the designated length/height and just cuts out the remaining content.