Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Custom Profile Pic Gallery Details »»
Custom Profile Pic Gallery
Version: 1.00, by VBDev VBDev is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 02-17-2004 Last Update: Never Installs: 14
 
No support by the author.

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:

[HIGH]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[/HIGH]

Show Your Support

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

Comments
  #2  
Old 02-18-2004, 08:53 PM
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice add-on. Installs.

Woohoo First one :banana:
Reply With Quote
  #3  
Old 02-18-2004, 08:54 PM
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Location: london
Posts: 854
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Gr8 work would be nice if users could have multiple pics and that they auto thumbnailed
Reply With Quote
  #4  
Old 02-18-2004, 08:59 PM
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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 02-18-2004, 09:00 PM
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Location: london
Posts: 854
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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 02-18-2004, 09:17 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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 02-18-2004, 09:42 PM
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ooops forgot to do everything but hit the install button lol.
Reply With Quote
  #8  
Old 02-18-2004, 10:00 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 02-18-2004, 10:08 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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
Quote:
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 02-18-2004, 10:19 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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

Code:
class="alt$alt"
Instead you should use:
Code:
class="$bgclass"
Also, in the PHP you use
PHP Code:
  $alt++;
     if (
$alt>2$alt="1"
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
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 02:28 PM.


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.04608 seconds
  • Memory Usage 2,307KB
  • Queries Executed 23 (?)
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_code
  • (1)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete