The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi all,
I would like to add "Find all post by user" into USER CP. Please help me to do like that. Thanks |
#2
|
||||
|
||||
![]()
You mean you want a button in the user's cp to find all their own posts? Instead of them just going to their member page and clicking on the link?
|
#3
|
|||
|
|||
![]() Quote:
. Please tell me how to do like that. Thanks in advanced |
#4
|
||||
|
||||
![]()
This is the code from MEMBERINFO:
Code:
<a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a> |
#5
|
|||
|
|||
![]()
I did, but when I clicked, the URL will be:
http://www.xyz.com/search.php?do=finduser&u= We do not have id for user here so there was an error as follows: Invalid member specified. If you followed a valid link, please notify the Administrator Thanks for your help |
#6
|
||||
|
||||
![]() Quote:
Code:
<a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]" rel="nofollow"><phrase 1="$bbuserinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a> |
#7
|
|||
|
|||
![]() Quote:
Thanks |
#8
|
||||
|
||||
![]()
Well, again, just seeing what is in MEMBERINFO:
Code:
<a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]&starteronly=1" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a> |
#9
|
|||
|
|||
![]()
Thank you very much. I got it.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|