Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Testing the new parser engine (1 viewing) (1) Guest
Go to bottom Favoured: 2
TOPIC: Testing the new parser engine
#32643
Testing the new parser engine 11 Months, 4 Weeks ago  
Hey All,

Since yesterday we have a new PARSER engine for BBCODE which took a long time to code and implement. Most of the applause goes to Miro for his great library.

So what it brings to you is a nice and neat and super powerful parsing library which I implemented into the core fireboard and now it is running on this site as well.

At bottom of this code I will post some of its examples. Please test it through (and I also will add it to SVN asap) and help us to improve it.

Cheers,
Danial
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
 
Best Of Joomla Team
FireBoard Project Manager
 
The administrator has disabled public write access.  
#32644
Re:Testing the new parser engine 11 Months, 4 Weeks ago  
I'm pretty impressed by what I've seen so far. I think MOST will be happy.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#32647
Re:Testing the new parser engine 11 Months, 4 Weeks ago  
There is a glitch in HTML part which im working on it now.
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
 
Best Of Joomla Team
FireBoard Project Manager
 
The administrator has disabled public write access.  
#32687
Re:Testing the new parser engine 11 Months, 4 Weeks ago  


I'm not sure what exactly you guys are working on but I wish you the best!

The main reason I opted out of bbcode for my modded fireboard site was that for non-veteran posters, the tags bbcode inserts into your post as you type can look really confusing. So what I did was I put a wysiwyg "front," with bbcode still running behind it so experienced users can still use the [code] tag among others.

If you can make the fireboard bbcode update the formatting of a post in realtime, I'd consider switching back.

Cheers,
Gom
[url=http://www.gossper.com]Gossper.com[/url]
gomjabbar (User)
Senior Boarder
Posts: 112
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Gossper - One Forum to Rule Them All
 
The administrator has disabled public write access.  
#32691
Re:Testing the new parser engine 11 Months, 4 Weeks ago  
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#32692
Re:Testing the new parser engine 11 Months, 4 Weeks ago  
Smileys broken.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#32718
Re:Testing the new parser engine 11 Months, 4 Weeks ago  
manhag (User)
Junior Boarder
Posts: 83
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
idont hate a fireboard moderator

karma [size=4][color=#c0c9c0][u][url=www.bestofjoomla.com/component/option,co...rease/userid,897/pid
 
The administrator has disabled public write access.  
#32793
Re:Testing the new parser engine 11 Months, 3 Weeks ago  
Call me dumb but I see the same parser as always
johnnydement (Moderator)
FB Quality & Testing Team
Moderator
Posts: 418
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
The administrator has disabled public write access.  
#32800
Re:Testing the new parser engine 11 Months, 3 Weeks ago  
Let's see.
Some PHP
[code:1]



en-us








Powered by fireboard


fb_rsspower.gif





88




subject)) . " - " . _GEN_BY . ": " . stripslashes(htmlspecialchars($row->name)) . "" . "n"«»);
echo "";

if ($mosConfig_sef == "1"«») {
echo sefRelToAbs(JB_LIVEURLREL . "&func=view&id=" . $row->id . "&catid=" . $row->catid);
}
else {
echo $mosConfig_live_site . "/index.php?option=com_fireboard" . FB_FB_ITEMID_SUFFIX . "&func=view&id=" . $row->id . "&catid=" . $row->catid;
}

echo "n";
$words = $row->message;
$words = smile::«»purify($words);
echo ("" . substr($words, 0, 512) . "..." . "n"«»);
echo ("" . "n"«»);
}
?>[/code:1]

Some javascript.
[code:1]

/*
Live Clock Script-
By Mark Plachetta ( This e-mail address is being protected from spam bots, you need JavaScript enabled to view it ©) based on code from DynamicDrive.com
For full source code, 100's more DHTML scripts, and Terms Of Use,
visit http://www.dynamicdrive.com
*/

[/code:1]
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#32801
Re:Testing the new parser engine 11 Months, 3 Weeks ago  
Hmm. It's not as good as when Danial does it. Possibly I'm doing something wrong.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
Go to top