Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
show all attachments from selected user Details »»
show all attachments from selected user
Version: 1.2.0, by ageurtse ageurtse is offline
Developer Last Online: May 2018 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.0.2 Rating:
Released: 01-15-2010 Last Update: 02-19-2010 Installs: 50
Uses Plugins
Translations Is in Beta Stage  
No support by the author.

This mod shows all attachments submited by the selected user.


history
- v1.20 some fixes for vb 4.0.2, and tab position selection
- v1.10 Some small leftovers changed
- v1.10 RC2 added usergroup permision
- v1.10 RC1 added lightbox

Todo in next version
- information displaying when hovering over picture
- information displaying when showen in lightbox

Wish list
[S]- add permisions <- not realy a need for me (maybe a will add this later)
[/S]- add selection box for admins to delete a attachment <- this can be done in backend.


installation,

see readme file inside the zip file.

Download Now

File Type: zip plugin AJGattach 1.2.0.zip (24.3 KB, 218 views)
File Type: zip plugin AJGattach 1.1.0.zip (23.8 KB, 34 views)

Screenshots

File Type: jpg screen backend.jpg (64.3 KB, 0 views)
File Type: jpg screen front end 2.jpg (35.9 KB, 0 views)
File Type: jpg front end.jpg (76.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-16-2010, 11:21 AM
ageurtse ageurtse is offline
 
Join Date: Apr 2009
Location: almelo
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved by author
Reply With Quote
  #3  
Old 01-16-2010, 11:56 AM
Forum Lover Forum Lover is offline
 
Join Date: Jun 2007
Location: Sydney
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will it be possible to put a select option so that admins can delete those if they want to? Tagged.
Reply With Quote
  #4  
Old 01-16-2010, 12:23 PM
ageurtse ageurtse is offline
 
Join Date: Apr 2009
Location: almelo
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that is not planned, now at this moment i'm working on the upgrade of our board.
if that is done and it run's smooth'i will whatch into it.
Reply With Quote
  #5  
Old 01-16-2010, 12:48 PM
hakan68 hakan68 is offline
 
Join Date: Jul 2009
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks installed
Reply With Quote
  #6  
Old 01-16-2010, 02:56 PM
mandingo's Avatar
mandingo mandingo is offline
 
Join Date: Jun 2008
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some problems:



Then I clicked it and got an error.

HTML Code:
Database error in vBulletin 4.0.1:

Invalid SQL:

			SELECT attachment.attachmentid, attachment.contentid, attachment.userid, post.postid, post.threadid, post.visible,thread.forumid,
			thread.title, thread.open
			FROM vb3_attachment as attachment 
			LEFT JOIN vb3_post AS post ON (post.postid = attachment.contentid)
			LEFT JOIN vb3_thread as thread on(post.threadid = thread.threadid)
			LEFT JOIN vb3_deletionlog AS deletionlog ON(attachment.contentid = deletionlog.primaryid AND type = 'post')
			WHERE attachment.userid = 1
			AND (
			thread.forumid IN(0,47,26,43,17,22,45,23,1,28,31,36,35,2,37,25,4,8,13,15,20,27,39,5,33,11,24,3,6,14,29,12,34,7,18)
			AND thread.visible = 1 
			AND post.visible = 1 
			AND deletionlog.primaryid IS NULL);

MySQL Error   : Table 'xxxxxxx.vb3_attachment' doesn't exist
Error Number  : 1146
Request Date  : Saturday, January 16th 2010 @ 10:52:16 AM
Error Date    : Saturday, January 16th 2010 @ 10:52:16 AM
Script        : http://xxxxxxxxxxxxxxxxxx?1=&tab=AJGattach
Referrer      : http://xxxxxxxxxxxxxxxxxxxxxxxxxx
IP Address    : xxx.xxxx.xxxx
Username      : Mitch
Classname     : vB_Database
MySQL Version : 5.1.30
Reply With Quote
  #7  
Old 01-16-2010, 03:33 PM
ageurtse ageurtse is offline
 
Join Date: Apr 2009
Location: almelo
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i found what is wrong, i'm going to work on a fix.

for now you can alter in the plugin AJGattach member profile tab the prefix before the table names.
this is in my case vb3_ you can alter this by hand as a work a round.

when i finished it i will reupload the new file.

above problem is solved
Reply With Quote
  #8  
Old 01-16-2010, 04:05 PM
mandingo's Avatar
mandingo mandingo is offline
 
Join Date: Jun 2008
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tried update,still error and language still Dutch
HTML Code:
Database error in vBulletin 4.0.1:

Invalid SQL:

			SELECT attachment.attachmentid, attachment.contentid, attachment.userid, post.postid, post.threadid, post.visible,thread.forumid,
			thread.title, thread.open
			FROM vb3_attachment as attachment 
			LEFT JOIN vb3_post AS post ON (post.postid = attachment.contentid)
			LEFT JOIN vb3_thread as thread on(post.threadid = thread.threadid)
			LEFT JOIN vb3_deletionlog AS deletionlog ON(attachment.contentid = deletionlog.primaryid AND type = 'post')
			WHERE attachment.userid = 125
			AND (
			thread.forumid IN(0,47,26,43,17,22,45,23,1,28,31,36,35,2,37,25,4,8,13,15,20,27,39,5,33,11,24,3,6,14,29,12,34,7,18)
			AND thread.visible = 1 
			AND post.visible = 1 
			AND deletionlog.primaryid IS NULL);

MySQL Error   : Table 'xxxxxxxxxxx.vb3_attachment' doesn't exist
Error Number  : 1146
Request Date  : Saturday, January 16th 2010 @ 12:01:03 PM
Error Date    : Saturday, January 16th 2010 @ 12:01:03 PM
Script        : http://xxxxxxxxxxxxxxxxxxxxxxxxxx?125=&tab=AJGattach
Referrer      : http://xxxxxxxxxxxxxxxxxxx/3835-Best-of-Pride-Episode-1-List-of-Fights-Shown
IP Address    : xx.xxxx.xxxx.xxx.x.x.x.x
Username      : Mitch
Classname     : vB_Database
MySQL Version : 5.1.30
Reply With Quote
  #9  
Old 01-16-2010, 04:24 PM
ageurtse ageurtse is offline
 
Join Date: Apr 2009
Location: almelo
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry, i did uploadt the wrong file
Reply With Quote
  #10  
Old 01-16-2010, 04:40 PM
mandingo's Avatar
mandingo mandingo is offline
 
Join Date: Jun 2008
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,it's me again.
It works!!

but:
click for screenshot

Not sure if this is a me thing or a you thing.
Sorry if i'm being a pain.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:02 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04662 seconds
  • Memory Usage 2,321KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (5)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete