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

dsp1’s picture

FYI, the link does not work. I also use i18n module. This new feature may not be compatible with i18n.

codepoet’s picture

It'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.

codepoet’s picture

Thinking 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...

nancydru’s picture

Assigned: Unassigned » nancydru

The view link can now be disabled by leaving the field in the settings form blank. I'm looking at the other problem.

nancydru’s picture

All 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.

dsp1’s picture

blanking 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.

nancydru’s picture

The modified code won't be there until around midnight GMT, which is coming up shortly.

dsp1’s picture

thank you for the quick fix.

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

Did that fix it?

dsp1’s picture

Status: Postponed (maintainer needs more info) » Fixed

yes, thank you.

nancydru’s picture

Status: Fixed » Closed (fixed)