Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Adding HTML code to forum description (1 viewing) (1) Guest
TOPIC: Adding HTML code to forum description
#52646
Adding HTML code to forum description 6 Months, 2 Weeks ago  
I'd like to know how to add an image to forum description?
shall I use html code or bbcode?
THanks
MGadAllah (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/06/27 23:50 By MGadAllah.
 
 
#52682
Re:Adding HTML code to forum description 6 Months, 2 Weeks ago  
is it really slow responding or i am rushing things?
MGadAllah (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#52692
Re:Adding HTML code to forum description 6 Months, 2 Weeks ago  
A gentle reminder please
MGadAllah (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#52693
Re:Adding HTML code to forum description 6 Months, 2 Weeks ago  
MGadAllah wrote:
I'd like to know how to add an image to forum description?
shall I use html code or bbcode?
THanks


You can you html code. I added <b>,...<img>, they work.

Please try before asking!
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&amp;id=282#282
 
 
#52696
Re:Adding HTML code to forum description 6 Months, 2 Weeks ago  
Thanks but I am trying the following code but nothing working
Code:

<table border="0"> <tr> <td><img src="Image Url Here"</td> <td>Forum Discretion here</td></tr> </table>

Also I'd like to ask how did you made the icons for the different categories looks like that in your forum?
Thanks
MGadAllah (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/06/29 01:09 By MGadAllah.
 
 
#52733
Re:Adding HTML code to forum description 6 Months, 1 Week ago  
This TAG will work: <img src="Image Url Here"/>
I tested with B, I, U and img tags it works.
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&amp;id=282#282
 
 
#52734
Re:Adding HTML code to forum description 6 Months, 1 Week ago  
MGadAllah wrote:
Thanks but I am trying the following code but nothing working
Code:

<table border="0"> <tr> <td><img src="Image Url Here"</td> <td>Forum Discretion here</td></tr> </table>

Also I'd like to ask how did you made the icons for the different categories looks like that in your forum?
Thanks


there one post tell you how to add icon for each categories looks like the forum.
Let use Google to find.

Here is the tip: for example for Category with id = 12. You should put these images
Joomla root/images/fbfiles/category_images/12_on.gif - New post(s)
Joomla root/images/fbfiles/category_images/12_off.gif - No new post (s)
Joomla root/images/fbfiles/category_images/12_notlogin.gif - Not logged in
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&amp;id=282#282
 
 
#52905
Re:Adding HTML code to forum description 6 Months, 1 Week ago  
Use HTML:

Code:

<a href="http://s92.photobucket.com/albums/l19/cfernandes1969/icons/?action=view&current=237de979.png" target="_blank"><img src="http://i92.photobucket.com/albums/l19/cfernandes1969/icons/237de979.png" border="0" alt="Photobucket"></a>
cfernandes (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#61045
Re:Adding HTML code to forum description 2 Months, 1 Week ago  
viet4777 wrote:
MGadAllah wrote:
Thanks but I am trying the following code but nothing working
Code:

<table border="0"> <tr> <td><img src="Image Url Here"</td> <td>Forum Discretion here</td></tr> </table>

Also I'd like to ask how did you made the icons for the different categories looks like that in your forum?
Thanks


there one post tell you how to add icon for each categories looks like the forum.
Let use Google to find.

Here is the tip: for example for Category with id = 12. You should put these images
Joomla root/images/fbfiles/category_images/12_on.gif - New post(s)
Joomla root/images/fbfiles/category_images/12_off.gif - No new post (s)
Joomla root/images/fbfiles/category_images/12_notlogin.gif - Not logged in


Hello there
Please can you tell me how can I display the images for the categories in a .png format instead of the .gif format ?

Thanks
MGadAllah (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top