I am new to Drupal and I am in the process of making a theme. I see that drupal loads 95870948723 .css files for modules..
IS there anyway to avoid this?
I'm using the links bundle to aggregate links to other web sites. The default way of presenting a weblink has the title at the top and clicking on this brings you to the node on my site. There is a link at the bottom which is part of $links that brings you to the remote site. I want the title to link to the remote site e.g. similar to how nodes are presented on slashdot.
Anyone done this before or know how to do it?
The links table has a field for url and link_title but I can't figure out how to access them from within my phptemplate theme.
This is in relation to the node.tpl.php file. As you will notice, i have edited this file to create the orange boxes you see in the teasers and in the main articles after clicking 'read more'
I have had a look on the forums and people have suggested to leave this file alone - i think i now realise why.
Do you know sth like nice menu - a module to make a drop-down menu but for Drupal v. 5?
Maybe i`ll update my version but don`t know if it will be working...