I'm using phptemplate for theming. On a page with a certain type of node on it, I would like the title displayed a certain way. However, the node type doesn't seem to be available to me in phptemplate. Is this correct? e.g.
I want to put "read more" after the teaser and not together other links. So I lurked this site and after some tries I get the following code (i use php template on drupal 4.6):
the only problem I found till now is that "read more" is put in ALL event nodes even if there is nothing else to show (you can look here, the site is in italian "read more" is "leggi tutto").
Cheers, Aress
Does anybody know where I can get the theme/template for the theme being used on Drupal.org, Ubuntu.com, Kubuntu.org, etc?
The theme with the Tabs at one right side and the logo on the left at the top... the one that drupal.org uses...
Hi
Does anybody know where I can get the theme on default.org with the tabs, etc. I have seen it on Ubuntu and Kubuntu's webistes and here. (probably because (K)ubuntu uses drupal for thier website).
What is the name of this theme and where can I get it from?
Thanks.
~Wuzzie
Finally sat down and ironed out all the problems with the BlueSmoke theme (world famous, of course ... you never heard of it?). Converted to phptemplate, all known bugs fixed! Works fine with 4.5 and phptemplate installed in engines dir.
Have requested project and development stuff at Drupal . Org but not readyfor us to upload it here yet. Soon we hope. Don't wanna make anyone wait so it is available at
i recently upgraded my Drupal 4.5.2 installation to Druapl 4.6.
I use PHP-Template for my self built template. After installing the latest version from the CVS, I put my own theme back into the themes folder and activated it via the admin pages.
Now I do get the following error above all pages:
warning: Missing argument 1 for theme_help() in *drupal*/includes/theme.inc on line 35.
The theme went perfectly smooth with my 4.5.2 installation. I allready looked at line 35 in 'theme.inc',
function theme_help($section) {
switch ($section) {
case 'admin/themes#description':
return t('The base theme');
}
}
but this didn't really give me the clue as I'm not a coder myself. So, where should I seek to solve the problem? Any hints are highly appreciated.