The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Only show posts begining with letter
How would I only show posts in forum beginning with selected letter like the memberlist has?
So at the top above all the posts you would have... [#] [A] [B] [C] [D].............etc When user clicks on letter, it will only display posts beginning with that letter. Any help on this would be grateful. Thanks |
#2
|
||||
|
||||
I have not seen a modification for this, put the query that fetches them would probably be pretty simple.
|
#3
|
|||
|
|||
Thanks for replying. Could you explain that a little more. Im not experienced in this.
|
#4
|
||||
|
||||
Replicate how member.php generates the letters, and then just run queries:
[sql]SELECT * FROM post WHERE pagetext LIKE 'A%'[/sql] |
#5
|
|||
|
|||
Thanks for the explanation. Im going to investigate this now.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|