Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I can't find this new option in the quote block, there is a --- Block "View" link text: --- field but entering text or leaving it blank does not make any difference and the titles still have links.
Comments
Comment #1
pitxels commentedI already tried theming the quotes node and the block, but this approach don't cover the nodes displayed in the block.
Any idea?
Comment #2
pitxels commentedI found the quick solution in the dark side of the force:
in quotes.module find:
and replace it with:
Not elegant but works
Comment #3
nancydruAhh, the Dark Side, indeed. Without check_plain, you have opened your site up to XSS attacks.
Comment #4
nancydruCommitted to both branches. It is now a block setting.
Comment #5
pitxels commentedThanks this module is great,
I can't find this new option in the quote block, there is a --- Block "View" link text: --- field but entering text or leaving it blank does not make any difference and the titles still have links.
Please advice.
Thanks
Comment #6
pitxels commentedI imagine something like this should be in the code:
Comment #7
nancydruThis will be in the next -dev release. -dev releases roll out at approximately Noon and Midnight GMT.
Yes the code looks like that.