vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

dufkis 03-28-2005 03:31 AM

/Install

wacodep 03-29-2005 07:36 PM

we be chattin' ... :)

will eval ... if it pans out, PayPal your way, ZT! :)

pauloo 04-01-2005 02:23 PM

it's possible to have an option for playing a sound when there is a new message ?

thank you

sv1cec 04-01-2005 06:50 PM

Check this forum for your question, I've already answered it there.

https://vborg.vbsupport.ru/forumdisplay.php?f=107

geoff4787 04-12-2005 05:39 AM

What are the 10 images at the bottom which are x's? Any way to fix them?

psoexplorer 04-13-2005 08:57 AM

When I do this part:

Code:

::: Open File - ROOT FORUM DIRECTORY/admincp/index.php
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FIND:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        // *************************************************

        $printhr = false;
        if (can_administer('canadminsettings'))
        {
                $printhr = true;
                construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
                if ($debug == 1)
                {
                        construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
                }
                construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
        }
        if ($printhr == true)
        {
                construct_nav_spacer();
        }

        // *************************************************
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
UNDERNEATH ADD:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        $printhr = true ;
        construct_nav_option ( 'vBChat Options', 'admin_vbchat.php', '<br />' ) ;
        construct_nav_option ( 'Banned Usergroups', 'admin_vbchat.php?do=banned_groups', '<br />' ) ;
        construct_nav_option ( 'Banned Users', 'admin_vbchat.php?do=banned_users', '<br />' ) ;
        construct_nav_option ( 'Usergroup Permissions', 'admin_vbchat.php?do=group_perms', '<br />' ) ;
        construct_nav_option ( 'vBChat Room Control', 'admin_vbchat.php?do=room', '<br />' ) ;
        construct_nav_option ( 'vBChat Prune Options', 'admin_vbchat.php?do=prune', '<br />' ) ;
        construct_nav_group ( 'vBChat Control', '<hr />' ) ;
        $printhr = false;

::: Save & Reupload ROOT FORUM DIRECTORY/admincp/index.php

My admincp doesnt load up, it just gives me a blank white page. When I revert to the old admincp, it's fine. What's up?

midnightwalker 04-15-2005 08:47 AM

just a small question, how can I see my previous message after it's scrolled up?

face0fdie 04-16-2005 07:06 PM

thanks

chriswible 04-17-2005 06:49 AM

Wow, great hack! I am very impressed by the fluidity and smoothness with which vBChat operates.

Thanks! *clicks install*

Teresa 04-18-2005 02:26 AM

An apostrophe in the status loses any text after the apostrophe.

midnightwalker 04-19-2005 11:00 AM

so how can we take it back?

Jinovich 04-19-2005 05:23 PM

I really love the Vb chat system specially the ability to intergrate the styles you have installed onto the board automatically :)

did notice a very small mistake (well actually an my illiterate co-admin spotted it)

erm banned users are displayed with "Sorry you have beed...."

Real simple to fix,

Open up VBchat.php

find:
PHP Code:

if($UserIDBanned 0){
    
// Your User Doesn't Have Permission To Access The vBChat System, Error Now And Cancel Out All Actions
    
RunError("Sorry but you have beed denied access permissions to use the vBChat System, please contact the administrator for more information.");
    } 

and replace with:

PHP Code:

if($UserIDBanned 0){
    
// Your User Doesn't Have Permission To Access The vBChat System, Error Now And Cancel Out All Actions
    
RunError("Sorry but you have been denied access permissions to use the vBChat System, please contact the administrator for more information.");
    } 

and that will obviously fix it,

once again I must say VERY GOOD HACK!

Nice one ZT!

midnightwalker 04-22-2005 12:44 PM

Quote:

Originally Posted by midnightwalker
so how can we take it back?

Anyone can help me????

greenhybrid 04-24-2005 09:59 PM

Is there a log of everything that happens in the chatroom so I can read through it from time to time, make sure everything is going well?

conandoyle 04-25-2005 08:25 AM

To Zero Tolerance: Thank you for your hack.

I've followed your instructions to install VBChat, but in "Edit Template" step.
In my template : 'navbar', I can't find :
+++++++++++++++++++
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
+++++++++++++++++++

Can any one tell me how to solve in this case?
Thanks much !

sv1cec 04-25-2005 09:19 AM

There should be something for the calendar, what do you have there?

greenhybrid 04-25-2005 06:17 PM

Any of your links in the navbar will have a TD cell like that. You can search for the User CP or Memberlist if you want. They're all the same. It's just about ordering.

conandoyle 04-25-2005 11:45 PM

Quote:

Originally Posted by sv1cec
There should be something for the calendar, what do you have there?

I want to complete this step of VBChat hack but i can't find this code in my template (navbar).

Any one can help me ?

greenhybrid 04-26-2005 12:09 AM

Copy your navbar code.

conandoyle 04-26-2005 12:17 AM

Navbar code :
Code:

