Monday, October 6, 2008

Fireboard's user list display bug

Fireboard is a very nice Joomla Forum component. I installed that component in many community websites. I didn’t know that there is a bug in user list display until a client report me that the display is in mess if they view user list of the forum.

I tried to find solution to solve that problem in Google but I didn't find any. When I view the code generated by that user list page, I found some extra HTML tag.

The solution I found was removing the extra table tag from following file
/components/com_fireboard/template/default/plugin/userlist/userlist.php

Edit the file and find around line number 625.

Remove 4 line (4 table closing tags) as below picture:



Hope this will help you if you are facing same problem with mine.

1 comments:

author said...

Thanks for your solution!

It was hard to find it by myself/