Status
Not open for further replies.

Trekkan

Customer
I split this into another thread since it's an issue apart from that one.

Do you have a heavily modified skin, perchance?
It's possible that you are missing the template hook needed - global_below_navbar.

If so, you can try manually adding the Shoutbox to the template - instructions are located in the Admin Help entry for Automatic Shoutbox Deployment.

Ok, I checked and in the navbar template I have: {vb:raw ad_location.global_below_navbar} in my navbar template.

I added {vb:raw vboptions.dbtech_vbshout_shoutbox_template} directly under it and set Auto-Display Shoutbox to "disabled". My usergroup (admin) has access flags for vbShout set to display it.

It still doesn't show.

So I set Auto-Display Shoutbox to "after navbar", then set Shoutbox Deployment to "index, vbcms, forumdisplay, forumhome"

Still can't get it to show. Not sure what else to look at. If you would like to check out my forums for yourself, please let me know and I'll create you an account.
 
Yeah I think I'll need to check this out for myself - if I could have an account with access to vBOptions and Styles, that'd be grand. You can PM me the account info and I'll let you know when it's done :)
 
A fix is about to go live within 5 minutes, hang tight :)

Thank you Fillip H.! I just wanted to let everyone know that Fillip H. took the time (I think a few hours) to fix this on my forum. Apparently there were some mod conflicts, etc. Anyway, excellent support and I really do appreciate the help!
 
It was absolutely no problem at all :) This issue was happening to other people too it seems, and without being given the temporary access I was given, I couldn't have fixed it myself.
I hope your users didn't notice any of my testing, I didn't take down any public pages or anything :p
 
I also can't get it to work.
Im using: Powered by vBulletin™ Version 4.0.1

It doesn't show up!
 
Are you using the latest version of the vBShout? Also, vBulletin 4.0.2 is the recommended vBulletin version to run, 4.0.1 has some nasty bugs.
 
I'm running 4.0.1 as I already said but I don't want to upgrade to 4.0.2 yet.

Also I'm using the lite version.
 
Latest version of vBShout (available here and at vB.org) has a fix for this problem.
 
I can't get the shoutbox to display at the foot of my forum.

I have set Auto Display to disabled and inserted {vb:raw vboptions.dbtech_vbshout_shoutbox_template} into the top of my footer tempate but it's not coming up ? Any ideas ??
 
also getting this at the top of the page when you click the thread link that a user has posted on

PHP:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/dbtech/vbactivity/includes/hooks/showthread_query.php  on line 44
 
Yeah, I can see that there's some funky business going on with the template placement stuff.

I shall have this fixed in the next version, and I'll look into adding some more hook locations as well :)
 
also getting this at the top of the page when you click the thread link that a user has posted on

PHP:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/dbtech/vbactivity/includes/hooks/showthread_query.php  on line 44
I'm fairly certain that's been fixed, could you try re-downloading the zip file and uploading the files again?
 
Make sure this bit of code is present right above the $hook line:
Code:
        if (!is_array($vbactivity->cache["$vbactivity_reward[feature]"]["$vbactivity_reward[featureid]"]))
        {
            // Bug prevention
            continue;
        }

Do the same for private_showpm_start.php in the hooks folder.
 
Status
Not open for further replies.
Back
Top