<script type="text/javascript">
<!--
function log_out()
{
        ht = document.getElementsByTagName("html");
        ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
        if (confirm('$vbphrase[sure_you_want_to_log_out]'))
        {
                return true;
        }
        else
        {
                ht[0].style.filter = "";
                return false;
        }
}
//-->
</script>

<br />
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="alt1" width="100%">
                <if condition="is_array($navbits)">
                        <table cellpadding="0" cellspacing="0" border="0">
                        <tr valign="bottom">
                                <td><a href="#" onclick="history.back(1)"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                                <td>&nbsp;</td>
                                <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
                        </tr>
                        <tr>
                                <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
                        </tr>
                        </table>                       
                <else />
                        <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
                </if>
        </td>       
       
        <if condition="$bbuserinfo['userid']">
       
                <td class="alt2" valign="top" nowrap="nowrap">
                <div class="smallfont">
                        <!--<span style="float:$stylevar[right]">[<a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a>]</span>-->
                        <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
                        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
                        <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if>
                </div>
                </td>
               
        <else />
               
                <td class="alt2" nowrap="nowrap" style="padding:0px">
                       
                <!-- login form -->
                <form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
                <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                <tr>
                        <td class="smallfont">$vbphrase[username]</td>
                        <td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
                        <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
                </tr>
                <tr>
                        <td class="smallfont">$vbphrase[password]</td>
                        <td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
                        <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
                </tr>
                </table>
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="login" />
                <input type="hidden" name="forceredirect" value="1" />                       
                <input type="hidden" name="vb_login_md5password" />
                </form>
                <!-- / login form -->
                       
                </td>
               
        </if>       
       
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

  <!-- bottom table setup -->
    <table width="100%" class="thead" cellpadding="0" cellspacing="0">
      <tr>
        <td width="100%" height="2"><img src="$stylevar[imgdir_misc]/trans.gif"  height="2" alt=" " border="0" /></td>
      </tr>
    </table>
  <!-- End bottom table setup -->
  <div style="padding: 7px 7px 7px 7px;"></div>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="search.php" method="post">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="showposts" value="0" />
                                <input type="text" class="bginput" name="query" size="20" />$gobutton<br />
                        </form>
                        </td>
                </tr>
                <tr>
                        <td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td>
                </tr>
                </table>
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
               
                </table>
        </div>
        <!-- / user cp tools menu -->
        </if>
<!-- / NAVBAR POPUP MENUS -->
</if>


greenhybrid 04-26-2005 12:19 AM

Can I see your board? Looks like you're missing some things.

conandoyle 04-26-2005 07:36 AM

I seach in template and found above code in header template:
Code:

<!-- begin cobalt header-->
<div align="center">
<table width="770"  align="center" class="border1">
<tr>
  <td align="left" valign="top">
 
  <table width="100%" align="center" class="border2">
<tr>
  <td align="left" valign="top">
<table width="100%" align="center" style="background-image:url($stylevar[imgdir_misc]/hy_hdr_back.gif)" border="0" cellpadding="0" cellspacing="0" class="navborder">
        <tr>
<td align="left" valign="top" width="225" height="94"><img src="$stylevar[imgdir_misc]/hy_hdr_ls.gif" width="225" height="94" alt="" /></td>

</tr>
 </table>
<!-- end cobalt header-->
<!-- nav buttons bar -->
<div align="center">
        <table  style="background-image:url($stylevar[imgdir_misc]/hy_nav_back.gif); border-top-width:0px" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" class="navborder">
        <tr align="center">       
                <td height="33" class="hnav"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>
               
                <if condition="$show['member']">
                        <td class="hnav"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
                </if>
                <if condition="$show['registerbutton']">
                        <td class="hnav"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
                </if>
                <td class="hnav"><a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a></td>
                <td class="hnav"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
                <td class="hnav"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="hnav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="hnav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                                <td id="navbar_search" class="hnav"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                        </if>
                        <if condition="$bbuserinfo['userid']">
                                <td id="usercptools" class="hnav"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="hnav"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a></td>
                                <if condition="$show['member']">
                                <td class="hnav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="hnav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                        </if>
                        <td class="hnav"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$bbuserinfo['userid']">                       
                                <td class="hnav"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$bbuserinfo['userid']">
                        <td class="hnav"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
                </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="search.php" method="post">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="showposts" value="0" />
                                <input type="text" class="bginput" name="query" size="20" />$gobutton<br />
                        </form>
                        </td>
                </tr>
                <tr>
                        <td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td>
                </tr>
                </table>
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
               
                </table>
        </div>
        <!-- / user cp tools menu -->
        </if>
<!-- / NAVBAR POPUP MENUS -->
</if>



<!-- content table -->
$spacer_open

$_phpinclude_output


Mickey19781978 04-26-2005 12:37 PM

excellent work on this

works like a charm
well done

/me clicks install

greenhybrid 04-26-2005 05:50 PM

Quote:

<td class="hnav"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
Well, you found it. It's slightly different. Change the class in the replacement to fit it, and you should be fine.

