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
TOPIC: Re:Code display error
#32017
Code display error 1 Year, 1 Month ago  
Hi..I create an html and php tutorial in my forum, the problem is when i insert the html code for displaying and example, they don't want show up. They just disappear. Although when i put "code" tag also not working...

I got trouble when typing the html code in the text area

I notice same problem arise here when to typing html code , they don't want to display.
See when I'm using [code:1][code:1][/code:1][/code:1] tag

So the problem is cannot insert html code for [b]displaying[/b] at this board?
zalnet (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/24 05:24 By zalnet.
 
 
#32620
Re:Code display error 1 Year, 1 Month ago  
I have the same problem, bit strange aye. I think i will just have to post a screen shot of the text.
xmamx (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#32667
Re:Code display error 1 Year, 1 Month ago  
let's see if we have the same problem here too:

Code:


<div class="fb_message_editMarkUp_cover">
<span class="fb_message_editMarkUp" >Last Edit: 2007/11/24 06:24 By zalnet.
</span>
</div>



Not bad, eh? we have it even highlighted

ps. you are right. this was a major bug in the current version, which as you see we have tried to close it. try it (on this forums) and let us know if it works
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Last Edit: 2007/11/29 20:03 By danialt.
 
Best Of Joomla Team
FireBoard Project Manager
 
 
#32705
Re:Code display error 1 Year, 1 Month ago  
Just going to test it as i had the issue on this forum not mine:

I will attach the code in a text file incase it doesnt work.

Here is the code:


Code:


Userlist.php - fixed formating of page:
Removed extra table tags and removed {} tags. 

com_fireboardtemplatedefaultpluginuserlistuserlist.php

Before:

612     <!-- Finish: Listing -->
613     </td>
614
615     </tr>
616
617     </tbody>
618
619     </table>
620 </div>


645    <?php
646    //(JJ) FINISH: CAT LIST BOTTOM
647    if ($fbConfig['enableForumJump']) {
648    require_once(JB_ABSSOURCESPATH . 'fb_forumjump.php');
649    }
650    ?>


After:

612     <!-- Finish: Listing -->
613     
614
615     
616
617     
618
619     
620 </div>


645    <?php
646    //(JJ) FINISH: CAT LIST BOTTOM
647    if ($fbConfig['enableForumJump']) 
648    require_once(JB_ABSSOURCESPATH . 'fb_forumjump.php');
649                     
650    ?>

File Attachment:
File Name: Things_fixed-7c185236d18d3bdb4371a40df95a8a7f.txt
File Size: 788
xmamx (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#32706
Re:Code display error 1 Year, 1 Month ago  
Sweet it works now. Did you have to change much in your forum? is there much code to change etc.
xmamx (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#32714
Re:Code display error 1 Year, 1 Month ago  
testing

Code:

<html><head><title>testing</title></head></html>
zalnet (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#32716
Re:Code display error 1 Year, 1 Month ago  
It works now, so what am I going to do fix the bugs at my already installed fireboard forum?
zalnet (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#33155
Re:Code display error 1 Year, 1 Month ago  
its broken again
xmamx (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#49253
Re:Code display error 8 Months, 2 Weeks ago  
Has anyone resolved this issue? My Fireboard Forum is doing the same. Will not display code (html, php, css, etc) with the bbcode function.

Example:
Code:

[code]<html>, <?php ?>, css, etc... codes will not display in Fireboard Forum on my site using the bbcode [code] 
[/code]
allmichael (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top