1
           
            
                
     
    
    I have XOOPS 2.5.1 installed, with the pbboard mod (integrates PHPbb 2.0.6 into Xoop) With this mod the boards use the Xoop smiles table, and everything is working quite well, *except* on the forms used to add news and such. 
For some of the smiles I get a malformed URL on the actual posting for the image file.
Right clicking on the RedX I see http
![]()
For the Address portion it shows 
http://mountianshire.net/modules/news/http![]()
Ive checked to make sure the files all exist where they belong and permissions are correct. Smiles all work great on the boards.
When it adds a smile correctly Im getting 
http://mountainshire.net/uploads/smileyfilename.gifOK Ive tracked the issue down to the 
text sanitzer, but I cant seem to figure out why some are working and some arent is this file documented in detail somewhere?
Im about to just rip out the textarea editor and slap in htmlarea from 
http://www.interactivetools.com/products/htmlarea/ just so it doesnt use the sanitzer (and htmlarea looks really cool)