Lost Password? Register
  • Narrow screen resolution
  • Wide screen resolution
  • Auto width resolution
  • Increase font size
  • Decrease font size
  • Default font size
  • default color
  • red color
  • green color
Member Area

Web Code

Home arrow Joomla arrow Joomla components arrow Prevent backslashes from getting filtered in FireBoard posts
Prevent backslashes from getting filtered in FireBoard posts PDF Print E-mail
Written by Administrator   
Tuesday, 25 March 2008

If you see that every link you wrote in a Fireboard forum is getting stripped of its backslashes, its done for some security issues.

I like it when you can see backslashes in URLs, but that's just me.

If you want to bring them back, do this:

Find the file: [JOOMLA SITE FOLDER]/components/com_fireboard/template/default/view.php

Replace this line: $fb_message_txt = stripslashes(smile::smileReplace($fb_message_txt, 0, $fbConfig['disemoticons'], $smileyList));

With this line: $fb_message_txt = smile::smileReplace($fb_message_txt, 0, $fbConfig['disemoticons'], $smileyList);

 

Thats it, problem solved.

(This solution was discovered by Raghu Veer from http://www.securitywonks.net/)


Related Items:





Reddit!Del.icio.us!Facebook!Slashdot!Technorati!StumbleUpon!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!

Add as favourites (48) | Quote this article on your site | Views: 440

Be first to comment this article

Write Comment
Name:
Title:
Comment:

Code:* Code

Last Updated ( Tuesday, 25 March 2008 )
 
< Prev   Next >