|
|
|
|
From: Guest Date: July 13 2008, 03:11
|
Hi Andrew, When i am uploading a new image this error I am getting Please please help me :
"
Uploaded: ../rwx_gallery/DSC_0158.JPG
Warning: Division by zero in C:wampwww********-********.class.php on line 281
Warning: Division by zero in C:wampwwwgallery-sitecoremisc.class.php on line 281
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in C:wampwwwgallery-sitecoremisc.class.php on line 303
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in C:wampwww********-********.class.php on line 304
Warning: imagejpeg(): supplied argument is not a valid Image resource in C:wampwww********-********.class.php on line 305
Resized: ../rwx_gallery/DSC_0158.JPG
Resized: ../rwx_gallery/thumbs/DSC_0158.JPG "
|
|
|
|
From: Encaps Date: July 14 2008, 06:57
|
| I guess you turned on config param "Resize image on upload", but "Max image width or height" is "0" - it should not be "0", if you want to resize the image on upload. Let me know. |
|
|
|
From: Guest Date: July 12 2008, 21:44
|
| How can i disable right click on my gallery pages? |
|
|
|
From: Encaps Date: July 14 2008, 06:59
|
| I guess it's possible with JavaScript somehow, but don't know how exactly. |
|
|
|
From: Guest Date: July 07 2008, 14:59
|
| Is it possible to have multiple products associated with each image? ie I am offering giclee prints, and want to offer different sized ones for each image, etc |
|
|
|
From: Encaps Date: July 07 2008, 15:33
|
| No, unfortunately no. |
|
|
|
From: Guest Date: July 05 2008, 15:09
|
Hi Andrew,
Well Actually I bought your software last two weeks before but today I watched your demo because let me check is there any updates I got a form on shopping cart when we select items we are getting enquiry form below after submitting it - your enquiry is transfering to admin section.
So please give me that code......waiting for your reply!!!! |
|
|
|
From: Encaps Date: July 06 2008, 08:19
|
| Sorry,I did not understand you. Could you please clarify? |
|
|
|
From: Guest Date: June 30 2008, 19:18
|
hello...
Just installed at
*********.com/layout1.html
The Paypal intergration, does not seem to function.
Getting an error message from the PayPal page. |
|
|
|
From: Encaps Date: July 01 2008, 03:12
|
| Checking in, will let you know. |
|
|
|
From: Guest Date: July 02 2008, 02:32
|
| Would appreciate any help here... Site is ready to go live except for this issue.. |
|
|
|
From: Encaps Date: July 02 2008, 11:39
|
Actually it's ok now...
I just tested paypal sandbox - it was ok, so I turned off sandbox, and was surprised - it's still ok.
I guess the business e-mail is changed actually... suppose it is the reason.
|
|
|
|
From: Guest Date: June 30 2008, 03:50
|
hallo, i integrated the Gallery on my Webpage, and i like it, but how can i insert linewraps in the Description field.
It would be look like this:
TEXT1 : TEST
TEXT2 : TEST TEST TEST
TEXT3 : TEST TEST
PLEASE HELP ME! |
|
|
|
From: Guest Date: June 30 2008, 08:10
|
yes you can
you must add <p> after the end of the line
it will work 100% |
|
|
|
From: Guest Date: June 30 2008, 08:12
|
sorry
you must add <br> where you want another line
test<br>test1<br>test2<br>
the you will get
test
test1
test2
Good luck |
|
|
|
From: Guest Date: June 30 2008, 10:20
|
Thank you,
:-) Of course , sometimes it could be sooooo easy.
|
|
|
|
From: Guest Date: June 29 2008, 23:55
|
| there's a problem with pagination.html when use the firefox or other browsers. if the pages more than the width(many pages), IE can set the newline, but Firefox can't, is there any way to change? |
|
|
|
From: Encaps Date: June 30 2008, 10:41
|
| Could you please show me the problem? |
|
|
|
From: Guest Date: June 30 2008, 22:33
|
for example, if i have 150 pages
« [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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 »
when use IE browser, the pagination can be auto have the newline, but if i use FIREFOX browser, the pagination only display oneline!, how to do that use FIREFOX also have the newline? |
|
|
|
From: Encaps Date: July 01 2008, 01:24
|
| Please show me the problem (URL), not the sample. |
|
|
|
From: Guest Date: July 01 2008, 22:44
|
| use ie and firefox visit http://***.****-*******.com/ |
|
|
|
From: Encaps Date: July 02 2008, 11:45
|
| Thanks for the URL, checking in... |
|
|
|
From: Encaps Date: July 02 2008, 14:14
|
| Something wrong with your html layout. You may try to play with css style="white-space:normal" |
|
|
|
From: Guest Date: June 28 2008, 16:15
|
Hi, is there any way to display the last 12 pictures only in the index page.
|
|
|
|
From: Encaps Date: June 30 2008, 10:40
|
You may try something like this for your index.php:
<?php
$items=$gallery->db->query("SELECT * FROM ".$config["db_prefix"]."gallery ORDER BY id DESC LIMIT 12";
foreach($items as $item){
?>
<img src="rwx_gallery/<?php echo $item["filename_normal"]?>">
<?php } ?> |
|
|
|
From: Guest Date: June 30 2008, 15:46
|
sorry i tried it but it doesn't work
where do you want me to include the code???
thanks in advance
Khodor |
|
|
|
From: Encaps Date: June 30 2008, 16:09
|
| Where do you want to output the latest 12 items? Please send me your index.php |
|
|
|
From: Guest Date: July 03 2008, 15:36
|
let's say in empty index1.php page in the main directory of the gallery
I hope you understand me
thanks in advance |
|
|
|
From: Encaps Date: July 03 2008, 15:53
|
<?php
include("catalog_head.php");
include("catalog_head.html");
$items=$gallery->db->query("SELECT * FROM ".$config["db_prefix"]."gallery ORDER BY id DESC LIMIT 12");
foreach($items as $item){
?><a href="catalog.php?action=show_custom&id=<?php echo $item["id"]?>"><img
src="rwx_gallery/thumbs/<?php echo $item["filename_thumb"]?>"></a><?php
}
include("catalog_foot.html");
?> |
|
|
|
From: Guest Date: June 25 2008, 13:39
|
| I need the images within the galleries to come up in a certain order. Using ranks works, but if I add an image somewhere in the middle, I have to re-number every image one by one. I will have over one thousand images by the time I'm done so it would take a long time to re-number this way each time I add a new image. Is there an easier way to do this? |
|
|
|
From: Encaps Date: June 25 2008, 14:31
|
| Unfortunately no |
|
|
|
From: Guest Date: June 25 2008, 17:29
|
| What about allowing an unlimited rank number? For example, you have 300 images in a gallery, but you can set the rank to whatever number you like including higher than 300? that way you can assign images in blocks of numbers with room in between for new additions. Possible? |
|
|
|
From: Encaps Date: June 26 2008, 12:07
|
| Sorry, did not get it. Could you please provide another example? |
|
|
|
From: Guest Date: July 04 2008, 20:14
|
| For example... you have 300 images in a gallery. As it is now, in the admin section you can rank them from 1 to 300 to set the order they are displayed in. BUT... can it be set instead so you can number them whatever you like instead of being limited to 1-300. That way I can number the first one 1 rank, the second one 50 rank, the third one 100 rank, etc. then when I add new images I can use numbers in between to make them come up where I want. |
|
|
|
From: Guest Date: June 24 2008, 03:04
|
| Is it possible allow folders within rxw_gallery? I have approximately 2,000 photos going into this folder and it would be much easier to keep them organized for updates, changes and links if I could use a few folders. |
|
|
|
From: Encaps Date: June 24 2008, 10:39
|
| Not possible without customization. |
|
|