The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
MEMBERINFO: Showing threads by member in specific forum
I want to place a link to a members threads in a certain forum. On the statistics tab of MEMBERINFO(vb 3.7)
In vb 3.6.8 and below the memberinfo template has this code: PHP Code:
|
#2
|
||||
|
||||
Just add "&forumchoice[1]=123" (obviously change 123 to the forumid you want).
I don't think there's any changes to the search query strings in 3.7. -- hugh |
#3
|
||||
|
||||
Thanks. And when I want to include multiple forums?
|
#4
|
||||
|
||||
I think you can just add more forumchoice[X] args. Although thinking about it you should probably start with 0 rather than 1. So to add two forumid's, add ...
&forumchoice[0]=123&forumchoice[1]=124 ... etc. -- hugh |
#5
|
||||
|
||||
Many thanks again. I have been trying to find the correct location to add this to the statistics tab of member profile, but it seems the content of this tab is not on MEMBERINFO. Do you have an idea where to find this?
|
#6
|
||||
|
||||
Maybe "memberinfo_block_statistics" ? I think all the "memberinfo_block_xxx" templates are for the different tabs and blocks on that page.
|
#7
|
||||
|
||||
Will try thanks!
--------------- Added [DATE]1201832459[/DATE] at [TIME]1201832459[/TIME] --------------- OK. all works well. Thanks. Is there a way to add 'total threads started in forum 123', similar to the statistics of total posts on the statistics block of profile? |
#8
|
||||
|
||||
bump
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|