I just downloaded today the latest version of Drupal from the CVS and my XTemplate theme from my previous version (Drupal 4.6.3) didn't worked anymore. Here is what i did. After i installed the latest version from the CVS i installed the XTemplate engine from the previous version but it looks like it's not working anymore. XTemplate is not supported anymore? I saw that now PHPTemplate is the default theme engine. Is there a way i could fix the xtemplate to work properly?
I am working on a new theme for my website using PHPTemplate. I've built it from the standard template.
Most things I figured out. But there is one thing I just can't find. There are offen used different variable with print. Then those variables have html code which I would like to structure and format.
Greets all, I would like to know if there are any detailed tutorials for phptemplate. I am not a coder but want to use it since it looks like it will be the norm for 4.7. I just installed it and I am using the 'vbulletin plumbing' (http://www.vbulletin.org/forum/showthread.php?t=97341&page=1&pp=15) and would like to know if any one else is using/doing the same with Drupal and Vbulletin and could help give some light on doing so.
Hi! I need to pass the attribute "class="active"" to the primary links in the xtmplate.
I've found function l () in common.inc and 'primary_links' => l(t('edit primary links'), 'admin/themes/settings') in theme.inc that calls the function, but now i don't really see how to pass the attribute, as the function l() passes me always error messages. Any ideas?
I'm running a php-template sistem on 4.6 with clean url on. The problem is this:
on some user of the site the sistem return the not found message for "/taxonomy/term/themes/ThemeName/style.css".
This is strange cause the sistem do not recognize the base url path for stylesheet (and for some template image too). How can i solve this? Using a full path for stylesheet, can be a solution? and how i can do this?
Thanks a lot.