MyBB Community Forums

Full Version: DVZ shoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Dear peoples,

I have installed DVZ shoutbox (- sort of) the instructions are:

========= INSTALLATION ==============================================
1. upload the package from "UPLOAD" to your MyBB root directory
2. add CSS from STYLES.txt to your board stylesheets (e.g. global.css)
3. add {$dvz_shoutbox} to your index template
4. install the plugin in the ACP

I have uploaded and implemented the CSS in global.css correctly, but what/where is my index template? It does not work if I skip that step and install XD I tried :/

Cheers,
- apples.
admin panel >> left side menu Quick Access --> Templates --> click on your theme templates at right side --> Index Page Templates --> index
Ok, I've got that down pat, thanks m. I've run into my next bollard :/ The shouts do not display Sad
Thanks for fast reply. I m also installing this plugin and I thought it was a dead end.
Moved to Plugin Support.
@lolapples can we have your forum url to check (if guests can't see the shoutbox then also post a test user account)
http://xilvercraft.net

Username: Bot03
Password: IAMABOT

shoutbox is there Smile
^ in headerinclude template of the theme change $(function() to jQuery(function($) in below code
<script>
  $(function() {
    $( document ).tooltip();
  });
  </script>
if above doesn't help then you may PM me temporary access to admin panel
Where is the headerinclude template located?
is it: ACP > Template & Style > Templates > {Theme} ?
^ yes. in your theme templates there will be ungrouped templates (near bottom of the page)
by expanding ungrouped templates there will be headerinclude template
Pages: 1 2