|
|
|
|
From: Guest Date: November 07 2007, 16:01
|
I tried to change the text size for the watermark / the font & text size stay the same. How do I make the large like a 70pt.
?
|
|
|
|
From: Encaps Date: November 07 2007, 18:07
|
Follow these steps to increaze the watermark text:
1) copy the TrueType fonts file "C:/Windows/Fonts/cour.ttf" to the gallery "core" directory
2) change the $fontsize value from "core/catalog_watermark.php", line #7:
$fontsize = 70;
3) add the following line above the line #36:
$_dx = ($yi % 2)?0: $fontsize * strlen($watermarkstring)/2;
4) modify the line #39:
imagettftext ( $image, $fontsize, 0, $x+$_dx, $y, $color, $fontfile, $watermarkstring ); |
|
|
|
From: Guest Date: November 07 2007, 18:54
|
| Thanks alot!!! I was wondering is there a way to make the watermark just center 1 |
|
|
|
From: Encaps Date: November 08 2007, 02:02
|
Sure:
1) modify the "core/catalog_watermark.php", line #25:
$y = 10+$size[0]/2-$fontsize;
2) hide the line #28:
//while($y < $size[0])
and line #31:
//while($x < 2*$size[1]) |
|
|
|
From: Guest Date: November 06 2007, 12:14
|
| Hello, I've just taken over a site using version 1.2.6 of the software. What is the upgrade process to move to the latest version (1.9.2)? It looks like a lot has changed, and I might have to re-enter my data and update the html myself (for a custom look)? |
|
|
|
From: Encaps Date: November 06 2007, 12:39
|
| Let me revise the ver.1.2.6, it will take some time. |
|
|
|
From: Encaps Date: November 08 2007, 02:43
|
| I can create a script for update the database from v.1.2.6 to v.1.9.2, but you will need to revise the templates. |
|
|
|
From: Guest Date: November 06 2007, 11:16
|
| I was looking on google & I found your software it great!!! I wanted to know how to put a watermark on the images with version 1.9 Please help |
|
|
|
From: Encaps Date: November 06 2007, 11:32
|
For apply watermark you can modify the file "catalog_custom.html" - replace the following line:
<IMG src="./rwx_gallery/<?php echo $html["item"]["filename_normal"]?>"
with new one:
<IMG src="core/catalog_watermark.php?file=../rwx_gallery/<?php echo $html["item"]["filename_normal"]?>"
This relates to templates "simple_sc", "acd", "expo", "light".
For apply watermark to "raym" template, you should modify file "html/raym/catalog.html", line #68:
document.getElementById("photo_img_id").src = 'core/gallery_watermark.php?file=.'+_path_filename_normal; |
|
|
|
From: Guest Date: November 06 2007, 11:43
|
| Thanks that help where does the water mark images go |
|
|
|
From: Encaps Date: November 06 2007, 11:52
|
The watermark images are not implemented,
just watermark text over the image. |
|
|
|
From: Guest Date: November 06 2007, 12:16
|
| can I use just one image? |
|
|
|
From: Guest Date: November 06 2007, 12:25
|
| like a png? |
|
|
|
From: Encaps Date: November 08 2007, 01:55
|
| No, watermark image is not implemented. just watermark text. |
|
|
|
From: Guest Date: November 05 2007, 08:10
|
First of all thank you for the great gallery tool. I was able to get the system running in fairly short order.
My question concerns how to set the gallery to open with a specific category. Presently the gallery opens with a random mix of photos and not any specific category.
I would also like pointers on customizing the skins. I use Dreamweaver as my HTML editor and was not able to figure out how to change colors and design options on the skins. Which do you recommend I use in terms of ease of design changes?
Thanks again! |
|
|
|
From: Encaps Date: November 05 2007, 14:57
|
Hello, thank you for the feedback!
1) To open a specific category you can modify the file "gallery/index.php" :
header("Location:catalog.php?cat=1")
Or you can just point a category from the main navigation:
<a href="catalog.php?cat=1">Gallery</a>
2) For modify templates you need to edit the template html code and template style file "catalog.css". |
|
|
|
From: Guest Date: November 04 2007, 12:34
|
Hi
I have purchased the Encaps scripts and they are working wonderfully.
I acccept paypal payments. The customer pays, and I receive an email with their shipping address.
However, their shipping address is always wrong. My first 4 customers have all emailed me to correct their address. They say it was their old address, not their current one.
Why am I getting the old shipping addresses of customers? And, how can I fix this?
Thank you very much!
Aaron |
|
|
|
From: Encaps Date: November 04 2007, 12:54
|
Hello Aaron,
what are old and new shipping addresses? Where these parameters are setted up? |
|
|
|
From: Guest Date: November 04 2007, 14:46
|
I'll try to clarify my problem.
Once my customer completes checkout, I get an email from Paypal called "Notification of Payment Received". Of course, that is normal. The problem is the customer's address (the address to be shipped to) is always incorrect. While their name is correct, the actual ship-to address itself is wrong.
My first thought is that the customer needs to update their address info on the Paypal site. BUT, these same customers have paid me for auction items in the past with Paypal, and their address in the Notification of Payment email was always correct.
Had the customers themselves not noticed the incorrect addresses shown on their own payment receipt and emailed me about it, I would have shipped the items to the incorrect address shown in the Notification email from Paypal.
I don't know much about coding, but I don't think the encaps scripts, or I, should have control over a customer's shipping address. If I am wrong, then I guess I have some work to do.
Do I have control of what shipping address is 'tacked on' to a buyer's name?
Thanks
|
|
|
|
From: Encaps Date: November 04 2007, 16:00
|
Aaron, could you please turn on the "PayPal sandbox" option for let me test your gallery? Or let me to do test purchase of some item for $0.01?
Let's try to figure this out. |
|
|
|
From: Guest Date: November 04 2007, 16:40
|
I will email you the site address once I put up an item for a penny so you can buy one.
Please email me so we can keep this all private. |
|
|
|
From: Guest Date: November 02 2007, 04:12
|
change permissions to the "config.ini.php" file and "rwx_gallery" directory to "777" ("rwx rwx rwx")
How? Sorry, but I have no idea how to change permission. Show me on fingers :-) please. Where that permission?
If you have any sample that will be helpful. |
|
|
|
From: Encaps Date: November 02 2007, 07:56
|
Oh, really,
I will prepare the screenshots for how to change the permissions. And may be other screenshots for gallery installation process. Thank you for the idea. |
|
|
|
From: Encaps Date: November 05 2007, 17:32
|
Take a look at the screenshots for how to change permissions: http://***.encapsgallery.com/
Don't hesitate to ask questions. |
|
|
|
From: Guest Date: November 06 2007, 19:51
|
Thank you for help. It works good. Next question :-)
I need to sort files by date so the newest file will be shown the first. How to set it? |
|
|
|
From: Encaps Date: November 07 2007, 07:19
|
Actually there is no "date" field relevant to uploaded image.
You can change the order by modifying the sql query from the file "/core/catalog.php", function "_get_items":
" ORDER BY id DESC" |
|
|
|
From: Guest Date: November 07 2007, 19:30
|
Sorry, but there is no file /core/catalog.php :-(
|
|
|
|
From: Encaps Date: November 08 2007, 01:57
|
| Oh, really. "core/catalog.class.php" |
|
|
|
From: Guest Date: November 08 2007, 22:51
|
All I see in that file is:
%DE%5B%F9%BE%FCu%93%B2%9E%EFV%BAC%05X%2Cu%87%C5%3AY%C8Ym%12%81_f%A0%03s%9F%............an so on :-(
|
|
|
|
From: Encaps Date: November 09 2007, 06:57
|
Right,
the php code is encrypted with free EncapsGallery edition |
|
|
|
From: Guest Date: November 12 2007, 23:40
|
| So can you make ajustment for me and send the file to my e-mail? I think many of users will be interested in it also. Thanks. |
|
|
|
From: Encaps Date: November 13 2007, 03:03
|
| For $10 I can change the adjustment |
|
|
|
From: Guest Date: November 22 2007, 22:55
|
| I wiil test EG and than will contact you. Thanks. |
|
|
|
From: Guest Date: October 25 2007, 08:51
|
Hi,
I have a javascript fading image slideshow running on my website, it changes the image for the main banner on each page, for some reason though it will not work on the gallery page.
Do I need to put the Javascript in a different file than catalog.html?
Thanks
Simon |
|
|
|
From: Encaps Date: October 25 2007, 11:07
|
Hi Simon,
could you please show me your website?
I can't guess what may be wrong. |
|
|
|
From: Guest Date: October 25 2007, 11:33
|
Hi,
Yes, sorry it's www.dogsbycat.co.uk.
If you look at all the other pages, you'll notice the main banner fades through 4 different images, the text changes.
When I add the code into html/dogs/catalog.html, the slideshow just doesn't display.
Thanks |
|
|
|
From: Guest Date: October 25 2007, 11:45
|
Hi,
Not to worry, I managed to find the problem.
Viewing the page source, I could see there was a path problem and was nothing to do with Gallery.
Thanks for your help.
Simon |
|
|
|
From: Guest Date: October 22 2007, 07:38
|
Hello again,
It's ok that I can't integrate EncapsGallery with DB2. I tried with MySQL also, but still I'm unable to integrate it up properly.
As I said above, I configured the .../encapsgallery/admin/catalog_cfg.php with the below values under database column:
Database host (DNS name or IP address): localhost
Database user: root
Database password: <password>
Database name: test
Tables prefix (optional): encaps_
Then upon submit, I got a blue message at the top saying success.
Then on left navigation pane, I clicked Install, a blank page came up. I logout, login again and tried in many ways still the page remained as blank.
P.S.: In the mean time, I installed MySQL 5.0.45-community-nt via TCP/IP. |
|
|
|
From: Encaps Date: October 22 2007, 08:11
|
It's hard to guess what is wrong on localhost,
may be if you could upload the package on a public webserver, for let me look at that?
Or tell me your localhost configuration, for let me repeat the issue on my localhost:
- OS
- Apache version
- PHP version, php.ini
|
|
|
|
From: Guest Date: October 22 2007, 08:56
|
What are the modifications do I need in the MySQL in the beginning?
I've the below config:
OS: Win XP SP2
Apache: Installation was from Apache_2.2.6-win32-x86-no_ssl.msi
PHP: Installation was from php-5.2.4-win32-installer.msi
I hope this much information is suited for you.
|
|
|
|
From: Encaps Date: October 22 2007, 09:01
|
| Oh, please make sure you enabled mysql extention for your php engine: Control panel -> Add/remove programs -> php change -> next - change - next -> Extentions -> make sure Mysql is enabled |
|
|
|
From: Guest Date: October 22 2007, 10:16
|
Thanks a lot. It started working. That's really great.
Now can I expect something else from you? Actually I'm working IBM WebSphere Commerce Server, so I want to use EncapsGallery for photogallery and in DB2 database. Please help (where do I need to modify in the source files)?
If your photo gallery is not supported (because it is in PHP instead of JSP), so can you recommend any alternate solution, which is in JSP (or Commerce enabled) and with DB2 support?
Thanks again for your kind support. |
|
|
|
From: Encaps Date: October 22 2007, 10:34
|
| I'm glad it started working :) Unfortunatelly, I have no experience with DB2 database, don't know how to implement DB2 support. |
|
|
|
From: Guest Date: October 22 2007, 03:39
|
Hi!
I\'m a newbee to Encaps Gallery. I\'ve a common problem. I don\'t know where should I start off.
As per the docs, I unzipped the contents to my localhost (apache), then I tried .../admin/catalog_cfg.php. It worked.
I\'ve DB2 as my database. How can I configure and run the application, seriously I don\'t know. Everything is mentioned for MySQL only.
So, can anybody help me out for the same, please???
Thnx in advance for the help. |
|
|
|
From: Encaps Date: October 22 2007, 06:32
|
Hi,
actually EncapsGallery works with MySQL only.
The DB2 is not supported at the moment :( |
|
|
|
From: Guest Date: October 17 2007, 08:52
|
Hi,
I just installed and bought this gallery, perfect for what I need.
I have managed to customise it fine so it fits with the site but just one small problem.
When I go onto the gallery and then click any of my links back to other web pages, it drops the www. from the start of the web address.
You can see this at www.*********.co.uk. Please can you tell me how to fix this so that all links back to other pages from Gallery start with www.*********.co.uk and not just *********.co.uk/
Many Thanks
Simon |
|
|
|
From: Encaps Date: October 17 2007, 11:48
|
Hi Simon,
you can apply absolute path for the gallery header file, navigation section, e.g.
"www.*******.co.uk/index.php" instead of "index.php" I guess |
|
|