Nice mod

In ACPJezUK1 wrote:nickvergessen I still don't see it... Can you tell me were it is?
you mean through the different width-to-height ratios?[/quote]parkstee wrote:Hi Nick, on the thumbnail pages, the pics are all different sizes, is it possible to set the height and width so each thumbnail is the same, i'm using the highslide plugin.
Cheers
Anyone know how to fix this, or point me to the relevant file to see if I can fix this myself?momofone wrote:Great mod, easy to install and no errors. The only thing that isn't right is when the option is chosen to display users personal albums on the index page, the headings are misaligned/missing and there is no icon (assuming there should be one). My style is based on subsilver2. (phpBB 3.05/Gallery 1.0.2)
Thanks for any help.
Code: Select all
<td class="cat" colspan="2"><h4><a href="{albumrow.U_VIEWALBUM}">{albumrow.ALBUM_NAME}</a></h4></td>
Code: Select all
<th colspan="2" height="20"><a href="{albumrow.U_VIEWALBUM}">{albumrow.ALBUM_NAME}</a></th>
Many thanks for the reply and thanks for the time/effort in developing such a great mod.nickvergessen wrote:I guess you need to changetoCode: Select all
<td class="cat" colspan="2"><h4><a href="{albumrow.U_VIEWALBUM}">{albumrow.ALBUM_NAME}</a></h4></td>
in the styles/.../template/gallery/albumlist_body.htmlCode: Select all
<th colspan="2" height="20"><a href="{albumrow.U_VIEWALBUM}">{albumrow.ALBUM_NAME}</a></th>
Code: Select all
<th colspan="2" height="20"><a href="{albumrow.U_VIEWALBUM}">{albumrow.ALBUM_NAME}</a></th>
<th style="width: 60px;">{L_IMAGES}</th>
<th style="width: 300px;">{L_LAST_IMAGE}</th>
Code: Select all
<td class="row_h" width="50" align="center">{albumrow.ALBUM_FOLDER_IMG}</td>
As they are not cached, this seems impossible for me. Which options are you changing?strudinox wrote:First of all thank you for this awesome mod!! Everything is working perfectly
....Except, any change that I make in the "Gallery --> Configure Gallery" section in the ACP, nothing happens after I click Submit. It will apply the changes, but when I look at my forum to see the results, nothing changes. The changes will stay in the ACP, but its like my forum is ignoring it. Permissions and other settings in other sections work fine.
Thanks in advance!!!
Is there another place where I can download it, or whats wrong?Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance.
Back
Code: Select all
#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}