PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Watermark (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/117337-watermark.html)

mholtum January 20th, 2005 06:10 PM

Watermark
 
I created a watermark as a png file, enabled the feature and nothing.. I got it to work in photopost, but I am having an issue with gallery..

&

I use a second navbar and it shows fine on the portal and in my forums, but not in my gallery.

I know I have to add "$navbar2" in the template, but I am not sure which on.


http://www.ravensrealm.net
http://www.ravensrealm.net/gallery

thanks

rbl January 21st, 2005 02:45 AM

Re: Watermark
 
1 - maybe you can describe better what's happening.

2 - In the "Edit Templates" view of your style(s), there's a "vBadvanced Gallery Templates" group width a "[« »]" sign in front to expand that group.
Every item in capital letters like ADV_GALLERY_BROWSEIMAGES or ADV_GALLERY is a page and the others are components of those pages. Just edit whatever pages you want the second navbar to display.

mholtum January 21st, 2005 08:02 AM

Re: Watermark
 
1: Absolutely nothing is happening. That is the problem. I created "watermark.png", enabled the feature, entered the path & when I upload an image, it doesn't appear with the watermark.
2: thanks I will poke around more.

rbl January 21st, 2005 08:13 AM

Re: Watermark
 
There are a few things I remember that can go wrong:
- Are you sure you have set the full path (ie, /home/http/public/gallery/watermark.png) and that the path is right?
- Are you trying to watermark an image smaller than the watermark?

This is kind of esoteric =) but try to chmod your watermark file to 777.

ConqSoft January 21st, 2005 08:32 AM

Re: Watermark
 
If it works in PP, you should be able to copy/paste the path/filename to the watermark file that you have in the PP config.... Then at least you'll know the path is right.

Brian January 21st, 2005 08:39 AM

Re: Watermark
 
For your navbar2 template, look in your forum/includes/functions_gallery.php file for this code:
Code:

Content visible to verified customers only.
And replace it with this:
Code:

Content visible to verified customers only.

rbl January 21st, 2005 08:48 AM

Re: Watermark
 
Oops! Forgot about setting the global var =(

mholtum January 21st, 2005 09:14 AM

Re: Watermark
 
Quote:

Originally Posted by rbl
There are a few things I remember that can go wrong:
- Are you sure you have set the full path (ie, /home/http/public/gallery/watermark.png) and that the path is right?
- Are you trying to watermark an image smaller than the watermark?

This is kind of esoteric =) but try to chmod your watermark file to 777.

I must have tripped and hit my head as I was exiting the short bus..

I had /gallery/watermark/watermark.png

Changed the path and checking now


And Brian, thanks. Worked like a charm.

mholtum January 21st, 2005 09:25 AM

Re: Watermark
 
Sweet. Works! Thanks guys..


All times are GMT -5. The time now is 03:27 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97