PDA

View Full Version : user albums link in postbit legacy?


voglermc
12-30-2009, 11:08 PM
I'm trying to figure the code out to add a link to the users albums under their name in postbit legacy. Any and all help will be greatly appreciated

voglermc
01-14-2010, 06:18 PM
anyone?

voglermc
02-11-2010, 02:43 PM
help please

Vaupell
02-11-2010, 05:25 PM
Here you go,, install this, then simply enable it from admin settings..
does what you want... made specially for you..

https://vborg.vbsupport.ru/showthread.php?t=235619

DaRK mAN306
02-14-2010, 02:58 PM
Hi voglermc,

all you have to do is to add this code into your postbit_legacy template:

<a href="album.php?{vb:raw session.sessionurl}u={vb:raw post.userid}" title="View {vb:raw post.username}'s Album" rel="nofollow">View {vb:raw post.username}'s Album</a>

you can of course change it to suite your needs, like replacing the text with an image, etc ..

I hope that helps you out ..

voglermc
02-14-2010, 05:41 PM
Thanks!