Question about views: I have a bunch of nodes that I want sorted by first letter of Title. So, I created a page view, added a filter by taxonomy and added Title for the arguments. It's set to "Display All Values" and Option to "1".

So now, I can do /view/a, and it'll display all nodes with Title that start with A and is categorized by the taxonomy I set. HOWEVER, when I try to click on the nodes listed in that view, it links with the view name instead of just the node alias. Example: the node can be accessed by /test-node. However, when I look at that view, the node is linked as /view/test-node...

Does that make sense? I think his has something to do with the "alphabetizing" but I couldn't find anything else that made sense to me. The rest of it was a lot of code that I don't comprehend yet. Please advise. Thanks!

Comments

xxparanormalxx’s picture

I figured it out. It had to do with my custom theming. I created a views for list and wasn't referencing correctly. I forgot the "/" in the URL...eg, Only local images are allowed. code"> as opposed to Only local images are allowed. code">. My bad. Thanks anyway!