The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
?
Anyone know how this is done for 2.21? |
#2
|
||||
|
||||
i wish i did, thats a good feature
|
#3
|
||||
|
||||
It's cake.
in member.php find: PHP Code:
PHP Code:
NOTE: Check the variables and formatting very carefully. I modified something similar that I did on the fly and have not tested this exact code. |
#4
|
|||
|
|||
this appeared to work.. but for some reason it listed 100 posts.. instead of ten
Also the sort by call For some reason it posted all the threads started by this user, instead of the last 10 posts Can you look at this some more? Thanks |
#5
|
||||
|
||||
OOPS. I read it wrong. I thought you wanted the last 10 threads. Posts are:
Code:
Select threadid, title from post where userid='$userid' ORDER BY postid DESC LIMIT 10' Amy |
#6
|
|||
|
|||
I tired that a few times.. and this is what I got
Database error in vBulletin 2.2.1: Invalid SQL: Select threadid, title from post where userid='2462' ORDER BY postid DESC LIMIT 10' mysql error: You have an error in your SQL syntax near ''' at line 1 mysql error number: 1064 Date: Saturday 01st of December 2001 01:03:03 PM Script: http://www.dlrarmy.com/forums/forums...fo&userid=2462 Referer: http://www.dlrarmy.com/forums/index.php? I am using this code PHP Code:
|
#7
|
||||
|
||||
Let me get back to you on this one. The version of my board didn't have to worry about viewing permissions, etc. because I restricted it to a given set of forums.
Amy |
#8
|
|||
|
|||
thanks!
Please do! |
#9
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=32852" target="_blank">https://vborg.vbsupport.ru/showt...threadid=32852</a>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|