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...
1.0.5RC1 uploaded and published
TOPIC: 1.0.5RC1 uploaded and published
#59718
Re:1.0.5RC1 uploaded and published 3 Years, 7 Months ago  
[b]blasturd wrote:[/b]
[quote][b]fxstein wrote:[/b]
[quote]Ok guys - here is the just of the CODE tag issue:

Fireboard has a feature that does code highlighting that defaults to PHP code. It is a java script that is turned on and goes over the code segment and does its job. All the Folks that post PHP code sniplets really like that. BTW if you look at that prior code segment that contains the guitar riffs with Safari (which does not support the code highlighting) it looks perfectly fine as intended.

The issue is that the CODE tags are being used for all kinds of other stuff - non programming code related.

There are two options to go about this:

1.) re-activate the noparse tag to be used instead of code for these things. Same logic as code but without any highlighting.
2.) Add a configuration setting to en- or dis-able the code highlighting engine.

I think Nr.2 is the better approach, as it will eliminate the java script download for all these sites that never post and programming code to begin with.[/quote]

Thank you, I get it now.

Yeah, I\'d like the option of turning off the highlighting engine. That would be perfect.

I suppose, for now, I can rem out the javascript?[/quote]

This feature has been added to FB 1.0.5 and will be in 1.0.5RC2
#59724
Re:1.0.5RC1 uploaded and published 3 Years, 7 Months ago  
[b]jerry wrote:[/b]
[quote][b]jerry wrote:[/b]
[quote]Latest update of fireboard doesn\'t generate RSS feed with all posts in time.
I think your query isn\'t correct, [url=http://www.bestofjoomla.com/component/option,com_fireboard/Itemid,38/func,view/catid,9/id,59172/#59368]look at my suggestion[/url] (you need to include whole message text and so on, cause it\'s purpose is an example for latestposts module).[/quote]
Correct SQL should be:
[code]SELECT l.id AS lastpostid, l.time AS lastposttime, l.thread, count(m.id) AS numberposts, l.subject, l.userid, l.name AS lastpostname, l.catid, l.catname, l.message AS lastpostmessage FROM jos_fb_messages AS m,
(SELECT m.time, m.thread, m.id, m.catid, m.userid, m.name, m.subject, c.name AS catname, t.message AS message FROM
jos_fb_messages AS m, jos_fb_categories AS c, jos_fb_messages_text as t WHERE m.id = t.mesid AND m.catid = c.id AND c.published = 1 AND c.pub_access <= 0 AND m.hold = 0 AND m.moved = 0 ORDER BY m.time DESC LIMIT 0, 100) AS l
WHERE l.time >= m.time AND l.thread=m.thread AND m.hold = 0 AND m.moved = 0 GROUP BY l.time ORDER BY l.time DESC[/code][/quote]

I went over your logic again, as I am about to enable both by thread and by post RSS feeds (backend config setting)
You SQL contains an incorrect GROUP BY l.time. This will cause problems with posts, that happened at the exact same time. You have to replace it with GROUP BY l.id to make is fail safe.

Hope this helps!
#59726
Re:1.0.5RC1 uploaded and published 3 Years, 7 Months ago  
[b]jerry wrote:[/b]
[quote][b]jerry wrote:[/b]
[quote]Latest update of fireboard doesn\'t generate RSS feed with all posts in time.
I think your query isn\'t correct, [url=http://www.bestofjoomla.com/component/option,com_fireboard/Itemid,38/func,view/catid,9/id,59172/#59368]look at my suggestion[/url] (you need to include whole message text and so on, cause it\'s purpose is an example for latestposts module).[/quote]
Correct SQL should be:
[code]SELECT l.id AS lastpostid, l.time AS lastposttime, l.thread, count(m.id) AS numberposts, l.subject, l.userid, l.name AS lastpostname, l.catid, l.catname, l.message AS lastpostmessage FROM jos_fb_messages AS m,
(SELECT m.time, m.thread, m.id, m.catid, m.userid, m.name, m.subject, c.name AS catname, t.message AS message FROM
jos_fb_messages AS m, jos_fb_categories AS c, jos_fb_messages_text as t WHERE m.id = t.mesid AND m.catid = c.id AND c.published = 1 AND c.pub_access <= 0 AND m.hold = 0 AND m.moved = 0 ORDER BY m.time DESC LIMIT 0, 100) AS l
WHERE l.time >= m.time AND l.thread=m.thread AND m.hold = 0 AND m.moved = 0 GROUP BY l.time ORDER BY l.time DESC[/code][/quote]

The RSS feed can now optionally be generated by thread or by post. A new setting has been added to the backend. This will be part of 1.0.5RC2
#59727
Re:1.0.5RC1 uploaded and published 3 Years, 7 Months ago  
Since RSS feeds can now be done by post or thread, a new setting has been added to limit the RSS feed to 1 week, 1 month or 1 year, depending on the volume of the site. This will be part of the RC2 build.
#59735
Re:1.0.5RC1 uploaded and published 3 Years, 7 Months ago  
Default start page for default_ex can now be selected in backend.

Time to cut RC2....
#59737
Re:1.0.5RC1 uploaded and published 3 Years, 7 Months ago  
1.0.5RC2 has been published. I will start a new thread for it. This one has come to an end.
#59753
Re:1.0.5RC1 uploaded and published 3 Years, 7 Months ago  
[b]jaysunp wrote:[/b]
[quote]
Second, Where can FB 1.0.5 RC2 be downloaded when it becomes available tonight?

Thank you for a great component.

Jason[/quote]

Fxstein will start a new thread when it\'s available ;)

Wow, lookie, here it is :)

http://www.bestofjoomla.com/component/option,com_fireboard/Itemid,38/func,view/catid,78/id,59739/

I close this one now, further bugs and thingies, on the new build one please, remember to update before reporting, maybe it\'s fixed ;)
Page: 1 ...  232425