The Arcive of vBulletin Modifications Site. |
|
[find all threads started by x member] in postbit & postbit_legacy Details »»
|
|||||||||||||||||||||||||||||||
|
[find all threads started by x member] in postbit & postbit_legacy
Developer Last Online: Nov 2023
Its simple and work with all versions
Open postbit or postbit_legacy template and search for this code Code:
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td></tr>
</if>
Code:
<tr><td class="vbmenu_option">
<a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]&starteronly=1"><phrase 1="$post[username]">$vbphrase[find_all_threads_by_x]</phrase></a></td></tr>
Admin cp >> Phrase manager >> add new phrase: Product: vBulletin varname: find_all_threads_by_x text: Find All Threads by {1} Arabic translation: عرض جميع المواضيع التي كتبها {1} Screenshots
Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Nice work, thank you!
Installed |
|
#3
|
|||
|
|||
|
add example
|
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
Wonderful!
thank you. Installed |
|
#6
|
|||
|
|||
|
you are welcome
|
|
#7
|
|||
|
|||
|
thxxxxxx man , great work
شكراً لك
|
|
#8
|
|||
|
|||
|
I made quick update to this. Instead of having it say "find all posts by this member," I added the following phrase:
Phrase manager - add new phrase: Product: vBulletin varname: find_all_threads_by_x text: Find All Threads by {1} Then find the original phrase from fourat: Open postbit or postbit_legacy template and search for this code Code:
<if condition="$show['search']"> <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td></tr> </if> Code:
<tr><td class="vbmenu_option">
<a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]&starteronly=1"><phrase>find all threads started by this member</phrase></a></td></tr>
Code:
<tr><td class="vbmenu_option">
<a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]&starteronly=1"><phrase 1="$post[username]">$vbphrase[find_all_threads_by_x]</phrase></a></td></tr>
|
|
#9
|
|||
|
|||
|
|
|
#10
|
|||
|
|||
|
thank you wifey added .
|
![]() |
|
|