Hi,
I just downloaded the 1.3 version of PhpWebGallery and let me say, Great Job!!! I was up in no time and it is working great. Now, I have searched the forums for customization options, but the reference is usually to version 1.2. Here is a couple of things I would like to do.
I am using the gallery only as a gallery viewer for a single directory. So I would like to know how to customize the category page to ONLY include the pictures that are in the single directory. No menu or category menu is needed.
As well I would like to put my LOGO at the top of the page instead of the category name.
That is all for now. I look forward to the response! Again great job on the PhpWebGallery!
Jimmy
I have to go to sleep early tonight (waking at 5am...) and I have no time to answer all your question for now, but I can already say for your LOGO : use the file template/default/header.htm to place your HTML code -> it's magic :-)
Offline
That works for the header and if I could just eliminate the other issues then that would be perfect. Go to sleep and when you have a moment please write back. Thanks for the response.
If you don't want to see all the left part :
in template/default/category.vtp (release 1.3), replace
11 <td valign="top" style="width:1%;padding:10px;">
12 {#frame_start}100%{#frame_begin}by
<td valign="top" style="width:1%;padding:10px;">
<!--
{#frame_start}100%{#frame_begin}and also replace
37 {#frame_end}
38 </td>by
{#frame_end}
-->
</td>Offline