I have created couple of content types and used different vocabulary in different content types in my website.

I have used view module to for the list of nodes and it looks like the following.

http://www.noticeboard4u.com/london/property

I used content template module for a single node view and it looks like following link.

http://www.noticeboard4u.com/node/28

The 1st problem is In the single node view the link of taxonomy term is displayed under the name of the node. If user clicks on those link it takes user to a page where the list of all node under that term is displaying but the view of that list not well organised.

Is there any way I can customise the view of the page where the list of all term is displaying?

Or

How can I remove the link of the taxonomy term from the node ? ( preferably without touching the code)

My second problem is related to view module. As I told I created the list of node using view module like http://www.noticeboard4u.com/london/property
While creating the view I found the option that how many items will be displayed on that page. I can set a limit or it can be unlimited. If I want to display the latest 20 item in one page it will display the latest 20 item and the previous items will not be shown. And if set unlimited the page height will be long and long with new new entries.

I want to display 20 item in 1st page and the previous 20 item in next page and the previous/next page links will be in the bottom of the page. How can I do that with view? (because with view I can customise the looking of the list.)

Please help me to find the solutions.

Thanks

Comments

aac’s picture

Is there any way I can customise the view of the page where the list of all term is displaying?

Yes! you can customize the taxonomy term listing page using views. Create a "page type" node view for latest post for particular content type and make "taxonomy term id" as argument. Now provide a path for this page view like "taxonomy/term/%", where % repesents taxonomy term id. This page view will override the default taxonomy listing page. Now you can customize the layout of this view.

I want to display 20 item in 1st page and the previous 20 item in next page and the previous/next page links will be in the bottom of the page. How can I do that with view? (because with view I can customise the looking of the list.)

Make pager : yes for the view, you will get the desired result.

---~~~***~~~---
aac

bashabi’s picture

Thanks..

That works nicely

aac’s picture

You can also use http://drupal.org/project/views_tpo module for taxonomy term path overiding.
Thanks!!

---~~~***~~~---
aac