Log in

View Full Version : Mini Mods - User's topic in postibt/postbit_legacy [ENG-ITA]


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)

bulldog51981
02-22-2011, 04:02 PM
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

Last_Zero
02-22-2011, 05:36 PM
Yeah You Must Remove This

</div>

Coz Its Already There

lubbie
02-22-2011, 05:53 PM
I´m blind. I dont see anything

Scanu
02-23-2011, 05:37 PM
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

Sorry a error when I copy the text in my template :D
The </div> must delete but the <br> is not must
So thank you, I have correct

Scanu
02-25-2011, 04:57 PM
I?m blind. I dont see anything

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

hdloaded
02-25-2011, 06:34 PM
thank Tecnowii
this mod is great

COL NIL SATIS
02-26-2011, 01:37 PM
tagged

Scanu
09-04-2011, 09:34 AM
you're welcome

hivitro
09-15-2011, 01:53 AM
<a href="/search.php?do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1">Topic di {vb:raw post.username}</a>


Very interesting. Thank you very much