PDA

View Full Version : Mini Mods - "Meet our Team" in Forumhome


vbFreelancers
01-19-2008, 10:00 PM
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 F54.- 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
Follow the steps for a new installationThat's all. Hope to enjoy it:)

Marina

TCE Killa
01-20-2008, 11:42 PM
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.

0tolerance
01-21-2008, 12:23 AM
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

PinkDaisy
01-21-2008, 01:41 PM
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!

vbFreelancers
01-21-2008, 02:01 PM
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

AtaPulja
01-21-2008, 02:21 PM
Thanks

Pitman
01-21-2008, 04:19 PM
- Open your vB index file (usally index.php)
Search for:
// ### ALL DONE!

Add above:
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?

vbFreelancers
01-21-2008, 04:34 PM
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.

TCE Killa
01-21-2008, 06:56 PM
What do I add into templates to add Super Mods to the Site Team? Thanks.

Sofia
01-21-2008, 07:08 PM
Thank you, vbFreelancers. Very nice hack. :)
Maria's daughter ? I hope she is well :)

jgommel
01-22-2008, 12:21 AM
Another option that would be cool is to be able to choose a users ProfilePic rather than using the Avatar. Is that even possible?

Direct Vision
01-22-2008, 01:27 PM
thanks for this.... i clicked install.....

i added the Super Mods aswell and it worked fne.

I don't know if i can upload them... maybe i the author give me permission

thanks alot

TCE Killa
01-22-2008, 02:33 PM
^How do you add super mods? Thanks.

RedGTiVR6
01-22-2008, 03:41 PM
I like this idea a LOT!

I'd also like to echo the sentament that I'd like it as a product instead of having to modify code.

I know you're wanting to wait and see how many people download it...but I think that's actually what's preventing people from downloading it. Many ppl don't like to install mods unless they are products as they don't like to hack the core files of vBulletin.

Just some food for thought!

I have installed this, but I don't have it active because it doesn't meet all of my needs. I'd like the ability to physically pick the users, not just a user group. I'd also like it to be a plug-in, and not have to leave core code hacked.

Mike-D
01-22-2008, 05:38 PM
Thanks man, works great, ...On a side note: It's a woman :D

vbFreelancers
01-22-2008, 05:48 PM
On a side note: It's a woman :D
THANKS !!! It's the 2nd time that I've to accept that saying:eek:

vbFreelancers
01-22-2008, 05:52 PM
I like this idea a LOT!

I'd also like to echo the sentament that I'd like it as a product instead of having to modify code.

I know you're wanting to wait and see how many people download it...but I think that's actually what's preventing people from downloading it. Many ppl don't like to install mods unless they are products as they don't like to hack the core files of vBulletin.

Just some food for thought!

I have installed this, but I don't have it active because it doesn't meet all of my needs. I'd like the ability to physically pick the users, not just a user group. I'd also like it to be a plug-in, and not have to leave core code hacked.

The reason that I decided not to post it as product, is that it's pretty small for product. Tomorrow I'll post an upgrade with some extra options for admins:

Usergroup to use: Will be a multiselect drop list
Use Avatar or Image. If Image is choosen and user don't has one, then avatar will be used instead
I'll use the hook system, so no need any code/template modification.

Saviour
01-22-2008, 10:52 PM
I also would wekcome this mod when it becomes available as a product.

Another option you may want to include is the ability for Admins, Super Moderators and Moderators the ability to upload their own image...other than using their avatars or profile pics.

I can see where the possibility for this mod could become almost endless...but for now...I'll keep it simple.

Thanks...I'll wait for the product.

Greek76
01-23-2008, 06:19 AM
Looks good... Ill download once the Super Moderator is added..
How about making something like this to introduce the newest 4 registered members? lol

TCE Killa
01-23-2008, 10:08 AM
On a side note: It's a woman :D

Haha lol sorry Freelancer.

Mecho
01-25-2008, 09:15 AM
looks great

is it possible that u add an option that we can add UserIDs that we want to have in that box ??

Thanks

vbFreelancers
01-25-2008, 09:46 AM
looks great

is it possible that u add an option that we can add UserIDs that we want to have in that box ??

Thanks

I think that someone else asked it too, but why you're not trying to assign some valueable members to a special usergroup? This way, not only you can show them by this mod, but in the future you can handle this special group in different way in all other mods too.

Marina

Mum
01-25-2008, 01:37 PM
Installed this and all appears to work, until you go to check it LOL The box is there, but nothing in it, no members.

vbFreelancers
01-25-2008, 01:43 PM
Installed this and all appears to work, until you go to check it LOL The box is there, but nothing in it, no members.

Have you setup from which usergroup(s) to show members?
Have you members to that usergroup?:D

