I show quotes in a block only. No user can add quotes.
Is this a new feature? It displays over my quote as "en/View" I need to turn off this.
<div class="quote_view_link">en/<a href="/~ddp/drupal/?q=en/content-5">View</a></div>
I show quotes in a block only. No user can add quotes.
Is this a new feature? It displays over my quote as "en/View" I need to turn off this.
<div class="quote_view_link">en/<a href="/~ddp/drupal/?q=en/content-5">View</a></div>
Comments
Comment #1
dsp1 commentedFYI, the link does not work. I also use i18n module. This new feature may not be compatible with i18n.
Comment #2
codepoet commentedIt's more than that. I use this in a similar way and had to go back to 1.1 on hopelessgeek.com. I show the blocks without a block header in the layout of the page and when I went to 1.2 I got nothing but "View" links instead of the actual quotes. That's kind of useless for a block of this nature.
How do I turn off the "View" link and get the quote back in the block? That was the whole reason I was using this.
Comment #3
codepoet commentedThinking this was related to http://drupal.org/node/189285 I turned comments off for all the quotes. Now my quote blocks are perfectly empty.
All my quotes have a title and a quote, but lack an author or citation. It appears that the code is using the "teaser" version of the quote, but I would think such things would be included in that since "My quotes" still works.
Something's up...
Comment #4
nancydruThe view link can now be disabled by leaving the field in the settings form blank. I'm looking at the other problem.
Comment #5
nancydruAll my quotes have authors, but I did turn off comments and my blocks are displaying correctly. I don't see anything in the code that would make the body not display if there is no author.
I'll get back to this a few hours, I have somewhere I have to go.
Comment #6
dsp1 commentedblanking the "Block "View" link text:" in admin, now shows "en/" printed over the quote block.
<div class="quote_view_link">en/<a href="/~ddp/drupal/?q=en/content-0"></a></div>this code should not print if Block View link is blank.
my quotes show fine except for the above issue.
i show one random quote in a block on the front page.
each quote has a Quote and Author, but no Title or Citation.
i have comments disabled for Quotes type.
Comment #7
nancydruThe modified code won't be there until around midnight GMT, which is coming up shortly.
Comment #8
dsp1 commentedthank you for the quick fix.
Comment #9
nancydruDid that fix it?
Comment #10
dsp1 commentedyes, thank you.
Comment #11
nancydru