vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - "Meet our Team" in Forumhome (https://vborg.vbsupport.ru/showthread.php?t=168320)

Cornie 01-27-2008 05:47 AM

Quote:

Originally Posted by lasto (Post 1429578)
i installed from fresh - no upgrade.Like i said i think this hack is interfering with another hack which i have running on my board.

turn all Hacks on out and then single again and examine thereby which chop for the disturbance is responsible

lasto 01-27-2008 06:17 AM

I know for sure which hack it is - cybs advanced stats but id rather turn this hack off than that one as that has a lot more uses.

Brandon Sheley 01-28-2008 12:15 AM

Quote:

Originally Posted by vbFreelancers (Post 1428520)
Added on version 1.1.0


Can you please add the usergroup numbers instead of the setup you have now.

Say I want to show groups 2,6,15
With the current system, this isn't possible.

thanks

also the "image width" doesn't hold the images at "80" pix :(

ptwiggens 02-20-2008 01:59 AM

Okay... I installed this and it worked for a couple hours... and then I started getting these errors:

"Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /index.php(539) : eval()'d code on line 13"

"Unable to add cookies, header already sent."

Now... I know you've said you don't think it is from your mod... so I tested it out.

I disabled ALL mods except for yours... and the error remained. As soon as I disabled yours it went away.

So... its DEFINITELY your mod. Now the question is... how do we fix this?

Namaless 02-23-2008 03:54 PM

Into your loop $team get musername style with:
PHP Code:

$team['username'] = fetch_musername($team); 

Use this before to fetch template bits ;)

Another fix:
Template Cache
for use template cache create new plugin, select SiteTeam Product, set name of plugin example "SiteTeam - Cache Templates", select "cache_templates" hook and into codebox insert:
PHP Code:

$globaltemplates array_merge($globaltemplates, array('postbit_onlinestatus''siteteam_main''siteteam_teambits')); 

This use now 100% all features of vb 3.7 ^_^
Thanks :)

Brew 02-29-2008 03:51 AM

Quote:

Originally Posted by ptwiggens (Post 1447037)
"Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /index.php(539) : eval()'d code on line 13"

"Unable to add cookies, header already sent."

I'm having the same problem too.

I disabled the other mods and when I came to this one it fixed everything. So, it surely is this mod causing this problem.

I'll wait for a fix before re-enabling this mod.

It's too bad too because it's pretty cool, I just wish I had thought about logging out to test it sooner :(

Brandon Sheley 02-29-2008 03:56 AM

I guess this should say "Un" Supported :(
a real bummer, I'd like to use it.

SwollenCranium 03-05-2008 04:19 PM

Quote:

Originally Posted by Brew (Post 1453397)
I'm having the same problem too.

It's too bad too because it's pretty cool, I just wish I had thought about logging out to test it sooner :(



Agreed.

I get a near identical error.

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /index.php(539) : eval()'d code on line 245



Uninstalling NOW.

NeuroLancer 03-06-2008 03:41 AM

I had array_merge() errors in another mod by vbfreelancers, the just Join Us mod.

I found this thread about how to deal with the array merge errors. I was able to fix mine, but I cheated and removed the code: $vbphrase = array_merge($vbphrase, $tmp); from the plugin.

Haven't looked back since, might be worth a try for this mod also.

cypher1973 03-09-2008 05:35 PM

im using the vbulletin basic skin and i see in the screenshot that you have yours just above the whos online box can you please tell me how to do that >??

many thanks

andy


All times are GMT. The time now is 01:06 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
  • Page Generation 0.01058 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete