Version: 1.1.0, by vbFreelancers
Developer Last Online: May 2008
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
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
You can choose any usergroup you want to show
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:
Show/Hide the blocks
How many members to show in the block
Choose to show Avatar or user's Image
If you choose Image you can setup the max width
What interface to use for the block (Table or Fieldset)
If it's table to use border or not
Show header for the block or not
Text to use for header
Show online/offline status (Yes/No)
Show last activity (Yes/No)
Text for Last Activity (eg Last seen)
3.- Installation
Installation is pretty easy:
Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product_siteteam.xml
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
Revome the code that you've added at index.php
Remove the variable $siteteam from FORUMHOME template
I had the same problem, to fix it I disabled viewing Meet the Team for guests.
EDIT PLUGIN "Show Meet our team at forum home page"
ADD TO FIRST LINE
Code:
if ($vbulletin->userinfo['userid'] > 0) {
ADD TO LAST LINE
Code:
}
Downloaded file, EDIT PLUGIN "Show Meet our team at forum home page" Fixed error on page but I don't have a meet our team tab in the admin control panel. Checked directory: vb_installation/includes/xml/ there is a file: cpnav_siteteam.xml in there. Any help would be much appreciated.
I have a problem with this on guest page it shows this error Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /index.php(537) : eval()'d code on line 39 When I select no on Do you want to show your Team? The Warning goes away. Any suggestions on how to fix this? I like the mod on the forum. Thanks Dave
This issue will effect anyone who is using php5. I just installed php5 on my server and got this error. Took me a while to determine which plug in it is, but I found that it was indeed the plug-in's from this mod.
There is a fix for this, hopefully the author can correct it and update the mod for people to download again.
Hi, I installed this to my forum, but everything was messed up if you were logged out, other than the meet the team.
I´m wondering if there is something wrong with my forum, or if it´s incompatible with this hack, or if I did something wrong. The welcome message text on the forum index dissapeared, and all text around who´s online now, and statistics text.
No more errors for those of you running php5. Worked for me.
Thanks again to Abe1!!
This is what I have on forum page; Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
I have 5 members listed in site team, showing 4 Warning: array_merge, If I remove the other 4 members the Warning: array_merge is gone. Very confused