*Reserved*
1. you can also style your Album also.
find: template
album_picturebit
replace code with:
Code:
<li>
<h3 class="picturetitle"><a class="albumitem" href="album-picture.php">{vb:raw picture.title}</a></h3>
<vb:if condition="$picture['hasthumbnail']">
<a class="picture" href="album.php?{vb:raw session.sessionurl}albumid={vb:raw albuminfo.albumid}&attachmentid={vb:raw picture.attachmentid}"><img class="instant nocorner itxtalt" src="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw picture.attachmentid}&thumb=1&d={vb:raw picture.thumbnail_dateline}" alt="{vb:raw picture.caption_preview}" border="0" {vb:raw picture.dimensions} /></a>
<vb:else />
<a href="album.php?{vb:raw session.sessionurl}albumid={vb:raw albuminfo.albumid}&attachmentid={vb:raw picture.attachmentid}"><vb:if condition="$picture['caption_preview']">{vb:raw picture.caption_preview}<vb:else />{vb:rawphrase picture}</vb:if></a>
</vb:if>
<vb:if condition="$show['moderation']"><span class="shade">{vb:rawphrase picture_moderated}</span></vb:if>
</li>
Enjoy
And VOILA
Added: 5:29pm AEST 21st Jan 2010
Do you want the albums at top of forum home ?
Ok looked at this for a while.
There are no hooks from what I see in the beginning of forumhome, they all apply to wgo ( whats going on )
So as PinoyRepublic
https://vborg.vbsupport.ru/showpost....&postcount=106 stated, you need to cheat.
Essentially this is what I did.
Find: in product-newalbum.xml file
Code:
$template_hook['forumhome_wgo_pos2'] .= $templater->render();
Change to:
Code:
$ad_location['ad_navbar_below'] .= $templater->render();
Or use my rejigged product file
Enjoy.
Ste