So basically I see that the default way of inputting a forum post is using the node editor like you would use to make or edit a page, and its horribly complicated for users to use and/ IMO its really ugly for that sort of use. is there a way to use views/cck/something to create a new form or is there a replacement that's recommended?
Question about locating and editing the HTML/PHP code for the theme (Zen) menus. I know how to apply css to the menus but what I don't know is how to place characters between the
tags in the menu.
For example, I have a menu on the website featuring
HOME / EVENTS / CONTACTS
Where can I customize the menu to place "/" between the
tags?
Anyone know of any tutorials or where to search in the core?
I have a view listings products at /products. Each 'product' content type is tagged with tags from the taxonomy vocabulary 'colors'.
The view takes in arguments in order to filter by color, like so /products/[term:name].
I've created two URL alias patterns:
1. For the 'product' content type: /products/[node:title]
2. For the 'colors' vocabulary: /colors/[term:name]