Needs review
Project:
Indymedia IMC Alba
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Anonymous (not verified)
Created:
11 Sep 2008 at 00:50 UTC
Updated:
23 Oct 2022 at 12:25 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| imcviews-newswire-item.tpl_.php_.patch | 381 bytes | Anonymous (not verified) |
Comments
Comment #1
altern8 commentedGot 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.
Comment #2
altern8 commentedAh my bad, sorry - was kinda newbie in Drupal back then. I was missing the whole friendly URLs thing.