View Single Post
  #291  
Old 08-01-2013, 08:24 PM
tommythejoat's Avatar
tommythejoat tommythejoat is offline
 
Join Date: Apr 2008
Location: Boston
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I open the popup in the editor and select attachments, I see a drop down with all my attachment sub-folders listed but if I try to search or list the contents of any of them the result is mostly empty and what does show is not in the proper category.

I don't see any setting to address this but I have not looked at the code.

I ran a query to see if the identifiers were in the database with this result. It loks like I should be seeing lots of images to choose from.

Code:
 SQL query: 
SELECT count(`filedataid`) count, 
min(`filedataid`) Lo, 
max(`filedataid`) Hi, 
`categoryid` 
FROM `attachmentcategoryuser` 
WHERE `userid` = me
group by categoryid LIMIT 0, 30 ;
Rows: 24
count 	Lo 	Hi 	categoryid
1269 	153 	174971 	0
12 	115122 	137322 	1
6 	112866 	116874 	2
3 	127463 	127465 	6
63 	128128 	128190 	7
21 	135567 	135806 	9
18 	138488 	138505 	11
8 	139374 	139381 	12
7 	139610 	139616 	13
13 	139779 	139791 	14
14 	139813 	139826 	15
13 	140048 	140060 	16
17 	140411 	140428 	17
5 	140826 	140830 	18
7 	146336 	146342 	20
4 	146708 	149977 	21
4 	118857 	148660 	22
21 	148860 	154965 	23
9 	162544 	162552 	67
29 	164775 	165197 	68
8 	165910 	165917 	69
11 	167796 	167806 	70
4 	167887 	167890 	71
3 	168602 	168604 	72
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01113 seconds
  • Memory Usage 1,765KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete