View Full Version : Browse template question.
Tom K
04-12-2007, 07:51 PM
How does one get a Browse page to look like this? I like the layout and categories on the left.
http://shutter-speed.ch/pp/index.php?x=browse&pagenum=1
I am using Pixelpost version 1.6 final. My photoblog is www.tomkaszuba.com
jaywilliams
04-12-2007, 08:08 PM
One can do this by tweaking their template and by using a few addons.
Here is some sample code to show you how it works:
<table width="90%" border="0" align="center" cellpadding="4" cellspacing="5">
<tr>
<td width="150" valign="top">
<div class="nav">
<p><b>By Category:</b><br>
<BR>
</p>
<CATEGORY_LINKS_AS_LIST_PAGED> <BR>
<PIXELPOST_WARCHIVES smallest="3" largest="20" unit="pt">
</div></td>
<td width="600" valign="top">
<div id="thumbmain">
<THUMBNAILS_WHOLE_PAGED>
<div align="center"><br>
<THUMBNAILS_PAGES_LINKS> </div>
</div>
</td>
</tr>
</table>
This site isn't using tags however, but categories only.
Tom K
04-12-2007, 09:11 PM
Thank you Jay. I'll have to figure out how to implement that on my photoblog. Hmmmmm.....
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.