The Arcive of vBulletin Modifications Site. |
|
User's topic in postibt/postbit_legacy [ENG-ITA] Details »»
|
|||||||||||||||||||||||||||||
|
User's topic in postibt/postbit_legacy [ENG-ITA]
Developer Last Online: Apr 2022
Now there's a a product that you can found here
Hi guys this modifications put a link to the user's post/thread/topic in the postbit/postbit_legacy -------------------------------------------------------------------- Ciao ragazzi questa modifica permette di aggiungere nel postbit il link "Topic di nomeutente" Installation 1 Go to: styles and Templates -> Search in Template -> postbit/postbit_legacy2 Open postbit/postbit legacy and search on it PHP Code:
PHP Code:
![]() Installazione 1 Vai in: Stili e Template -> Ricerca nei Template -> postbit/postbit_legacy2 Apri il postbit/postbit legacy e cerca: PHP Code:
PHP Code:
![]() by Tecnowii Prewiews ![]() Demo preview Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Благодарность от: | ||
| nacaruncr | ||
| Comments |
|
#2
|
||||
|
||||
|
Had to remove the </div> at the end of new code and add <br> to the beginning. Once I did that, worked perfect.
(postbit legacy) v4.1.1 |
|
#3
|
||||
|
||||
|
Yeah You Must Remove This
</div> Coz Its Already There |
|
#4
|
|||
|
|||
|
I´m blind. I dont see anything
|
|
#5
|
||||
|
||||
|
Quote:
![]() The </div> must delete but the <br> is not must So thank you, I have correct |
|
#6
|
||||
|
||||
|
You don't see the link in the postbit? Are you sure that you changed the correct template
If you use the postbit write in the postbit template if you use postbit legacy write in postbit_legacy template |
|
#7
|
|||
|
|||
|
thank Tecnowii
this mod is great |
|
#8
|
|||
|
|||
|
tagged
|
|
#9
|
||||
|
||||
|
you're welcome
|
|
#10
|
|||
|
|||
|
Code:
<a href="/search.php?do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1">Topic di {vb:raw post.username}</a>
|
![]() |
|
|