Mum
01-25-2008, 01:55 PM
I though it would automatically pull the admin/supermods/mods, as there is no option for which user groups in the options page?

vbFreelancers
01-25-2008, 02:06 PM
I though it would automatically pull the admin/supermods/mods, as there is no option for which user groups in the options page?

As many users asked to be able to choose the usergroups manually, I added at admincp a seperate menu option so you can choose which usergroup(s) to use.

Canis Firebrand
01-25-2008, 02:22 PM
This looks like a really fun add-on. It is marked as for version 3.6.8, but will it run on older 3.6.x versions? I am still using 3.6.4 and I want to make sure this would work before downloading it.

**EDIT**
Okay, it looks like it works just fine on 3.6.4 :)

One other question I have. In your screenshot where you show what it looks like. Under the users name, there is a title displayed. Where is that pulled from or how is that entered so that it displays?

RedGTiVR6
01-25-2008, 06:36 PM
I think that someone else asked it too, but why you're not trying to assign some valueable members to a special usergroup? This way, not only you can show them by this mod, but in the future you can handle this special group in different way in all other mods too.

Marina

For us, our admin group has vbSEO staff and a test admin account...we wouldn't want them to show up as staff.

Also, Our Staff user group has some members of the network side of our company, folks who don't want to be listed and whom we don't want posted.

MrPHD
01-25-2008, 06:40 PM
Hi, Working very well, Thanks Installed.

jgommel
01-25-2008, 09:22 PM
Great update! I do have two suggestions/requests. Since not all of us are going to use this to display who the forum moderators are it would be nice to be able to have it display the Custom User Title again rather than the Usergroup (or give us the option). I'm using this mod to display my paintball team-members instead. Also, it would be nice to be able to place the interface either above the forums, below the breadcrumbs (login), or keep it below the What's going on?.

Thanks again for a very useful mod!!!!

christicehurst
01-26-2008, 08:04 AM
This mod doesn't work when installed with your other mod "New Members" Try again...

TCE Killa
01-26-2008, 09:27 AM
The update/new version doesn't work for me.

Droptop
01-26-2008, 10:16 AM
Works great!! Clicks Installed

REVHEAD
01-26-2008, 10:45 AM
Works great thanks , just one gripe ,can we have it so we can show more than 1 user group in the next version? Because I have myself as admin thats 1 group and I want to show Mods as well that would be another group,apart from that this mod is really good ,thankyou.

Edit ### Avtar hight and width would be great as well not just width ,just a suggestion.

My custom user titles are not working either any idea?

74corvette
01-26-2008, 03:51 PM
Great little Mod, The only suggestion I would like to add is make it so we can put it on the page we want or the location on the page. Is there a way to chage what page it gets displayed on ? Thanks vbFreelancers !:D

TCE Killa
01-26-2008, 08:01 PM
Fixed, thanks.

dave9720
01-27-2008, 02:11 AM
Only able to add 1 user group, need to add 2 more user group to complete your mod. Thanks Dave

Bomb-Chelle
01-27-2008, 08:19 AM
I don't even get the option to choose a usergroup. :(

Droptop
01-27-2008, 09:09 AM
I found if you click and drag, you can choose more than one usergroup, and save. I now have Admin, Supermod, and Mod enabled and it works fine. :)

hyppa
01-27-2008, 10:32 AM
Is it possible to get this to show on the portal too?

dave9720
01-27-2008, 02:19 PM
I found if you click and drag, you can choose more than one usergroup, and save. I now have Admin, Supermod, and Mod enabled and it works fine. :)

Thank you for your post:D I now have all 3 added to the mod. Thanks Again Dave

petacat
01-27-2008, 10:28 PM
I hope the attached SS helps

There does not appear to be any dialog box to choose usergroups. therefore no team members show

Mum
01-27-2008, 10:32 PM
I asked the same thing and got this response.As many users asked to be able to choose the usergroups manually, I added at admincp a seperate menu option so you can choose which usergroup(s) to use.

petacat
01-28-2008, 05:32 AM
OK. Now I found the option menu on the Left sidebar ... I had only found the Site Team options in the vBulletin Options dropdown list :P

however, I got these error messages showing after the Team came up correctly:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

hyppa
01-28-2008, 08:21 AM
I hope the attached SS helps

There does not appear to be any dialog box to choose usergroups. therefore no team members show

Find the meny in left side in admin cp, meet our teem, under vbulletin options, it is there.

Mother_Dee
01-28-2008, 12:50 PM
Fixed. Trying install now.

I now have uncached templates. Boo. :(

Uncached templates: postbit_onlinestatus (6)
Uncached templates: siteteam_main (1)
Uncached templates: siteteam_teambits (6)

Shazz
01-28-2008, 02:25 PM
Saw a few nice forums that had them, so this is where it came from :)
Well done.

