The edit, delete, etc... images do not always appear.
The images appear when I am in [www.mysite.com/], and [www.mysite.com/something]. But if the url goes farther than that, the images break and do not appear, ex. [www.mysite.com/something/somethingelse]

I hope that is not confusing.

Comments

disterics’s picture

Assigned: Unassigned » disterics

You are totally right. However this only happens if you are using clean urls.
I missed it before because I did not have clean urls enabled.
Will research and fix it over the weekend.

Henry

disterics’s picture

Status: Active » Fixed

Fixed in both HEAD and 5.x-dev

MikeyGYSE’s picture

Status: Fixed » Active

I'm still having this problem with the most recent version of the module.

http://www.gyse.org.uk/screengrab/screen1.png - Shows images working

http://www.gyse.org.uk/screengrab/screen2.png - Shows images not working

Hope there is a solution.

disterics’s picture

@Mikey: are you using the latest dev ?

TinTin_Pinguin’s picture

Title: Images not shown all the time » Images not shown all the time - updated report

Yes, using the latest dev module (2007-Mar-23), the images are shown only in frontpage.
In any other page, they look like this:
http://w4.paragliders.ro/blog/sites/all/modules/shoutbox/icon_edit.gif
As you can see, the "/blog" must be not there, right ? :P
I think that "drupal_get_path" function is somehow fooled by the clean_url option.

Hope this will enlighten.

TinTin_Pinguin’s picture

Title: Images not shown all the time - updated report » Images not shown all the time - updated report -- Oops, mea culpa

Oops, the last dev version is fixed, my bad.
The new " base_path() . drupal_get_path('module', 'shoutbox')" done the trick.
I think the bug may find his closure.

Thanks,
TinTin

disterics’s picture

Status: Active » Fixed

Marking as fixed. Will close with the next release.

Anonymous’s picture

Status: Fixed » Closed (fixed)