vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=236970)

DragonByte Tech 06-27-2010 12:18 AM

Try looking under CSS Templates in the Style Manager :)

The Text Entry Area is StyleVar input_background.
The Main Shout Area is StyleVar postbit_background

Hope that helps :)


Fillip

DragonByte Tech 06-27-2010 11:48 AM

Quote:

Originally Posted by PreciseDemise (Post 2060157)
Self Resolved ... after reading every file in the Zip ... Always the last place you look :(

This saying always seemed strange to me - why would someone keep looking once they found it? =D

Seriously though, I'm glad you got it.

Iain

Reks 06-27-2010 06:14 PM

hello, I'm trying to set up the shoutbox on its own page i've got the template set up
like this and a php file called Chat.php even after setting the shoutbox to deploy in Chat.php it doesn't show up
chat.php
Code:

<?php

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

// #################### DEFINE IMPORTANT CONSTANTS #######################

define('THIS_SCRIPT', 'test');
define('CSRF_PROTECTION', true); 
// change this depending on your filename

// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array();

// get special data templates from the datastore
$specialtemplates = array();

// pre-cache templates used by all actions
$globaltemplates = array('Chat',
);

// pre-cache templates used by specific actions
$actiontemplates = array();

// ######################### REQUIRE BACK-END ############################
// if your page is outside of your normal vb forums directory, you should change directories by uncommenting the next line
// chdir ('/path/to/your/forums');
require_once('./global.php');

// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################

$navbits = construct_navbits(array('' => 'Chat Box'));
$navbar = render_navbar_template($navbits);

// ###### YOUR CUSTOM CODE GOES HERE #####
$pagetitle = 'The Chat Box';

// ###### NOW YOUR TEMPLATE IS BEING RENDERED ######

$templater = vB_Template::create('Chat');
$templater->register_page_templates();
$templater->register('navbar', $navbar);
$templater->register('pagetitle', $pagetitle);
print_output($templater->render());

?>

template
Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
  <head>
    <title>{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</title>
    {vb:raw headinclude}
    {vb:raw headinclude_bottom}
  </head>
  <body>
   
    {vb:raw header}
   
    {vb:raw navbar}
   
    <div id="pagetitle">
      <h1>{vb:raw pagetitle}</h1>
    </div>
   
    <h2 class="blockhead">Title</h2>
    <div class="blockbody">
      <div class="blockrow">
        Welcome to The Chat Box have fun!
      </div>
    </div>
{vb:raw vbshout}
   
    {vb:raw footer}
  </body>
</html>


DragonByte Tech 06-27-2010 06:21 PM

Since the value of THIS_SCRIPT in your case is "test", this is what you need to set it to deploy on, not "chat.php".

Hope that helps :)


Fillip

Reks 06-27-2010 06:42 PM

Thanks i can't believe i missed it
while I'm at it do you know if there is a way to let the moderates open and close the shout box? I only want members to use it when there is a mod there

Winter Sonata 06-27-2010 08:37 PM

Hi, Thanks for the Mod

Mark as installed

But my custom usergroup can't see it , why ?

DragonByte Tech 06-27-2010 08:40 PM

Please make sure the usergroup permissions are set correctly.
Instance Management -> Edit Permissions :)


Fillip

Winter Sonata 06-27-2010 08:58 PM

sorry, where is 'Instance Management '

DragonByte Tech 06-27-2010 09:01 PM

AdminCP left hand navigation.

If you do not see it, please edit config.php and give yourself Super Administrator rights by editing the $config['SpecialUsers']['superadministrators'] and adding your userid to it.

Fillip

Winter Sonata 06-27-2010 09:02 PM

I did that

Usergroup Manager > edit user group > DragonByte Tech: vBShout - General Permissions
I set it to yes any thing else ?


All times are GMT. The time now is 12:30 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.04282 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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