|
Re:1.0.5RC1 uploaded and published 3 Months ago
|
|
|
blasturd wrote:
fxstein wrote:
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.
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?
This feature has been added to FB 1.0.5 and will be in 1.0.5RC2
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:1.0.5RC1 uploaded and published 3 Months ago
|
|
jerry wrote:
jerry wrote:
Latest update of fireboard doesn't generate RSS feed with all posts in time.
I think your query isn't correct, look at my suggestion (you need to include whole message text and so on, cause it's purpose is an example for latestposts module).
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
|
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!
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:1.0.5RC1 uploaded and published 3 Months ago
|
|
jerry wrote:
jerry wrote:
Latest update of fireboard doesn't generate RSS feed with all posts in time.
I think your query isn't correct, look at my suggestion (you need to include whole message text and so on, cause it's purpose is an example for latestposts module).
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
|
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
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:1.0.5RC1 uploaded and published 3 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.
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:1.0.5RC1 uploaded and published 3 Months ago
|
|
|
Default start page for default_ex can now be selected in backend.
Time to cut RC2....
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:1.0.5RC1 uploaded and published 3 Months ago
|
|
|
1.0.5RC2 has been published. I will start a new thread for it. This one has come to an end.
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:1.0.5RC1 uploaded and published 3 Months ago
|
|
jaysunp wrote:
Second, Where can FB 1.0.5 RC2 be downloaded when it becomes available tonight?
Thank you for a great component.
Jason
Fxstein will start a new thread when it's available
Wow, lookie, here it is
www.bestofjoomla.com/component/option,co...w/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 
|
|
|
Logged
|
|
|
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
|
|
|
|
|
|