Django based forum engine
0
def handle_data(self, data):
if not self.is_ignored:
data = self.func(data)
self.html.append(data)
Offline
0
Offline
6
Offline
6
Offline
0
Edited Mokona (Aug. 7, 2010 17:02:24)
Offline
0
Mokona
I guess this is because the settings.MEDIA_URL on support.djangobb.org doesn't contain "http://" at the beginning. My MEDIA_URL contains a complete and absolute URL, starting with http://, which contains the smile.
To reproduce the bug, try a complete URL with http:// transport part in MEDIA_URL.
Offline
6
Offline
0
Offline