Closed (fixed)
Project:
Quotes
Version:
6.x-1.40
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
10 Mar 2010 at 18:51 UTC
Updated:
30 Aug 2010 at 02:40 UTC
I'm sorry if this is a duplicate, but I couldn't find a solution to this:
I need to remove the "Quotes Page" and "By Author" links at the top of the Quotes page display. I am using the module for client testimonials and don't need to display quotes by author.
Thanks in advance for any help!
Comments
Comment #1
ctmattice1 commentedInstead of using the quotes page try setting up a quotes block.
Look at the quotes settings page to determine what options you want and to setup you block or blocks. Then enable them in the blocks module.
Comment #2
mgladding commentedI have a block on the homepage displaying a randomly generated testimonial (works perfectly!) But my client wants the block to link to all the testimonials. Perhaps I could create a separate view for the page display?
Comment #3
secretwep commentedmg,
I was also having the same problem and looked everywhere to switch this behavior off. I had already entered a fair number of testimonials and I didn't want to re-do this functionality and data in CCK and Views.
I was able to circumvent the problem in an unadulterated, non-future proof hacking sort of way by removing the following from the quotes.module file found in the modules/quotes directory:
-john
Comment #4
spidersilk commentedFor a CSS-based solution, add the following to your theme's stylesheet:
Still kind of kludgy, I know, but at least it won't be overwritten when the module's upgraded.
A custom view is probably a better solution, but more work.
Really, it would be better if the next version of the module included the ability to disable the tabs in the settings. Pretty please, oh mighty module maintainers? :-)
Comment #5
nancydruCommitted to 6.x-1.x-dev. There is now a setting to turn off the quick nav tabs.