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!
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Oldest posting shows first FB 1.0.5 RC1 & No CB
#57651
Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks 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.
 
The administrator has disabled public write access.  
#57721
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks 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
 
The administrator has disabled public write access.  
#57725
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks 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
 
The administrator has disabled public write access.  
#57748
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks 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
 
The administrator has disabled public write access.  
#57764
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks 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
 
The administrator has disabled public write access.  
#57769
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks 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
 
The administrator has disabled public write access.  
#57770
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks 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
 
The administrator has disabled public write access.  
#57771
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks ago  
No difference.
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#57775
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks 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
 
The administrator has disabled public write access.  
#57776
Re:Oldest posting shows first FB 1.0.5 RC1 & No CB 2 Months, 2 Weeks 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
 
The administrator has disabled public write access.  
Go to top