I have set up my drupal site and it's been up and running fine. The primary language used on its web pages is Korean and the Korean text shows up fine on every page. Although I don't think I explicitly set the encoding setting (besides adding a <meta http-equiv='Content-type' content='text/html; charset=UTF-8'> tag in my page.tpl.php file) I'm assuming the pages were encoded with UTF-8 charset. At least the characters show up fine on my Opera browser only when it's set to UTF-8 encoding.
Hi, I'm needing an RSS feed of all latest forum posts, irrespective of which forum category they've been posted in (or all recent forum posts / "new forum posts" block or something similar?)
I realize each forum has it's own RSS feed, but is there an "overall" forum feed? Or as I mentioned above, a "latest forum posts" RSS feed?
I developed a view that is going to search submitted webforms created by users, but can't find how to attach the view to a page. I want the page to be accessable from the site navigation menue. How do I do this? I'm sure it is just something I'm missing, but I've been looking for hours now and can't figure it out.
Does anyone know of existing code or how to do this:
I'd like a page that shows all the node titles under one term broken out by month and year. For instance, if I have term ORANGE, the page would look like this:
ORANGE
July 2006
This is the first orange article.
This is the second orange article.
August 2006
Wow an August Article
I could then use this as CATEGORY pages for my site. I don't like how Drupal shows the snippets when you click on a category link right now. I'd to just show the title.