2014-08-21, 10:57 PM
(This post was last modified: 2014-08-22, 06:25 PM by Firestryke31.)
Normally this would not be a problem. However I'm building a forum where I've kind of beaten MyBB's URL structure into submission via mod_rewrite and it kind of breaks things being loaded relatively when the page tries to load images from example.com/custompage/addthing/images/smilies/smile.gif (which is not correct). Loading the images from {$mybb->settings['bburl']}/images/smilies/smile.gif (or whatever the JS equivalent is) would fix this due to being an absolute URL.
If for whatever reason this won't be done I'm going to have fun trying to figure out how to hack around this...
On an unrelated note, the means by which I had to do this URL beating is horrible and fragile and belongs on TDWTF but was the only way I could think of to globally format the links for MyBB because there isn't really any other way.
If for whatever reason this won't be done I'm going to have fun trying to figure out how to hack around this...
On an unrelated note, the means by which I had to do this URL beating is horrible and fragile and belongs on TDWTF but was the only way I could think of to globally format the links for MyBB because there isn't really any other way.