![]() |
Quote:
|
I hope the attached SS helps
There does not appear to be any dialog box to choose usergroups. therefore no team members show |
I asked the same thing and got this response.
Quote:
|
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 |
Quote:
|
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) |
Saw a few nice forums that had them, so this is where it came from :)
Well done. |
Some of my admins are listed as banned under their usernames.
I like the mod, though, and will wait and see. |
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 |
Works great for me!
How do I get it so that the table is above the What's Going On box? |
Quote:
|
Quote:
|
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 |
Quote:
Asking again. |
I think this is a Php error :)
php5 will do that :) php4 fine I guess. Just an opinion |
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? |
Quote:
|
Marina, I can't use this option :
Quote:
|
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? |
Quote:
|
Quote:
|
OK, I'll check that out thanks.
|
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, 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.
|
Quote:
|
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 |
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?
|
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. :)
|
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
|
Quote:
EDIT PLUGIN "Show Meet our team at forum home page" ADD TO FIRST LINE Code:
if ($vbulletin->userinfo['userid'] > 0) { Code:
} |
Quote:
|
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. |
Quote:
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 |
Thank you dancue I will give this a try.:)
|
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. |
Quote:
|
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: Code:
$tmp = unserialize($user["phrasegroup_siteteam"]); Code:
$tmp[] = unserialize($user["phrasegroup_siteteam"]); Thanks again to Abe1!! |
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. |
Quote:
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: |
Thanks alot dancue & abe1 !
This works now just fine :) |
All times are GMT. The time now is 03:49 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|