wizardan
01-28-2008, 06:34 PM
Some of my admins are listed as banned under their usernames.
I like the mod, though, and will wait and see.

SherryG
01-28-2008, 06:39 PM
Installed and getting the following error code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

irinap
01-29-2008, 05:17 AM
Works great for me!

How do I get it so that the table is above the What's Going On box?

REVHEAD
01-29-2008, 05:52 AM
Installed and getting the following error code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

I got that porblem with this mod and the other other one they make "come join us mod" It alls messed my login box up , did it do the same for you?

SherryG
01-29-2008, 10:16 AM
I got that porblem with this mod and the other other one they make "come join us mod" It alls messed my login box up , did it do the same for you?

I haven't installed the 'Come Join Us' mod yet. I'm waiting for information on how to solve this problem first :)

vbFreelancers
01-29-2008, 10:35 AM
I don't believe that these errors are coming from my mod, but I also believe that "Forumhome" must be used just for Forumhome. Especially by adding lots of mods there, for sure some day you'll have problems.
I coded this minimod, just for my own use and later on I decided to share it.
If you want something really intepended, and much more powerful look at my othe mod:
MemberIndex (https://vborg.vbsupport.ru/showthread.php?t=168986)

hyppa
01-29-2008, 03:44 PM
Is it possible to get this to show on the portal too?


Asking again.

Meghwar
01-29-2008, 04:14 PM
I think this is a Php error :)

php5 will do that :)

php4 fine I guess.

Just an opinion

Ultimate Killer
02-02-2008, 01:39 AM
It shows up on my page but none of the members show up though? Do they need to be in a certain usergroup? I don't have an option to added a usergroup..

Mod Active?
Do you want to show your Team?

Yes No
Error:
1
How Many?
How many members of your team to show?

Error:
1
Display what
Do you prefer to show user's Avatar or Image?

Error:
1
Image width
If image, how many pixels should be the width?

Error:
1
Interface
What interface do you prefer?

Error:
1
Border
If interface is table, do you want border around it?

Yes No
Error:
1
Header
Do you want to include a header in the block?

Yes No
Error:
1
Title
Give a title of the block

Error:
1
Online
Show Online/Offline status?

Yes No
Error:
1
Last Visit Details
Show user's last visit Date & Time?

Yes No
Error:
1
Last Visit Text
What phrase do you want to appear as last visit?

Sofia
02-02-2008, 08:57 AM
It shows up on my page but none of the members show up though? Do they need to be in a certain usergroup? I don't have an option to added a usergroup..

Mod Active?
Do you want to show your Team?

Yes No
Error:
1
How Many?
How many members of your team to show?

Error:
1
Display what
Do you prefer to show user's Avatar or Image?

Error:
1
Image width
If image, how many pixels should be the width?

Error:
1
Interface
What interface do you prefer?

Error:
1
Border
If interface is table, do you want border around it?

Yes No
Error:
1
Header
Do you want to include a header in the block?

Yes No
Error:
1
Title
Give a title of the block

Error:
1
Online
Show Online/Offline status?

Yes No
Error:
1
Last Visit Details
Show user's last visit Date & Time?

Yes No
Error:
1
Last Visit Text
What phrase do you want to appear as last visit?

To show them, you must select usergroups. You must go on your admincp and click on "Usergroups" link, in the block "Meet our Team", in the menu on the left on your admincp.

Sofia
02-02-2008, 09:00 AM
Marina, I can't use this option :

Image width
If image, how many pixels should be the width?

When I look in the XML, the vboptions siteteam_width isn't used in the code.

Ultimate Killer
02-02-2008, 04:30 PM
Thanks Sofia.

I don't have a meet our team tab in the admin control panel, so that is why I can't get this to work right?

vbFreelancers
02-02-2008, 04:43 PM
Marina, I can't use this option :



When I look in the XML, the vboptions siteteam_width isn't used in the code.

I'll correct the file and I'll post it here.

vbFreelancers
02-02-2008, 04:45 PM
Thanks Sofia.

I don't have a meet our team tab in the admin control panel, so that is why I can't get this to work right?

Be sure that at the directory: vb_installation/includes/xml/ there is a file: cpnav_siteteam.xml

Ultimate Killer
02-02-2008, 04:50 PM
OK, I'll check that out thanks.

dave9720
02-03-2008, 02:14 PM
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

Majava
02-03-2008, 05:12 PM
I uninstalled this, not because it didnt work. It does work, but doesnt show custom titles. It either left the title blank or showed your secondary group title. Maybe that could be a future fix for an otherwise excellent idea.

dave9720
02-09-2008, 12:00 PM
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

I uninstalled this due to current errors.

kiwivc
02-13-2008, 06:34 PM
Cool mod thanks.
If you hold the Ctrl key when you select the usergroups you will find that you can select them all if you want. Don't do what I did though: I wanted to view all of the usergroups(ranks) ... all 12 of them. We have 100+ clan members and so I selected ''How many members to show/200'' ... the results are hilarious. My forum home page shot off sideways for about a mile.
I crossed my fingers and hoped that I ''might'' be able to use this to show all of my clan members from all of their respective usergroups but definately not on the forum homepage. I would prefer it if a separate page could be called by using a link. It does what it is reported to do though. Works okay:) thanks

Shelly
02-17-2008, 05:19 AM
i just installed it and i like it alot. however, i would like to have it display the member team in a specific order, right now it seems to put the team up in a random order. is this possible?

KuJoe
02-17-2008, 08:01 AM
I installed this hoping I could modify it to fit on a vbAdvanced page. But then I noticed it's using hooks now and I have no idea how to edit that. Still an awesome mod though. :)

ams3521
02-21-2008, 12:23 AM
installed easy and does the job great. Dont know if its just me but i have to have all the mods in one row and for the avatar to show it is too wide for the forum. Any way to make it two rows? thanks

OnyxChase
02-25-2008, 06:07 PM
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

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
if ($vbulletin->userinfo['userid'] > 0) {

ADD TO LAST LINE
}

dave9720
03-08-2008, 11:21 AM
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
if ($vbulletin->userinfo['userid'] > 0) {

ADD TO LAST LINE
}

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.

dancue
03-09-2008, 03:44 PM
Just a quick question. If I have several people on there, will it allow you to scroll through them?

also, a suggestion for a future release. Can the Avatar be clickable, not just the name.

dancue
03-17-2008, 04:09 AM
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.

Here it is: https://vborg.vbsupport.ru/showthread.php?t=125302

dave9720
03-17-2008, 11:10 PM
Thank you dancue I will give this a try.:)

RKI
03-17-2008, 11:22 PM
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.

dancue
03-17-2008, 11:48 PM
Thank you dancue I will give this a try.:)

Let me know if it works for you. I still haven't figured it out.

dancue
03-19-2008, 12:19 AM
Alright, I got it figured out.

Big thanks to Abe1!

Go into Plug-in Manager and edit the Show Meet our team at forum home page plug-in.

Change this:
$tmp = unserialize($user["phrasegroup_siteteam"]);
to this:
$tmp[] = unserialize($user["phrasegroup_siteteam"]);

No more errors for those of you running php5. Worked for me.

Thanks again to Abe1!!

mmmender
03-19-2008, 07:36 AM
Very nice, installed and working fine on 3.6.8.

I would, however prefer to select based on user ID rather than usergroup, as I have some testing accounts that I prefer not to appear in the box.

EDIT: I'm also running php5 but I just manually edited & renamed the files myself before I uploaded them.

dave9720
03-20-2008, 07:44 AM
Alright, I got it figured out.

Big thanks to Abe1!

Go into Plug-in Manager and edit the Show Meet our team at forum home page plug-in.

Change this:
$tmp = unserialize($user["phrasegroup_siteteam"]);
to this:
$tmp[] = unserialize($user["phrasegroup_siteteam"]);

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

RKI
03-20-2008, 03:35 PM
Thanks alot dancue & abe1 !
This works now just fine :)

dancue
03-20-2008, 06:55 PM
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: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.

dave9720
03-30-2008, 09:17 PM
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:

bayareamommas
03-31-2008, 12:41 AM
mine isn't working....just show a box at the end of the page with nothing in it?

GYSMO
03-31-2008, 01:59 AM
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

ronnie2112
04-02-2008, 05:08 PM
I am still getting this error:


Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5


Im confused as to how to fix it. I tried doing this below but it did not work:

Try changing this in the plugin named "Show Meet our team at forum home page":

$tmp = unserialize($user["phrasegroup_siteteam"]);

To this:

$tmp[] = unserialize($user["phrasegroup_siteteam"]);


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!

dancue
04-02-2008, 06:12 PM
I am still getting this error:


Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5


Im confused as to how to fix it. I tried doing this below but it did not work:

Try changing this in the plugin named "Show Meet our team at forum home page":

$tmp = unserialize($user["phrasegroup_siteteam"]);

To this:

$tmp[] = unserialize($user["phrasegroup_siteteam"]);


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:
$tmp = unserialize($user["phrasegroup_siteteam"]);
Replace with the following:
$tmp[] = unserialize($user["phrasegroup_siteteam"]);
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.