Now I remember that you can do it with native system... On footer of viewforum you can sort topic by author.BF79 wrote:okey THANKS
As you can see there, it works on my servers also with more pages than one. I don't know why on your server cookie are not created.pierredu wrote:I tested this second version and I still have the same problem on a real board, with forums having hundreds of topics. The first page is correct, but the second one not. I tested with my own style and with prosilver. No difference.
I installed an empty board and created dummy topics. About 30-35. There are 27-28 with the A intial, and this time, I get a first page of A and a second page with the rest. If I select B, I get the three only ones.
So, this works for a little count of topics, not for a real one.
Does this ring a bell?
I can think about this... But probably there are any event.pierredu wrote: On the other hand, did you try to integrate this sorting feature at the bottom, with the other sorting options?
It works, but look at the parameters. If I Select A, I haveBruninoit wrote: As you can see there, it works on my servers also with more pages than one. I don't know why on your server cookie are not created.
viewforum.php?f=8&letter=A
, with topics Af and Ae. If I look at the link for page 2, it is viewforum.php?f=8&start=2
(without the 'letter=A' parameter). For page 3, start=4, because you have a pagelength of 2 topics.How do you want it in viewforum? Do you want a form to enter username? Or the first letter of author (like this ext)?BF79 wrote:thanks to posey and Bruninoit for reply !!
we can do like this..
but just extension is easy and faster.. nothing
I'll open a new topic...BF79 wrote:first letter of author should be good
I have your cookies. *_bruninoit_cf contains 2 and *_cl contains A.Bruninoit wrote:Yes, at moment Topics are ordered by time not by letters. But I can add simply this...
Pierru I don't know who to say... I used the normal phpBB system to add cookies... It's strange that they aren't added only in your forum... Are you sure of this? Recontrol, comparing my forum cookies with yours.
Bho... I'll recontrol the conditions... But very strange if cookie are stored...pierredu wrote:I have your cookies. *_bruninoit_cf contains 2 and *_cl contains A.Bruninoit wrote:Yes, at moment Topics are ordered by time not by letters. But I can add simply this...
Pierru I don't know who to say... I used the normal phpBB system to add cookies... It's strange that they aren't added only in your forum... Are you sure of this? Recontrol, comparing my forum cookies with yours.
But it seems that this is not enough.
Try this.pierredu wrote: I have your cookies. *_bruninoit_cf contains 2 and *_cl contains A.
But it seems that this is not enough.
Code: Select all
if($letter=="*")
Code: Select all
echo "cl $cl - cf $cf - letter $letter - fid $forum_id";