|
|
|
|
From: Guest Date: June 23 2009, 08:11
|
hi andrew,
is it possible to sort the images not by the rankin-tool.
it would be great if they sort automaticly after their title.
A_04, A_07, C_05, E_06, ...
cheers |
|
|
|
From: Encaps Date: June 23 2009, 12:55
|
You may try this:
/core/base.ctl.php, line #68:
$condition .=" ORDER BY title,id ";
Or if you'd like to sort by newest items:
$condition .=" ORDER BY updated_at DESC,title,id ";
|
|
|
|
From: Guest Date: June 21 2009, 07:18
|
Hi,
I was wondering if it is possible to show multiple category's images first then once the category picture has been clicked on it will show the gallery for that category? I am using the Acd template.
|
|
|
|
From: Encaps Date: June 22 2009, 11:09
|
| Could you please clarify? |
|
|
|
From: Guest Date: June 16 2009, 03:10
|
| is it possible to put html code in the description i.e. link to say face book. |
|
|
|
From: Encaps Date: June 16 2009, 12:30
|
| Yes, it's possible to put html code into the description. There is free demo available for download, you may try it out. |
|
|
|
From: Guest Date: June 14 2009, 15:55
|
Hi, im thinking to add a gallery in a section of my site, and i like to know if i can add a searchbox in the home page which send the user to the gallery.
Thanks. |
|
|
|
From: Encaps Date: June 16 2009, 12:31
|
<form method="get" action="catalog.php">
<input name="search" value="" type="text">
<input name="Submit" value="Search" type="submit">
</form> |
|
|
|
From: Guest Date: June 12 2009, 14:49
|
Hello, can i use google adsense with this script?
If the answer is yes..., how or where? |
|
|
|
From: Encaps Date: June 12 2009, 15:12
|
There are html templates in the root of the application: catalog_head.html,catalog_foot.html,catalog_items.html,catalog_item.html
You may add there whatever you want. |
|
|
|
From: Guest Date: June 09 2009, 14:21
|
I just found out that there should be a search form available, but it doesn't appear anywhere in the Encaps gallery.
Can you tell me where I should look to see if the codes are there?
Thank you for your help! :-) |
|
|
|
From: Encaps Date: June 09 2009, 16:14
|
There is the search form in the Encaps gallery.
Do you mean there is no search form on your side? Could you please show me the URL? |
|
|
|
From: Guest Date: June 09 2009, 16:45
|
I mean that after uploading and installing Encaps Gallery, there was never any search tool installed within my gallery. While browsing the forum for other information, I saw that some people mentioned that there is a search tool included which our visitors could use to find a particular photo or subject.
I could not find the codes for it...
www.*********.ca/index.php
Thank you! |
|
|
|
From: Encaps Date: June 10 2009, 11:07
|
| You are right - there is no search form in the template you use. The search form is implemented only for the templates "Refresh", "Sylevantage" and "Shopcart" |
|
|
|
From: Guest Date: June 06 2009, 22:39
|
| im from indonesia..i would like to use your software...when i try demo it can check my email but can't send notification sms to my cellphone...i use indosat provider..thank |
|
|
|
From: Encaps Date: June 09 2009, 04:27
|
| Sorry, I'm not familiar with indosat provider |
|
|
|
From: Guest Date: June 06 2009, 07:33
|
| I just purchased and installed encaps and everything is working fine except the sandbox. In the admin backoffice, I use my sandbox business email address and I chose to use sandbox mode for paypal, but when i try to "purchase" it always takes me to paypal and not to sandbox. any idea how to fix this? thankss |
|
|
|
From: Encaps Date: June 09 2009, 04:26
|
There are 4 errors in php code, you should update your encaps/shopcart.php and shopcart_ipn.php from the latest encaps-2.3.17.zip
Keep me posted. |
|
|
|
From: Guest Date: June 03 2009, 20:29
|
Hi,
i just want to know, where i have to put this small tag in, that my visitors can comment every picture in my gallery:
<? require("/users/hochzeit/www/hochzeit/encaps/comments/comments.php"); ?>
Where should i put this in? It shouldn't be under all pictures, just the comment under the picture which was commented.
Need help.
Raphey |
|
|
|
From: Encaps Date: June 03 2009, 21:41
|
| I don't know what is comments.php you mentioned, I guess you may try to include it into the bottom of catalog_item.html |
|
|
|
From: Guest Date: June 01 2009, 23:28
|
Hello, I searched the forum but could not find the exact same problem.
I wanted to try FTP upload and used Fire Ftp (Firexox addon and it works fine) to upload my files to the rwx directory.
When I click on the FTP Upload link in the Encaps Admin menu, I get these error messages.
Warning: opendir(ftp_upload) [function.opendir]: failed to open dir: No such file or directory in /home/user/public_html/mydomain/admin/catalog_tools.php on line 66
Warning: readdir(): supplied argument is not a valid Directory resource in /home/user/public_html/mydomain/admin/catalog_tools.php on line 67
Would the catalog_tools.php file be damaged? |
|
|
|
From: Encaps Date: June 02 2009, 05:26
|
| Let me inspect your website |
|
|
|
From: Guest Date: June 02 2009, 07:30
|
| Sending you an email with the info. Thank you! |
|
|