The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Could anyone kindly give me the links to place the following somewhere on my site.
My Posts My Threads So that when a user is logged in, they can click to go to a list our threads either started by them, or threads not belonging to them, but they have posted a reply in. Regards |
#2
|
||||
|
||||
![]()
Those links are in the member.php page. You can probably copy the links from the template to put them in another template.
|
#3
|
||||
|
||||
![]() Quote:
![]() Each user has a different id obviously, and this has to be found before posts and threads can be found. If that makes any sense whatsoever! Im trying to get this on the forum homepage. |
#4
|
||||
|
||||
![]()
I know they have different ids, this is done in the template. You would want to change $userinfo to $bbuserinfo, but this is from the template:
HTML Code:
<tr> <td><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></td> </tr> <tr> <td><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></td> </tr> |
#5
|
||||
|
||||
![]()
doesnt work. This needs to show for each user, on the homepage. So obviously the userid is gunna be different for everyone.
Ive just installed a mod from here that shows all the information on usercp home, so i'll see what i can find from that, but thanks anyway. ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|