|
#1
|
|||
|
|||
|
Browse template question.
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 |
|
#2
|
||||
|
||||
|
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: HTML Code:
<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>
__________________
Jay Williams | A Different View |
|
#3
|
|||
|
|||
|
Thank you Jay. I'll have to figure out how to implement that on my photoblog. Hmmmmm.....
|
| Post Reply |
| Thread Tools | |
|
|