Dear FireBoard users,
In order to further develope the need of Joomla for a robust forum, FireBoard component has been moved to its own new home and new name. You can find more information regarding the Kunena, the successor of FireBoard, at kunena.com. The current forum here will stay for some time more for referencing needs. You can find the FireBoard files under joomlacode.org and other files
Upgrading to Kunena is highly recommended!

Kunena! - To Speak!

A revolution is coming... Kunena - Swahili for: To Speak! THE Next generation of native Joomla based Forum ultra component. Forget what you know about Joomla based forums...
Amazingly Simple Lean and Clean Easier Customization
Kunena is about to redefine the world of Joomla! with the most simplistic ultra component out there. For ultimate performance based on state of the art development techniques, Kunena! is about to bring you... With an integrated plugin system that will allow you to extend Kunena beyond your wildest imaginations...
Additional Info icons with Community Builder
TOPIC: Additional Info icons with Community Builder
#63259
Re:Additional Info icons with Community Builder 3 Years, 4 Months ago  
[b]jaysenjohnson wrote:[/b]
[quote]Ok this is now solved, It helped to have the \"Allow others to view my online/offline status from the web\" option turned on in my privacy settings. :-) What a fool I am. [/quote]

man issue so :laugh:


[b]jaysenjohnson wrote:[/b]
[quote]However, still having the blue box around the icon issue. Seems like this only occurs with the clickable icons.[/quote]

it come from your template css you have to set as you prefer \"a img {\" --> Image link or \"a {\" --> link

/templates/your template/css/template.css

but nothings to do with fireboard ;)
#63272
Re:Additional Info icons with Community Builder 3 Years, 4 Months ago  
To remove borders from images in your CSS add [code]img border=\"0px\"[/code] to it or [code]border=\"0px\"[/code] to any image properties.
#63279
Re:Additional Info icons with Community Builder 3 Years, 4 Months ago  
If its in CSS though you\'d want.

[code]
img
{
border:0;
}[/code]

But maybe this would work also.

[code]
msgsignature.img
{
border:0;
}

[/code]
#63339
Re:Additional Info icons with Community Builder 3 Years, 4 Months ago  
@blakey87

The img css code worked like a charm. No more border. Thanks for the help. B)
Page: 1 ...  8910