[3.7] Link to user albums in postbit

Hoxxy

New Member
1. Open either your postbit or postbit_legacy template
2. Search for:
HTML:
	<tr>
		<td class="thead">$post[username]</td>
	</tr>

3. After add
HTML:
	<tr>
		<td class="vbmenu_option"><a href="album.php?u=$post[userid]">$post[username]'s albums</a></td>
	</tr>

4. Save Template
 
i love it but can you add it under the avater with album small pic , thanks .
and another note , why not using the album title ?
 
thanks a lot good code. I prefer add to in my postbit category like this...

postbitalbumop4.jpg
 
Back
Top