this module is awesome! how do I include the "more" or "view all" links like you've done on spin.com? i've tried page instead of embed with the more link in the view. no luck.

thanks!

Comments

light-blue’s picture

I must be doing something wrong, but I can't figure it out...

After doing some research, I understand that I can theme the Read More or More link with a page view of type Teaser, but others on http://www.katbailey.net/demo/testview1 have created blocks showing "More" which links to the view.

Alternate solution: use mini-panels to create a block and quicktabs to show it, which provides some amazing flexibility, like multiple More links and *multiple views* per tab, each with their own More link. But, does spin.com use mini-panels or quicktabs for that effect?

Thanks! This module is super powerful...

Mani22’s picture

I am stuck with the same problem, is there a simple way to enable a "View More" link, Thanks

blackdog’s picture

Status: Active » Postponed (maintainer needs more info)

If you change the View build type to block instead of embed, the 'more' link should appear.

tooFATforBUTTer’s picture

I tried to enable the "More" link by setting the build type to "block" within the quicktab configuration. It still did not display the link at the bottom of the block. The only customization I have made to the quicktab DOM structure was to use some JS to rebuild the structure of the top tabs, allowing for styling that matched the rest of our site. I don't think that would effect the aggregation of the content within the block though.

Alternatively, you can hard code the "More" link into the "footer" of the "block" section of the view. The downsides to this all revolve around the loss of dynamically built navigation, but it will work.

Any other suggestions that might restore the initial functionality between quicktabs and views?

blackdog’s picture

A 'more' link should appear if the view provides a block and a page view. There shouldn't be any need for you to hard code it.

blackdog’s picture

Status: Postponed (maintainer needs more info) » Fixed

Seems fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

zdean’s picture

not sure if you still need help with this, but here's how I got mine to work:

1. save the view you create as a "block"
2. insert the "block" of the view into quicktabs (build type = "block") instead of the "view" itself

this should allow links, etc to appear. What was causing me the problem was inserting the view itself into the quicktabs block...

hope that helps.