photo album software
  PHP Gallery     Android WwWatchdog     Support     How To     Contact  
ArabicBulgarianChineseCroatianCzechDanishDutchEnglishFinnishFrenchGermanGreekHindiItalianJapaneseKoreanNorwegianPolishPortugueseRomanianRussianSpanishSwedishTurkish
»Ask your question«
 

From: Guest   Date: March 10 2009, 05:27
hi sir andrew;
where to change the script, that the search-form searches also in the Description ?

cheers and have a great day
olaf
      
From: Encaps   Date: March 10 2009, 12:18
You could modify core/catalog.ctl.php, line #114, #123:
from
(i.title REGEXP '$keywords' OR i.comment REGEXP '$keywords')
to
(i.title REGEXP '$keywords' OR i.comment REGEXP '$keywords' OR i.description REGEXP '$keywords')
            
From: Guest   Date: March 11 2009, 03:48
thank you muchogrande, it works very well,have a great day sir andrew

From: Guest   Date: March 10 2009, 01:51
If I use encapsgallery-2.0.6, can you please show me how to change the "admincatalog_scan_rwx.php" that "Ftp uploads" can load the folder like the new version.
I'd like to put the files into the folder, that 2.0.6 also can load, so need't too many images in the same folder "rwx_gallery". If the thumbs need in the same folder, it's ok.
      
From: Encaps   Date: March 10 2009, 04:34
Unfortunately releases 2.0.6 and 2.3.12 are not compatible
            
From: Guest   Date: March 10 2009, 23:58
I'm not means releases 2.0.6 and 2.3.12 compatible, just want to know how to change 2.0.6, that can load the folder
                  
From: Encaps   Date: March 12 2009, 05:52
Unfortunately I can't tell how to merge features from 2.3.12 into 2.0.6 - I did not do this before.

From: Guest   Date: March 10 2009, 01:08
Currently I am emailed notifications of an order from my site. Can the email be modified to also notify a second party of specific orders? Or all orders in general?
      
From: Encaps   Date: March 10 2009, 04:23
Second party should be notified by default:
shopcart.php, line #13:
$res = func_send_mail($postget['payer_business_name'],$postget['payer_email'],$config["admin_email"],$subject,$message);

Could you please let me test it out on your side?
            
From: Guest   Date: March 12 2009, 04:55
Yes I know the customer (buyer) gets a copy, what I meant is: can I send the same notification that I get to a third party who has interests in specific images? ie- I am licensing products from them for some of my photos and want to notify them of any orders relating to the licensed products featured in the images. Specific Images only... Thanks in advance.
                  
From: Encaps   Date: March 12 2009, 05:55
You could modify shopcart.php to implement one more func_send_mail(),
or modify func_send_mail() from core/misc.class.php
                        
From: Guest   Date: March 19 2009, 00:02
I'm the web designer for the original question. So if I alter shop.php it will send an email to a third party for every picture? Or is there some way to alter it for specific images?

From: Guest   Date: March 09 2009, 18:46
Is there any way I can add an apostrophe to the 'Comment' section for a picture?

At the moment when I put one in it changes it to the html code for an apostrophe when viewed.
      
From: Encaps   Date: March 09 2009, 19:40
Could you please show me how the apostrophe looks on your side?
            
From: Guest   Date: March 10 2009, 10:24
In comment section in admin it is Posh's Wedding

In comment section viewed from website it is Posh's Wedding

Thanks
                  
From: Guest   Date: March 10 2009, 11:50
Don't worry I have solved this by doing a bit of research.

I changed code in catalog_items.php from

<?php echo htmlentities($item['comment'])?>

to

<?php echo addslashes($item['comment'])?>

And it seems to work fine!
Thanks
                        
From: Encaps   Date: March 10 2009, 12:32
Thank you for the note, I will check it out.

From: Guest   Date: March 08 2009, 04:44
cheerio, me again.
how to change the style of the pagination.html ? it would be nicer if there will only be listed the next 5 sides. if there are 40 sides or more, it should look something like that : < 1 2 3 4 5 ... >
      
From: Encaps   Date: March 09 2009, 06:01
The pagination can be changed by customizing html/pagination.html
            
From: Guest   Date: March 09 2009, 07:40
thanks,
im not realy into php, so which part to change ?
i think its somewhere in here ?!

<?php
}
for($i=1;$i<=$html["pagination"]["pages"];$i++)
{
if($i != $html["pagination"]["page"])
{
?>

can you help me ?

cheers olaf
                  
From: Encaps   Date: March 09 2009, 17:47
You may get html/pagination.html from encaps-2.3.12
                        
From: Guest   Date: March 09 2009, 17:57
thank you so much andrew, it works superb !!!
it was exacly what i was searchin for

From: Guest   Date: March 07 2009, 22:34
is there a way to reset the user name and password with out reinstalling the program.
      
From: Encaps   Date: March 09 2009, 05:27
You can change username and password from config.ini.php:

$config["admin_uname"] = "";
$config["admin_passwd"] = "";

From: Guest   Date: March 07 2009, 13:06
pagination.html ;
how to show only the next 5 img if there are 40 sides it looks like << 1 2 3 4 5 6 7 8 9 10 11 21 22 ...> ?
      
From: Encaps   Date: March 09 2009, 06:01
The pagination can be changed by customizing html/pagination.html

From: Guest   Date: March 07 2009, 09:51
Hello,

My name is James Buffington and i'm a registered user of version 2.0.6 (still under a year since i purchased) and i have a few questions.

First i would like to upgrade to the newest version....2.3.10. Can you please send me the url.

Can i update my existing gallery without having to start from scratch?

Also, is there a way for my galleries to run as a slideshow with visible controls?

Thanks for your time!
      
From: Encaps   Date: March 07 2009, 11:41
The URL to download the latest Encaps release is sent.
Unfortunately there is no way to upgrade - the versions are not compatible.
Slideshow you described can be implemented by customizing one of existing templates
            
From: Guest   Date: March 07 2009, 11:58
Can you be more specific on the template customization or could i pay you to do it? I'm using the RayM template.

Thanks!!

From: Guest   Date: March 07 2009, 05:43
hi i am ruqqya i am using

i want to remove "php gallery" in index.php and puts my website name with url. plz help me out
      
From: Encaps   Date: March 07 2009, 11:33
The bottom url you mentioned will be removed only after purchase

From: Guest   Date: February 27 2009, 05:49
Is it possible to change the currency from $ to euro's
      
From: Encaps   Date: February 27 2009, 06:30
It's possible to change the dollar sign to the pound or euro, but it is hardcoded into html templates. You may use html-editor for manually replace "$" symbol with:
ˆ Euro: &euro; or &#8364;
&#163; Pound: &pound; or &#163;
And also you should change currency code in the shopcart.php page, line #46:
<input type="hidden" name="currency_code" value="USD">

Affected files: "html/_skin_/catalog_item.html", "html/_skin_/admin/catalog_item.html" , "shopcart.php", "shopcart_preview.php"


Encaps © 2005-2012 PHP Gallery | Android WwWatchdog | Support | How To | Contact
?>