I've customized the garland theme but I have problems with variables.
I have a image_gallery.tpl.php and there are 2 relevant Variables $galleries and $images.
If i add the following debug entries into this php file i get some output.
See http://evildad.dyndns.org/drupal/?q=en/image/tid/1
I've never come across a class name with a space in it (I actually thought that was invalid). Such being the case I don't understand how to apply css to that class.
Is there a way to get better class names? Or is there actually a way in css to apply styles to such a class title?
Using 5.x and I want to get rid of all the default themes so they don't confuse the client when they play around in the backend. I deleted each of the themes in the 'themes' directory, but this still didn't get of the themes from the blocks page. So if I go to http://mydrupalsite.com/admin/build/block, I can change block settings for all the old themes even though their directories have been deleted which should not be. I don't want the client to be confused by the settings for bluemarine, garland, etc...
I made some custom node-custom.tpl.php files and there I have links for my users to edit the node type from that page.
But I can not figure it out how to hide these links for anonymos users.
I tryed it with a if statement but it did not work.
In a user's blog list (where there are snippets of each blog entry with links to display the node) there are two links: Add new comment and Read more.
I would like to remve the Add new comment from this listing so that they can only add comments after they have clicked on the Read more link and are viewing the node.
I have been unable to find where I can make that change. Can anyone point me in the right direction? I am using my own custom theme which started from blue marine (very few modifications so far).
i am trying to use the gallery sidebar on the rijght side of drupal and it works on the main actions, but if i enter the ItemAdmin template the action links disapear from the block on left side and swithes inside gallery.
how can i make it stay on the left side of drupal.
here is the code i think envolved: from ItemAdmin.tpl