"Meet our team"

SpeedRazors

New Member
Meet our Team in Forumhome
by vbFrerlancers
http://www.vbulletinfreelancers.com


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. Which usergroups to use (Admins, Mods, or both)
4. What interface to use for the block (Table or Fieldset)
5. If it's table to use border or not
6. Show header for the block or not
7. Text to use for header
8. Show online/offline status (Yes/No)
9. Show last activity (Yes/No)
10. Text for Last Activity (eg Last seen)

3.- Installation

Installation is pretty easy:
- Upload vbF_Functions.php to your vB installation
- Import product-siteteam.xml
- Set the various options. Please note that I didn't added seperate menu on the left, so you have to choose "Site Team" from vBulletin Options
- Open your vB index file (usally index.php)
Search for:
Code:
Code:
// ### ALL DONE!
Add above:
Code:
Code:
if($vbulletin->options['siteteam_active'] == '1') 
 {
  require_once('vbF_Functions.php');
  $teambits = meet_our_team();             
  eval('$siteteam = "' . fetch_template('siteteam_main') . '";');
  }
Save the file and upload it!!
- Open template: Forum Home Templates-> FORUMHOME
Change:
Code:
Code:
<!-- /main -->
<br />
<br />
With:
Code:
Code:
<!-- /main -->
<br />
$siteteam
<br />
That's all. Hope to enjoy it

Marina
 

thewolf

New Member
SpeedRazors Right that is all I did and also edit the product for the choosing what staff you want to show.
 

SpeedRazors

New Member
this hack doesn't work for vb3.7 :( if you put the change in the index.php file it will give you a fault error on your forumhome..... anyone know another place were you can post the part for the index.php file ?
 
Top