Quote:
Originally Posted by cory_booth
For the record... It has been posted here a few times...
The drop-down for album categories does not populate.
If I open photo-popup, everything works fine, but the only option I have is ALL IMAGES.
Thus I have to flip through 1000s of photos to find the ones I want.
I cannot drill down through my albums.
Yes...
I have seen and tried the filter override settings.
|
Quote:
Originally Posted by stylez84
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]http://www.brickjunkies.com/forums/picture.php?albumid=4&pictureid=80&thumb=1[/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.
|
Same here, using standard vb albums. I get "From which album", Then only "all my photos". On 3.8.3. Will post debug shortly.
Working perfectly aside from that.
PHP Code:
Debug information
Version: 3.3
Photo Popup Settings (from AdminCP)
num_of_cols: 4
num_of_rows: 4
num_total:16
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('<div align=\'center\'><img src=\'/forum/picture.php?albumid=2&pictureid=80\' style=\'border: 0\' /><br /><a href=\'/forum/album.php?albumid=2&pictureid=80\'><font size="1">View image in gallery</font></a></div><br /> ','[center][img]http://www.rletc.com/forum/picture.php?albumid=2&pictureid=80[/img]\n[url=\'http://www.rletc.com/forum/album.php?albumid=2&pictureid=80\'][size=1]View image in gallery[/size][/url][/center]\n\n ')"><img src="http://www.rletc.com/forum/picture.php?albumid=2&pictureid=80&thumb=1" style="border: 0" title=""/></a>
Database Query
SELECT pictureid, vbalbumpicture.albumid FROM vbalbumpicture INNER JOIN vbalbum ON vbalbumpicture.albumid = vbalbum.albumid WHERE userid = 5 ORDER BY pictureid DESC LIMIT 0, 16
Link to Original
[url]http://www.rletc.com/forum/picture.php?albumid=2&pictureid=80[/url]
Link to Thumb
[url]http://www.rletc.com/forum/picture.php?albumid=2&pictureid=80&thumb=1[/url]
Used product: albums
Cookie
Read Cookie: albums,all,orig_2_gallery_link_below
Set Cookie: albums,all,orig_2_gallery_link_below
Table building (rows and columns)
[td 1][td 2][td 3][td 4][tr][td 1][td 2][td 3][td 4][tr][td 1][td 2][td 3][td 4][tr][td 1][td 2][td 3][td 4]