Closed (fixed)
Project:
Chatblock
Version:
5.x-1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 May 2007 at 21:17 UTC
Updated:
8 May 2007 at 18:57 UTC
Hi. On my site: Drupal 5 on root
I can't see any images as smileys.
I check html code and see:
<img src="modules/chatblock/images/eh.gif" alt=":eh:">
That isn't showed on page.
But adding "/" in front of image url
<img src="/modules/chatblock/images/eh.gif" alt=":eh:">
Images are now showed on pages
So I patch code:
function chatblock_filter_message($message) {
$url = '/'.drupal_get_path('module', 'chatblock');and
function chatblock_help_page() {
$output = '';
$url = '/'.drupal_get_path('module', 'chatblock');
Comments
Comment #1
dwees commentedGood spotting this error, it is now rolled into the most recent version which can be downloaded in about 12 hours or so.
Dave
May 6th, 2007