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
Oldest posting shows first FB 1.0.5 RC1 & No CB (1 viewing) (1) Guest
TOPIC: Oldest posting shows first FB 1.0.5 RC1 & No CB
#57651
Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months, 1 Week ago  
I'm using below and I can not figure out how to properly show the newest threat first and keep the proper pagination order. I want the newest submissions to show on top and don't care about giving the user the option for ordering.
I'm using:
FireBoard 1.0.5 RC1
Joomla 1.5.6
and no CB installed
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/04 08:28 By techclan.
 
 
#57721
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months ago  
Well, I have played with this all night and I can confirm that this has to be a bug or development issue and not user error. From reading the prior posts I see that this has been an ongoing problem with fireboard.

This is the first time I'm trying this and I have to say this is an awesome application but unfortunately not being able to properly show the latest post first is a big problem as small as it may sound... Noone wants to drill down to the last page to read the latest.

This is what I'm experiencing, If you set the profile to pull the latest first then the first page will look fine but after generating multiple pages of posting all the other ones become out of order and screwed up.

If anyone has experienced this and has some input I certainly appreciate it.

Tech
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57725
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months ago  
What FB template do you use?
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57748
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months ago  
I'm using default_gray however I have tried all the other ones with the same results. If my topic has 3 pages when set on show lastest first, after clicking on the topic it jumps to the last page and everything is out of order, and also when click on the first page it does not return any results.
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57764
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months ago  
Here's what I've done so far with the same exact results:
1. Disabled SEF and sh404 no difference
2. removed 1.05 and installed FB 1.04 no difference

Every time you click on a subject it jumps to the last page with 1st page not accessible.
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57769
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months ago  
Ok I'm able to confirm this happens on a bare and clean installation of Joomla 1.5.6.
It works fine on older 1.0 version of Joomla
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57770
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months ago  
I don't know if it works, but please test this:

modify view.php (default template directory) at line 173 from

if ($idmatch > $limit) {

to

if ($idmatch >= $limit) {
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57771
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months ago  
No difference.
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57775
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months ago  
If I change line 173 to:
if ($idmatch < $limit) {
then I'm able to click on every page and starts to sort properly, but show oldest first does not work anymore, which in my case is fine.

This definitely shows where the problem is occurring, thanks for your help so far, hopefully the code can be correct to work properly...
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57776
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 4 Months ago  
I can reproduce it now... thank you for the info.
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top