I'd like the "report" link to appear at all times.
Would be nice to have this as configurable, (or better yet to make the default behavior like all drupal links, but I won't push my luck on that one.)

Comments

eshta’s picture

How do you think the best way to handle this would be? We could check for a specific css class or something to that effect. It's an awfully detailed item to have within configuration settings...

eshta’s picture

You could actually just do this through CSS:

.mollom-flag {
     display: inline !important;
}
eshta’s picture

Status: Active » Postponed

I've provided a work-around for now. Perhaps we can figure out a new way to handle this during the transition to Drupal 8.

eshta’s picture

Status: Postponed » Closed (won't fix)

Cleaning out the queue - a work-around is provided above.