The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
how display posts only one forum ?
How will be query ? |
|
#2
|
|||
|
|||
|
hum, you'll have to be clearer on this one, and use a basic english language... translation engines are horrible with small sentences.
|
|
#3
|
|||
|
|||
|
example: Programming Discussions
how display use query last 10 posts (post not thread) with Programming Discussions ? |
|
#4
|
||||
|
||||
|
PHP Code:
|
|
#5
|
|||
|
|||
|
yes, I tried same, but
forumid field is not into tables post
|
|
#6
|
||||
|
||||
|
I see. And...
PHP Code:
|
|
#7
|
|||
|
|||
|
thank you
|
|
#8
|
||||
|
||||
|
that query wont show the latest 10.
You will need to add an order by post.dateline (or postid, I guess) desc at the end. Also, you should use join to join tables, not where PHP Code:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|