midnightwalker 04-27-2005 05:21 AM

Quote:

Originally Posted by greenhybrid
Is there a log of everything that happens in the chatroom so I can read through it from time to time, make sure everything is going well?

Exactly that's what I need

ChaoticMageDDC 04-29-2005 01:10 AM

Great hack btw but im having a few problems...

First off when u go to my main link http://www.goaguild.com/ and click chat for some reason it is not switching to /forum/vbchat.php if you go to http://www.goaguild.com/forum and click on the chat it works fine.. I thought creating 1 template effects both the index (CMPS) and the forums URL's together??? If thats not the case how can i fix the first link so it goes to /forum when u click it??

Also i notice the vbchat script takes FOREVER to load. Any reason why it's so slow to process? Takes a good minute to a minute in a half before it will load...

Thanks!

greenhybrid 04-29-2005 01:15 AM

Because it's a relative link instead of absolute, it's looking in the same directory. Go into the navbar template and change the link to /forum/vBChat.php instead of vBChat.php

The script doesn't take forever for me... Try mine out.
http://www.greenhybrid.com/discuss/
If it's not slow, check your installation. If it is, check your computer... and another one.

ChaoticMageDDC 04-29-2005 01:47 AM

Damn yours is super fast... Not sure why mine loads so slow for me.. Did you try to click my chat link?

Thanks for the help that should resolve it.

greenhybrid 04-29-2005 01:49 AM

Enable guest access and I will. Registered for too many forums already. Sorry.

ChaoticMageDDC 04-29-2005 01:57 AM

ok let me enable it...

This link issue still isn't working correctly...

PHP Code:

function OpenvBChat(){
vBChat window.open('vBChat.php?$session[sessionurl]','vBChat','directories=no,height='+window.screen.height+',width='+window.screen.width+',location=no,menubar=no,scrollbars=yes,status=no,toolbar=no')

return 
false;
}

-->
</
script>
<
td class="vbmenu_control"><a href="http://www.goaguild.com/forum/vBChat.php?$session[sessionurl]onclick="return OpenvBChat();">Chat</a></td


If i change the first vBchat.php to (forum/vBChat.php the CMPS Chat link works correctly. THe problem is the second chat link located on the Forums Page now goes to forum/forum/vBChat.php :ermm:

Corriewf 04-29-2005 12:59 PM

Try taking out $session[sessionurl] .

bouncey 04-29-2005 03:21 PM

Does this chat room keep chat logs, if so where do I find them?

Corriewf 04-29-2005 05:01 PM

Quote:

Originally Posted by lsmba
Can someone tell me how I can get vbChat to open within my forum and not as a pop up page?

I'm a newbie to all this, but I follow directions extremely well.


Thanks for the assistance...

lsmba

Instead of using the java code in the navbar just use html.

greenhybrid 05-02-2005 02:16 PM

To get rid of the popup, take out the onclick attribute of the anchor link (<a>) tag for your chatroom links (navbar, who's chatting templates). You can also change the template by adding your header/footer HTML to the templates or sticking in a template call.

If I need to be more specific, let me know.

Corriewf 05-04-2005 12:59 PM

Quote:

Originally Posted by lsmba
Yes...could you be more specific...that would help me a great deal :)

Thanks for the help.

Do you know how to add just a regular link to the navbar?

Polo 05-04-2005 01:11 PM

Quote:

Originally Posted by corriewf
Do you know how to add just a regular link to the navbar?

in the navbar....... just add something like <a href="vbchat.php">Chat</a> and that should do it...

flex22 05-06-2005 02:45 PM

When I try to upload the files, they show as 0bytes in size on my web server.
All of my firewall setting are correct, and I've even turned the firewall off completely, but still the same.

I'm still looking into this, but thought I would mention it here in case it has something to do with the files themselves (probably not though).

Any advice?

Cheers!

Edit: Sorted this.

flex22 05-07-2005 02:31 PM

This is a nice addition.

When viewing who's online though, it does look ugle the way it says "unknown location"

How do I get that to just say "chat room"

Also I appear as not in the chat room if I don't write anything for like 1 minute, or so it seems.
How can I change that so that I'm permanently shown in the chat room, until I manually close vbchat?

Sorry if these questions have been asked before, but I really can't be bothered going through all of this big thread to see if this has already been posted about.

Cheers!

dsboyce8624 05-08-2005 01:59 PM

Quote:

Originally Posted by sv1cec
Guys, do not post your questions here, ZT does not check this area any more, or at least he doesn't check it frequently. If you have a problem or a question, please post it here:

https://vborg.vbsupport.ru/forumdisplay.php?f=107

Rgds

He doesn't seem to check there too much either.

flex22 05-09-2005 01:20 PM

I just noticed that section, doh me.I'll repost over there, hopefully will get some answers.


All times are GMT. The time now is 06:00 PM.

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.02733 seconds
  • Memory Usage 1,938KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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