Can't get my Album List to populate. I just reinstalled Photo Popup 3.3, re-uploaded all files, and imported the XML and allowed overwrite. When I go to post images, I only have the "all my photos" option.
I'm using vBulletin 3.8.3 with the default vBulletin albums.
Here's the debug:
PHP Code:
Debug information
Version: 3.3
Photo Popup Settings (from AdminCP)
num_of_cols: 3
num_of_rows: 7
num_total:21
widht: 600
heigth: 680
products: albums
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: 1
code_usergroups: 0
Code (this is what is inside the table cells)
<a href="#" onclick="thumbpaste('<a href=\'/forums/picture.php?albumid=4&pictureid=80\'><img src=\'/forums/picture.php?albumid=4&pictureid=80&thumb=1\' style=\'border: 0\' /></a> ','[url=\'http://www.brickjunkies.com/forums/picture.php?albumid=4&pictureid=80\'][img]https://vborg.vbsupport.ru/[/img][/url] ')"><img src="http://www.brickjunkies.com/forums/picture.php?albumid=4&pictureid=80&thumb=1" style="border: 0" title=""/></a>
Database Query
SELECT pictureid, vb_albumpicture.albumid FROM vb_albumpicture INNER JOIN vb_album ON vb_albumpicture.albumid = vb_album.albumid WHERE userid = 1 ORDER BY pictureid DESC LIMIT 0, 21
Link to Original
[url]http://www.brickjunkies.com/forums/picture.php?albumid=4&pictureid=80[/url]
Link to Thumb
[url]http://www.brickjunkies.com/forums/picture.php?albumid=4&pictureid=80&thumb=1[/url]
Used product: albums
Cookie
Read Cookie: albums,all,link_thumb_2_orig
Set Cookie: albums,all,link_thumb_2_orig
Table building (rows and columns)
[td 1][td 2][td 3][tr][td 1][td 2][td 3][tr][td 1][td 2][td 3][tr][td 1][td 2][td 3][tr][td 1][td 2][td 3][tr][td 1][td 2][td 3][tr][td 1][td 2][td 3]
I even disabled all of my add-ons and still can't get it to work. Everything else about the mod works, I can insert images, change rows and columns, etc.