Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
View Users Attachments Details »»
View Users Attachments
Mod Version: 1.00, by .Tim (Coder/Designer) .Tim is offline
Developer Last Online: Mar 2013 I like it Show Printable Version Email this Page

vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 27
Released: 01 Oct 2005 Last Update: 08 Oct 2005 Downloads: 16
Not Supported Template Edits  

This allows you to put a link in users profiles to allow their attachments to be viewed.

In the MEMBERINFO template

Find:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add above it:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

To add link in postbit.
In your postbit (or postbit legacy) template find:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

And add after:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

For link in member list.

Find in memberlist template:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add after:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Find in memberlist_resultsbit template:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add after:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

(I believe you have to have attachments enabled in your vbulletin options to view thumbnails, otherwise they'll just show as links)

No screenshot because it looks just how it looks when you view your own attachments in your usercp, just without the sidebar

Download Now

Only licensed members can download files, Click Here for more information.

Screenshots

Click image for larger version

Name:	attach1.jpg
Views:	423
Size:	16.8 KB
ID:	35482Click image for larger version

Name:	attach2.jpg
Views:	437
Size:	24.0 KB
ID:	35483Click image for larger version

Name:	attach3.jpg
Views:	295
Size:	6.6 KB
ID:	35484

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Comments
  #2  
Old 02 Oct 2005, 00:44
Daniel's Avatar
Daniel Daniel is offline
 
Join Date: Jul 2005
Real name: Daniel
Nice
Reply With Quote
  #3  
Old 02 Oct 2005, 01:20
memorex memorex is offline
 
Join Date: Mar 2004
I agree Nice,

Thanks
Reply With Quote
  #4  
Old 02 Oct 2005, 03:02
Bad Bunny's Avatar
Bad Bunny Bad Bunny is offline
 
Join Date: Apr 2002
Originally Posted by memorex
I agree Nice,

Thanks
Thanks for this release.
Should there be a session in the url? And is it possible to have a conditional to only show it if the person has attachments?
Reply With Quote
  #5  
Old 02 Oct 2005, 03:16
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Real name: Tim
Originally Posted by Bad Bunny
Thanks for this release.
Should there be a session in the url? And is it possible to have a conditional to only show it if the person has attachments?
Don't think it'd be an issue if it's not in there but I added it anyways.

As far as the conditional, I don't know, this "hack" is really just doing something automatically that you can do manually at any vbulletin board by just adding:

profile.php?do=editattachments&u=1&showthumbs=1

at the end of the forum url and changing u=1 for whatever userid you want to see.
Reply With Quote
  #6  
Old 02 Oct 2005, 03:45
Kihon Kata's Avatar
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Originally Posted by .Tim
Don't think it'd be an issue if it's not in there but I added it anyways.

As far as the conditional, I don't know, this "hack" is really just doing something automatically that you can do manually at any vbulletin board by just adding:

profile.php?do=editattachments&u=1&showthumbs=1

at the end of the forum url and changing u=1 for whatever userid you want to see.
well with that new fix, it just killed my link.
__________________
3MultiMedia.com - Simple, Effective CMS WebDesign
Reply With Quote
  #7  
Old 02 Oct 2005, 03:49
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Real name: Tim
Originally Posted by TonysDesigns
well with that new fix, it just killed my link.
That's odd, works just fine for me on both Firefox and IE. I guess you can remove the $session[sessionurl] from the code if you're having a problem.
Reply With Quote
  #8  
Old 02 Oct 2005, 03:59
Kihon Kata's Avatar
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
oh sorry, I had my HTML formatted bad LOL

Thanks
__________________
3MultiMedia.com - Simple, Effective CMS WebDesign
Reply With Quote
  #9  
Old 02 Oct 2005, 04:00
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Real name: Tim
Haha okay, no problem.
Reply With Quote
  #10  
Old 02 Oct 2005, 04:34
Bad Bunny's Avatar
Bad Bunny Bad Bunny is offline
 
Join Date: Apr 2002
Originally Posted by .Tim
Don't think it'd be an issue if it's not in there but I added it anyways.

As far as the conditional, I don't know, this "hack" is really just doing something automatically that you can do manually at any vbulletin board by just adding:

profile.php?do=editattachments&u=1&showthumbs=1

at the end of the forum url and changing u=1 for whatever userid you want to see.
Yeah, I know. I know. I'm just curious if there is a variable for it. Would rule if there was. Avoid links that don't do anything that way.
Reply With Quote
  #11  
Old 05 Oct 2005, 22:41
artpapa artpapa is offline
 
Join Date: Jan 2005
Thank you, Tim!
This is great addition to the artists forum.

Do think it's possible (and how) to insert "View Users Attachments" link to the Forum Display, Thread View and Members List?
Alexei
Reply With Quote
  #12  
Old 05 Oct 2005, 22:46
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Real name: Tim
Yeah, I'll work on that and get back to you.
Reply With Quote
  #13  
Old 05 Oct 2005, 23:18
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Real name: allan
Thanks for this hack Tim, very nice

Click Install
__________________
-------------------------------------------------------------------------------------------
Administrator vBulletin-Ressources.com, French vBulletin Resources.
Reply With Quote
  #14  
Old 08 Oct 2005, 14:04
idander idander is offline
 
Join Date: Oct 2005
Nice thxx
Reply With Quote
  #15  
Old 08 Oct 2005, 21:26
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Real name: Tim
Update:

To add link in postbit.
In your postbit (or postbit legacy) template find:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

And add after:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

For link in member list.

Find in memberlist template:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add after:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Find in memberlist_resultsbit template:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add after:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

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


New To Site? Need Help?

All times are GMT. The time now is 01:59.

Layout Options | Width: Wide Color: