The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
How can I get Thread data from threads I make to show up on another vBulletin page, just the post and the thread title, how can I do that?
Please someone help me! |
|
#2
|
||||
|
||||
|
PHP Code:
So if you only want Author, Title, Date and Text this would be Code:
thread.postusername, tread.title, thread.dateline, post.pagetext |
|
#3
|
||||
|
||||
|
I don't think it will work.
|
|
#4
|
||||
|
||||
|
Hmm ... why not?
|
|
#5
|
||||
|
||||
|
Cause when I tried it I got a SQL error.
|
|
#6
|
||||
|
||||
|
Can you post the error message?
Did you set $threadid before executing this code? |
![]() |
|
|