Quote:
Originally Posted by dave9720
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
Code:
if ($vbulletin->userinfo['userid'] > 0) {
ADD TO LAST LINE