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.
In the views-list-MY_VIEW.tpl.php file created by the Views theme wizard, there are variables that can be used like:
$field_MY_FIELD_1_value;
$field_MY_FIELD_2_value;
The default template works great. Then when I tried to change the string and add some of my own stuff, I found that actually these variables have <p> tags before/after the actual field value.
For example, if the value of my "title" field is "First test", the actual value of the variable is "<p>First test</p>".
I'm adding links to my Primary Links menu, but I would like one of the links to open a new browser window. How do I do that? Any help would be greatly apreciated.
Does anyone know where/how to edit the footer in a simplenews newsletter. I've installed it, and have sent several test drafts and so far everying works great except I'm getting a "-- Footer will be appended here" message.
Probably very simple, but I can't find it for the life of me.