I found the path to /modules/imc_alba/imcviews/text_small.gif was mistakenly set to /modules/imc_alba/imcviews/text_small.gif/text_small.gif, causing a broken text icon next to items in the newswire.

This is a simple patch to fix it. I haven't been involved in developing this module so it's possible there's a better solution or explanation.

CommentFileSizeAuthor
imcviews-newswire-item.tpl_.php_.patch381 bytesAnonymous (not verified)

Comments

altern8’s picture

Got the same problem, but i am still unable to trace it to anything. The proposed fix from anonymous5190 barely solves anything cause it is still unable to resolve the URL

http://localhost:8006/?q=sites/all/modules/imc_alba/imcviews/text_small.gif

to the

sites/all/modules/imc_alba/imcviews/text_small.gif

file.

altern8’s picture

Ah my bad, sorry - was kinda newbie in Drupal back then. I was missing the whole friendly URLs thing.