Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Could someone tell me how to get a register or join link for new users showing up on my frontpage? I've managed to get a custom theme put together pretty well so far with some help from the good people here. I noticed another post from someone having the same problem: http://drupal.org/node/90474. It didn't seem to help me, but then I don't presume to understand it all. Here is a link to my site: http://lifeonilife.com/
I have developed an XML feed using some php code. The XML is generated from an external non-drupal database via a straight database connection, the code is currently held in a single Page node with the input format set to "PHP Code". The output, however, is being formatted via the Theme and I want to prevent that.
I want the PHP Code to be the only output for that page only.
Anybody out there know how to truncate titles displayed in views lists?
I don't think URLFilter.module will work in this case. I tried some CSS overflow properties, but that didn't seem to do the trick either. Ideally, I'd like to be able to set length limits (varying depending upon the view) for clickable titles in lists. If a title is too long (and therefore would wrap down to the next line), it should be truncated and followed by ellipsis.
I also include node listings on my website based on taxonomy terms. It is those listings that don't seem to take the above CSS style rules, even though they appear in the HTML source.