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
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
The array error is being caused because you are running php5 on your server, where this mod was intended for php4.
Try what I wrote in my previous post and see of that takes care of it.
The array error is being caused because you are running php5 on your server, where this mod was intended for php4.
Try what I wrote in my previous post and see of that takes care of it.
Thank you again for your help dancue. Found the problem in another application that was running on site. All good now! Let me know if you have any luck in editing users title to show on forum for this application. Again Thanks Dave:up:
Let me know if it works for you. I still haven't figured it out.
got to wait on this one I did installed it few weeks ago and had to see and still waiting on originals ownner to discribe me a bug that am having on ... disableing it seem to be the only cure to it
I am very surprised on delay is taking maria to fix this bug
I know that the error began and is caused by this plugin "Site Team Version 1.1.0 for VB version 3.6.8, I am also using PHP5 if that helps.....
Where or what do I look for to edit and in which files to fix this error or stop it from being thrown. The Plugin actually functions, I just get the error code seen at the top of the forum page. If I turn off the SiteTeam plugin or make it in-active then the error goes away. It also started giving me that error right after I installed the plugin "SiteTeam v1.1.0" so I am certain that this is where the problem lies correct?
So what exactly do I edit to fix this? Im very confused.
I know that the error began and is caused by this plugin "Site Team Version 1.1.0 for VB version 3.6.8, I am also using PHP5 if that helps.....
Where or what do I look for to edit and in which files to fix this error or stop it from being thrown. The Plugin actually functions, I just get the error code seen at the top of the forum page. If I turn off the SiteTeam plugin or make it in-active then the error goes away. It also started giving me that error right after I installed the plugin "SiteTeam v1.1.0" so I am certain that this is where the problem lies correct?
So what exactly do I edit to fix this? Im very confused.
Thank you!
Go to Plugins and Products on the left hand side of your admincp.
Go to Plugin Manager and search for the plug-in titled "Show Meet our team at forum home page"
Click on the title or the word edit.
In the field titled "Plugin PHP Code" you will find the php code where you will need to look for the following:
Make sure the plugin is set to active status and save. That should be it.
If what you are saying is that you did the above already and it did not work, then I don't know what to tell you. I am running this on PHP5 right now with 3.7 RC1. I was also running it on PHP5 3.6.8, and it was working just fine as well.