Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Boatswain

Pages: [1]
1
Yes, I have

only way to show it this test page

http://www.antiquephotoalbum.nl/test.html


2
That seems to work but the image in the htaccess link won't show up  :(

http://www.antiquephotoalbum.nl/flowers.jpg

3
Discussion & Troubleshooting / How to prevent direct linking
« on: April 09, 2012, 04:17:08 PM »
I found on other forums people posting direct links to images in my galleries directly to the source.
You need registration to view those images!

example: ..../data/media/1/picturename.jpg

Is there a way to prevent this?

4
Changed the css and the problem seems to be solved.
Not exactly what I had in mind for my template but it didn't work  :(
Thanks Andi  :thumbup:

5
When you hover some fields in my galleries they turn total black.
This happens since I updated FF because there are no such problems in IE.
Might be a simple problem but I have no clue where to look for.
Hope you can help me.
Thanks!

http://www.oudfotoalbum.nl/oudfotoalbum/index.php

6
Hello V@no

And I was always wondering why I couldn't set permissions to a user or group.
Even after setting all options to private in a category I only see a checkbox in the category or user permissions.
After seeing the example image above I realise I clearly must be missing something because I don't have the dropdown boxes.
I hope you can help me.

See my screenshot below.

http://yfrog.com/6z4imagesj

.

7
Mods & Plugins (Releases & Support) / Re: [Mod] DropShadow on thumbnails
« on: September 18, 2008, 11:52:57 AM »
hmmmm maybe
Code: [Select]
<img src="{media_src}" border="0" alt="{image_name}"{width_height} class="pic" />?

Yes, it works now !!  :D Thanks again V@no  :thumbup:

One more question: Is it possible to make the shadow border wider/thicker ? 

Update:

I found it in css add:  strength=20

Thanks again  :D

8
Mods & Plugins (Releases & Support) / Re: [Mod] DropShadow on thumbnails
« on: September 17, 2008, 04:03:44 PM »
... this should work ...
Code: [Select]
<span class="pic"><img src="{media_src}" border="0" alt="{image_name}"{width_height} /></span>

No, still no drop shadow   :(

9
Mods & Plugins (Releases & Support) / Re: [Mod] DropShadow on thumbnails
« on: September 17, 2008, 12:06:36 PM »
just use same code in templates from templates/<yourtemplate>/media/ folder

Hello,

Dropshadow on thumbs is working fine but I can't get it to work for the picture.
What and where exactly do I have to add to the templates?

Quote:    edit /templates/<yourtemplate>/media/jpg.html
              add this class:
              class="pic"

Template jpg.html:

<!-- Template file for JPG Files -->
<img src="{media_src}" border="0" alt="{image_name}"{width_height} /><br />

What do I have to add/change in this template ?

thanks


10
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: September 09, 2008, 04:11:31 PM »
V@no

After one more try (because I wanted this mod so bad !!) I finally succeeded, no more extra rows/tables  :D
Thanks again for your support and this great mod  :thumbup:

11
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: September 08, 2008, 03:06:54 PM »
Sorry, can't help with template issues, probably an extra <td> or <tr> somewhere..

I can't find the problem either so I removed the mod, allthought the mod itself works great !!
Thanks for your help anyway, it's realy appreciated  :D

12
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: September 05, 2008, 06:11:27 PM »
If you save your files in UTF8/UTF16 (Unicode) encoding, you must make sure that the editor doesn't add so called BOM to the file. If editor doesn't have such feature add or not "BOM", then change the editor ;)
There is no need save php files in other encoding then ACSII unless its a language file.

Your captcha image generated with three extra bytes at the beginning (EF BB BF) which is BOM for UTF8 encoding (in fact all your pages generated with these three extra bytes). Save all php files that you have edited with that editor in ACSII encoding and it should fix the problem.

At least I know now were to look for  :wink:
I used another editor and the captcha image is showing up again  :D Thanks !!
Now I have a different problem and can't figure it out what's causing it.
On top of the last comments it creates extra tables, the more number of last comments the more tables.
See picture here:  http://www.boatswain.nl/pictures/picture.jpg



13
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: September 05, 2008, 10:15:58 AM »
Can you create a temp category where guests can post comments so I could see it in action?


I just created a category called Temp with 5 images and comments for all.
When I upload the unedited files the captcha image is back again.
I'm using Old Style as template and English as language.

This is how the created last_comment_bit.html looks like:

              <TR class="row{row_bg_number}">
                <TD width="50" height="30" align="center" rowspan="2">
                  {comment_image}
                </TD>
                <TD rowspan="2" >{comment_image_name}</TD>
                <TD rowspan="2" >[{image_cat_name}]</TD>
                 <td rowspan="2" nowrap>
                  By: {comment_user_name}{if comment_guest} ({comment_guest}){endif comment_guest}<br />
                  {comment_date}
                </td>
               <TD>{comment_headline}</TD>
              </tr>
              <tr class="row{row_bg_number}">
                <TD>{comment_text}</TD>
              </TR>

14
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: September 04, 2008, 06:42:02 PM »
Just installed this mod and it seems to work fine  :wink:
Only one problem, the captcha/image verification image doesn't show up anymore on the comment page. You can only see a x there were the image is supposed to be.
Version 1.7.4
I hope you can help me.

Pages: [1]