vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Flashchat Integration for vB 3.6 (https://vborg.vbsupport.ru/showthread.php?t=120926)

masterme 03-07-2008 11:37 AM

What must I do to make the Chat open in a new window? I have it enabled in the navbar, but it would be nice if it opens in a new window so people can browse the board without exit the chat.

kevcj 03-07-2008 01:16 PM

Quote:

Originally Posted by masterme (Post 1459223)
What must I do to make the Chat open in a new window? I have it enabled in the navbar, but it would be nice if it opens in a new window so people can browse the board without exit the chat.

Edit the link in the navbar and use TARGET="_blank" to open the chat in a new window.

The code will look something like this:
<a href="https://vborg.vbsupport.ru/"target="_blank">Chat Room</a>

<a href="address to chat room here"target="_blank">Chat Room</a>

masterme 03-07-2008 01:39 PM

Since the piece in the navbar can be (de)-activated in the options, there is no such link in the navbar.
The 'blank'-function must be edited somewhere within this mod, but cannot find the correct place/way.

kevcj 03-07-2008 01:55 PM

Quote:

Originally Posted by masterme (Post 1459325)
Since the piece in the navbar can be (de)-activated in the options, there is no such link in the navbar.
The 'blank'-function must be edited somewhere within this mod, but cannot find the correct place/way.

You do not know how to edit your nav bar directly?

Admin control panel - styles and templates - search in templates - search for navbar - edit navbar - search in navbar for Calendar.

Insert the HTML code for your chat room right after
Quote:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

<td><a href="address to chat room here"target="_blank">Chat Room</a></td>

That way your navbar is in ABC order.

The navbar will then be - Calendar Chat Room

Here is the code copied straight from my navbar -

<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

<td class="vbmenu_control"><a href="mywebsite name/misc.php?do=flashchat">Chat Room</a></td>

The name of my site was edited out for posting here.

masterme 03-08-2008 08:21 AM

Thanks allot Kevcj!!!
I wanted to do it the hard way, so was not looking what was in front of my nose.

Works perfect, thanks again!

Edit today:
I wanted to edit the permissions of the usergroups. But unfortunaly it gves me an database erro:

MySQL Error : Unknown column 'nbmsgshowchatbox' in 'field list'

Does not matter which usergroup I want to edit, it all gives the same error. I want to give a sertain usergroup an other permission than the one which is standard, but it will not do it.

I have uninstalled this mod, added again, no succes. I have uninstalled the chat completely (also remaining tables in sql) and re-installed it, no succes.

Anybody an idea what is wrong or an other way to edit the permissions?

jim6763nva 03-08-2008 02:17 PM

Ok I know I made a post in this thread a few days ago and now it's gone. As anyone had issues with posts getting deleted for no reason?

Anyway, I've installed this flashchat with integration (marked as installed too) everything seems to work ok up to the point where I click on the flashchat link that I put on my navbar manually. It will bring up the vb page with the iframe but inside the IFrame it's displaying a 404 error for the page. I've right clicked inside the iframe to bring up properties dialog and it's showing:

Code:


res://ieframe.dll/http_404.htm#http://www.talkvirginia.net/forum/chat/flashchat.php&room=1

I've viewed the page source code and it's showing the iframe executing the correct url after I changed the $vbphrase[flashchat_path].

Code:

<!-- main -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
        <!-- body -->
        <tr align="center">
        <td class="alt1">
        <iframe width="100%" height="600" src="http://www.talkvirginia.net/forum/chat/flashchat.php&amp;room=1"></iframe>
        </td>
        <!-- end body -->
        </tr>
        <tr align="center">
        <td class="thead"><div class="smallfont">Flashchat Integration Version 3.7.002 : &copy <a href="http://www.cableforum.co.uk/board/member.php?u=1268">Paul Marsden</a> 2008</div></td>
        </tr>
</table>
<!-- /main -->

Flashchat works great in a separate window/tab.

I'm running vbadvanced 3.0 gold/Vbulletin 3.7.0 beta 5

Any ideas how I can fix this?

Thanks in advance!
Jim

Paul M 03-09-2008 01:53 AM

Quote:

Originally Posted by jim6763nva (Post 1460065)
Ok I know I made a post in this thread a few days ago and now it's gone. As anyone had issues with posts getting deleted for no reason?

.
.

I'm running vbadvanced 3.0 gold/Vbulletin 3.7.0 beta 5

This is the thread for vb 3.6, you are in the wrong place. :)

The 404 bug was in the 3.7 version and fixed the other day.

masterme 03-10-2008 08:05 AM

Anybody an idea how to solve my problem (2 posts earlier)? I cannot even give my co-admin adminrights and she can not login too while she has userrights, very strange.

Paul M 03-11-2008 04:24 PM

You need to remove the bitfield file associated with the 'nbmsgshowchatbox' modification from your includes/xml folder

jim6763nva 03-11-2008 09:21 PM

Quote:

Originally Posted by Paul M (Post 1460404)
This is the thread for vb 3.6, you are in the wrong place. :)

The 404 bug was in the 3.7 version and fixed the other day.

Oh ok, :erm: My bad! lol

By the way, since we are talking about 3.6, I just tried to install the product for this integration on my 3.6.8 site and I keep getting an error saying that this version is only compatible with 3.7.x Am I losing my mind again?

Jim

EDIT: Nevermind - I got it working... I think I was half asleep when I tried to install it.. and I'm just being a goober. Don't mind me. Thanks for this integration! :)


All times are GMT. The time now is 06:35 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.02204 seconds
  • Memory Usage 1,751KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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