Scanu
02-21-2011, 10:00 PM
Now there's a a product that you can found here (https://vborg.vbsupport.ru/showthread.php?t=269853)
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_legacy
2 Open postbit/postbit legacy and search on it
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if>
Add under it
<a href="/search.php?do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1"> {vb:raw post.username}'s topics</a>
Enjoy :D
Installazione
1 Vai in: Stili e Template -> Ricerca nei Template -> postbit/postbit_legacy
2 Apri il postbit/postbit legacy e cerca:
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if>
Aggiungi sotto
<a href="/search.php?do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1">Topic di {vb:raw post.username}</a>
Buona fortuna! :D
by Tecnowii (http://tecno-wii.com)
Prewiews
Screenshot Preview (http://img695.imageshack.us/img695/8708/raccoltaisowii.png)
Demo preview (http://tecno-wii.com/showthread.php?2246)
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_legacy
2 Open postbit/postbit legacy and search on it
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if>
Add under it
<a href="/search.php?do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1"> {vb:raw post.username}'s topics</a>
Enjoy :D
Installazione
1 Vai in: Stili e Template -> Ricerca nei Template -> postbit/postbit_legacy
2 Apri il postbit/postbit legacy e cerca:
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if>
Aggiungi sotto
<a href="/search.php?do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1">Topic di {vb:raw post.username}</a>
Buona fortuna! :D
by Tecnowii (http://tecno-wii.com)
Prewiews
Screenshot Preview (http://img695.imageshack.us/img695/8708/raccoltaisowii.png)
Demo preview (http://tecno-wii.com/showthread.php?2246)