Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
"Meet our Team" in Forumhome Details »»
"Meet our Team" in Forumhome
Version: 1.1.0, by vbFreelancers vbFreelancers is offline
Developer Last Online: May 2008 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 01-19-2008 Last Update: 01-24-2008 Installs: 59
Uses Plugins Template Edits
Code Changes Additional Files Is in Beta Stage  
No support by the author.

Removed by the Author
due to luck of free time to support it.
------------------------------------------------------------



Meet our Team in Forumhome
by vbFrerlancers


New features in version 1.1.0
  1. Now you can choose to show user's Avatar or Image. If you choose Image and there is no one, then user's Avatar is displaying
  2. You can choose any usergroup you want to show
  3. Code moved to hook system, so you don't need any file or templates modifications.
I developed this mini-mod for our site, but I thought that maybe some of you, need something like this, so I added some attractive options to fit to your special needs.

1.- What it does

Very simple things comparing with our other mods. This shows your site's team in forum home. It's a good way to introduce yourselves to your visitors and members.

2.- Options


I believe that I added lots of configurable options (have more in my mind), but everything is depending on it's popularity. The default options are:
  1. Show/Hide the blocks
  2. How many members to show in the block
  3. Choose to show Avatar or user's Image
  4. If you choose Image you can setup the max width
  5. What interface to use for the block (Table or Fieldset)
  6. If it's table to use border or not
  7. Show header for the block or not
  8. Text to use for header
  9. Show online/offline status (Yes/No)
  10. Show last activity (Yes/No)
  11. Text for Last Activity (eg Last seen)
3.- Installation


Installation is pretty easy:
  1. Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
  2. Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
  3. From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product_siteteam.xml
  4. Set the various options at: Meet Our Team Options. If you can't see the menu on the left, press F5
4.- Upgrade from versions 1.0.0 & 1.0.1
  1. Revome the code that you've added at index.php
  2. Remove the variable $siteteam from FORUMHOME template
  3. Follow the steps for a new installation
That's all. Hope to enjoy it

Marina

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 01-20-2008, 11:42 PM
TCE Killa TCE Killa is offline
 
Join Date: Dec 2007
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks man, works great, one thing though, you should add Super Moderators to it as well, not just mods and admins. Thanks alot though, marked installed.
Reply With Quote
  #3  
Old 01-21-2008, 12:23 AM
0tolerance 0tolerance is offline
 
Join Date: Jun 2007
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its an awesome mod and im thinking of adding it to my website.
As an addon to it, you should add a options menu to select which groups to show, so some people can show admin only others can show every one..
perhaps even
Reply With Quote
  #4  
Old 01-21-2008, 01:41 PM
PinkDaisy's Avatar
PinkDaisy PinkDaisy is offline
 
Join Date: Sep 2006
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great hack!
Is there a way to have it show all of the team (admin/super mods/mods) but maybe not have it stretch the page and have the rest as a more link to open up? hope this makes sense!
Reply With Quote
  #5  
Old 01-21-2008, 02:01 PM
vbFreelancers vbFreelancers is offline
 
Join Date: Jan 2008
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PinkDaisy View Post
great hack!
Is there a way to have it show all of the team (admin/super mods/mods) but maybe not have it stretch the page and have the rest as a more link to open up? hope this makes sense!
I'll fix it (actually it's just a line of code) to include super mods. As for the other. The templare dosen't uses fix width but 100% of the place that you'll put it. If you add it in a smaller place will not cover the whole width. But of course you must reduce the amount of shown users.
If you want to add them in a column rather than a row, it needs 2 trivials template modifications
Reply With Quote
  #6  
Old 01-21-2008, 02:21 PM
AtaPulja AtaPulja is offline
 
Join Date: Dec 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
Reply With Quote
  #7  
Old 01-21-2008, 04:19 PM
Pitman's Avatar
Pitman Pitman is offline
 
Join Date: Dec 2001
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vbFreelancers
- Open your vB index file (usally index.php)
Search for:
Code:
// ### ALL DONE!
Add above:
Code:
if($vbulletin->options['siteteam_active'] == '1') 
 {
  require_once('vbF_Functions.php');
  $teambits = meet_our_team();             
  eval('$siteteam = "' . fetch_template('siteteam_main') . '";');
  }
Couldn't this be used as a plugin using the forumhome_complete hook?
Reply With Quote
  #8  
Old 01-21-2008, 04:34 PM
vbFreelancers vbFreelancers is offline
 
Join Date: Jan 2008
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pitman View Post
Couldn't this be used as a plugin using the forumhome_complete hook?
Maybe in a later update. As I wrote in my post I did this mod for my own use and then thought to post it here and I added the admin section. If I see that there is a good amount of downloads I'll extend it in many ways. eg by letting admin decide to use avatar or image, or more complicated "avatar if no image exists" and many other things.
Reply With Quote
  #9  
Old 01-21-2008, 06:56 PM
TCE Killa TCE Killa is offline
 
Join Date: Dec 2007
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What do I add into templates to add Super Mods to the Site Team? Thanks.
Reply With Quote
  #10  
Old 01-21-2008, 07:08 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, vbFreelancers. Very nice hack.
Maria's daughter ? I hope she is well
Reply With Quote
Reply

Thread Tools

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 11:15 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07602 seconds
  • Memory Usage 2,294KB
  • 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_code
  • (3)bbcode_quote
  • (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
  • (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