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.
I'm seeing something strange in IE6 (surprise). The first line of the body in many of my pages is indented in IE, but not Firefox. Here's an example HTML output from Drupal:
I run a site (http://www.chinalyst.net) which, in short, is a community based on aggregated blogs using aggregator2.
I seem to have an issue with imported encoding. When importing feeds with certain characters like ' " - or when importing Chinese characters that occasionaly show up in posts, Drupal displays it as a question mark.
Most posts are in English, but the occasional question mark can drive a person insane.
Hi all -- I solved my problem of creating an index page for biography pages using the Views module, and it works great. Now I want to fix the breadcrumb trail.
Here's the deal. All biographies are indexed on the "Member Bios" page. You get the persons name (node name) and the teaser in table format. You can click on the name to go to the individual bio page (taxonomy: "Page Type/member bio").
Is there anyway to change the way content it shown when you traverse content by Taxonomy? As it is now, when I click on a Taxonomy term, I get a Large Blog-esque list of most recent content of that has been tagged by the taxonomy term. How do I go about changing this default view to various lists of content (most recent, most popular, etc). Can the Views module do this for me?
Any help would be much appreciated. I'm starting to lose my mind on this.
Say I want to get the upgrade to the latest module... What's the best way of going about doing this? Do you just extract the module files over the old ones and run update.php?