The Arcive of vBulletin Modifications Site. |
|
[postbit_legacy]- Post Count Link to Posts Details »»
|
|||||||||||||||||||||||||||
|
[postbit_legacy]- Post Count Link to Posts
Developer Last Online: Feb 2020
Hello,
This is very little modification that will make user post count click-able and on click it will list all of user posts. 1: Edit "postbit_legacy" Template Find Code:
{vb:raw post.posts}
Code:
<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1">{vb:raw post.posts}</a>
Show Your Support
|
|||||||||||||||||||||||||||
| Благодарность от: | ||
| Max Taxable | ||
| Comments |
|
#2
|
|||
|
|||
|
Any new in this friend ? cause i have seen many similar mods like this i added this code when i was using vB v4.1.0 its working till now
Quote:
![]() Thanks for sharing |
|
#3
|
|||
|
|||
|
Thanks. Works great.
|
|
#4
|
||||
|
||||
|
Simply Super.
Good Idea works well. Thanks. |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Which mod doing that without Changing a template manually?
|
|
#7
|
|||
|
|||
|
Its not any MOD just Manual Template Editing below is the code
Code:
{vb:rawphrase posts} : <a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1" title="View {vb:raw post.username}'s posts">{vb:raw post.posts}</a>
|
|
#8
|
||||
|
||||
|
Can this be done with user threads?
Clicking on user threads to take you to threads created by the user? |
|
#9
|
||||
|
||||
|
Quote:
Code:
{vb:phrase threads}: <a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw memberinfo.userid}&contenttype=vBForum_Post&starteronly=1" rel='nofollow'>{vb:rawphrase find_all_started_threads}</a>
|
|
#10
|
||||
|
||||
|
Ok, thanks for the response.
I have opened postbit_legacy but not sure what I am looking for. Am I adding this or replacing something in there? Does it go before something or after something? Cheers. |
![]() |
|
|