Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Custom Profile Pic Gallery Details »»
Custom Profile Pic Gallery
Mod Version: 1.00, by VBDev (Coder) VBDev is offline
Developer Last Online: May 2013 I like it Show Printable Version Email this Page

This modification is in the archives.
vB Version: 3.0.0 Rating: (0 vote - 0 average) Installs: 14
Released: 18 Feb 2004 Last Update: Never Downloads: 5
Not Supported  

This hack displays in a special page on your forum, the list of members who have a custom profile picture in their profile. THis list is composed of : username, usergroupid and the portrait.

It adds moreover in the postbit a small image which indicates if the user has a custom profile picture. By clicking this small icon, you'll be redirected to the portraits'gallery at the letter which corresponds to the user's username.

File to modify : 1
File to upload : 1
Templates to create : 3
Templates to modify : 3
Phrases to add : 5
Installation time : 10-15 min




Ce hack vous permet d'afficher dans une page speciale sur votre forum la liste de tous les membres ayant une image perso dans leur profil.
Cette liste comporte le nom du membre, son usergroup et son portrait.

Il ajoute en plus une image dans le postbit qui indique que le membre a une image perso, et en cliquant sur cette image, on se retrouve sur la page des images persos a la lettre correspondante au pseudo du membre.

FIchier a modifier : 1
Fichier à uploader : 1
Templates a creer : 3
Templates a modifier : 2
Phrases a ajouter : 5
Temps d'installation : 10-15 min


:devious:

This hack has been released by VBulletinDev's team : http://www.vbulletindev.net

Ce hack a ete realisé par la team de VBulletinDev et est telechargeable en FR sur http://www.vbulletindev.net

Download Now

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

Screenshots

Click image for larger version

Name:	sc1.gif
Views:	916
Size:	157.0 KB
ID:	16863Click image for larger version

Name:	sc2.gif
Views:	523
Size:	15.8 KB
ID:	16864

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Simple Profile Pic Gallery Christine vBulletin 3.5 Add-ons 90 11 Mar 2011 15:59
Profile Gallery: Allow Users to Upload Member Profile Images calorie vBulletin 3.6 Add-ons 45 13 Jan 2008 15:18

Comments
  #2  
Old 18 Feb 2004, 21:53
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Nice add-on. Installs.

Woohoo First one :banana:
Reply With Quote
  #3  
Old 18 Feb 2004, 21:54
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Real name: wayne
Gr8 work would be nice if users could have multiple pics and that they auto thumbnailed
Reply With Quote
  #4  
Old 18 Feb 2004, 21:59
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Originally Posted by corsacrazy
Gr8 work would be nice if users could have multiple pics and that they auto thumbnailed
I feel the same way
Reply With Quote
  #5  
Old 18 Feb 2004, 22:00
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Real name: wayne
Originally Posted by Rampag33
I feel the same way
would benifit many boards, especially mine for a car gallery etc :P
Reply With Quote
  #6  
Old 18 Feb 2004, 22:17
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Real name: Clément
Originally Posted by Rampag33
Nice add-on. Installs.

Woohoo First one :banana:
Please clicks install if you use this hack

For multiple pics and thumbnails, it's really an other problem
GD has to be activated and allowed on the server and modifications are really more important :ermm:
Reply With Quote
  #7  
Old 18 Feb 2004, 22:42
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
ooops forgot to do everything but hit the install button lol.
Reply With Quote
  #8  
Old 18 Feb 2004, 23:00
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Real name: Andreas
Nice one
But some hints:
- You should not construct the background class manually - just use exec_switch_bg() and $bgclass
- Use construct_page_nav() to construct page navigation. This is the standard way of doing page navigation and makes this a lot easier
Reply With Quote
  #9  
Old 18 Feb 2004, 23:08
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Real name: Clément
Originally Posted by KirbyDE
Nice one
But some hints:
- You should not construct the background class manually - just use exec_switch_bg() and $bgclass
- Use construct_page_nav() to construct page navigation. This is the standard way of doing page navigation and makes this a lot easier
@Kirby : What do you mean with
not construct the background class manually
I didn't understood

For the navigation, I'll look at it, I think it could be easier as you say
Reply With Quote
  #10  
Old 18 Feb 2004, 23:19
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Real name: Andreas
Originally Posted by VBDev
@Kirby : What do you mean with I didn't understood

For the navigation, I'll look at it, I think it could be easier as you say
In the Templates you use


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

Instead you should use:

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

Also, in the PHP you use

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

This should be replaced with exec_switch_bg();

> For the navigation, I'll look at it, I think it could be easier as you say
Erm ... yes. I kicked out like 35 lines of code
Reply With Quote
  #11  
Old 19 Feb 2004, 04:40
Omega Prime's Avatar
Omega Prime Omega Prime is offline
 
Join Date: Sep 2002
Perhaps I've done something wrong, but clicking on the profil_pic.php file from my forum shows up with a blank page... I've added the phrases, templates, and edited showthread.php, but I'm not sure why it doesn't show up right
Reply With Quote
  #12  
Old 19 Feb 2004, 07:41
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Real name: Andreas
Make sure you got the template names correct (eg. PROFIL_PIC and not profile_pic or smth. like that).

Last edited by KirbyDE : 24 Feb 2004 at 21:40.
Reply With Quote
  #13  
Old 19 Feb 2004, 09:51
LeeCHeSSS's Avatar
LeeCHeSSS LeeCHeSSS is offline
 
Join Date: Dec 2001
Originally Posted by corsacrazy
Gr8 work would be nice if users could have multiple pics and that they auto thumbnailed
I have created exactly that hack for one of my boards (I got sick of Photopost...). You can even have a public and a private gallery.

I will release it soonish.
Reply With Quote
  #14  
Old 19 Feb 2004, 19:53
Omega Prime's Avatar
Omega Prime Omega Prime is offline
 
Join Date: Sep 2002
Unhappy

Originally Posted by KirbyDE
Make sure you got the template names correct (eg. PROFIL_PIC and not profile_ic or smth. like that).
I did that already, but it still shows up "empty"... :ermm:
Reply With Quote
  #15  
Old 19 Feb 2004, 22:37
NyCwill NyCwill is offline
 
Join Date: Feb 2002
Real name: William
Originally Posted by LeeCHeSSS
I have created exactly that hack for one of my boards (I got sick of Photopost...). You can even have a public and a private gallery.

I will release it soonish.
I, myself and I know other members would love it. Can't wait for you to release it... do you have a site that already have it or mayb a screenshot
__________________
http://www.a-oneforums.com
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 09:45.

Layout Options | Width: Wide Color: