Small Problem.
PHP Code:
Debug information
Version: 4.1.001
Photo Popup Settings (from AdminCP)
num_of_cols: 3 [3]
num_of_rows: 3 [3]
num_total: 9
widht: 600
heigth: 680
products: albums attachments
insert_options_allowed: link_thumb_2_orig link_thumb_2_gallery link_med_2_orig link_med_2_gallery thumb med orig thumb_2_gallery_link_below med_2_gallery_link_below orig_2_gallery_link_below
allow_albums: 0
code_usergroups: 0
Code (this is what is inside the table cells)
<a href="#" onclick="thumbpaste('<img src=\'http://www.saab-cars.de/attachment.php?attachmentid=74702&thumb=1\' style=\'border: 0\' />','[img]https://vborg.vbsupport.ru/external/2012/03/35.jpg[/img]');event.returnValue=false;return false;"><img src="http://www.saab-cars.de/attachment.php?attachmentid=74702&thumb=1" style="border: 0" title=""/></a>
Images query:
SELECT att.attachmentid, att.contentid FROM attachment as att WHERE (att.userid = 10872 ) AND att.contenttypeid = '8' ORDER BY att.attachmentid DESC LIMIT 0, 9
Albums query (only if not coming from cache):
Pagination query:
SELECT COUNT('attachmentid') AS fotos FROM attachment as att WHERE (att.userid = 10872 ) AND att.contenttypeid = '8'
Link to Original
http://www.saab-cars.de/attachment.php?attachmentid=74702
Link to Thumb
http://www.saab-cars.de/attachment.php?attachmentid=74702&thumb=1
Used product: albums
Albums possible: 1
Cookie
Read Cookie: albums,,thumb,0
Set Cookie: albums,,thumb,0
Cache Cookie:
Table building (rows and columns)
[td ][td][td][td][tr][td][td][td][tr][td][td][td]
Preview is Ok, when we save, we have only the code no pictures.