vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   FlashChat : how to add Vbulletin header, navbar, etc.. (https://vborg.vbsupport.ru/showthread.php?t=93981)

ThomasR 08-10-2005 09:33 AM

FlashChat : how to add Vbulletin header, navbar, etc..
 
Hi,

I have installed FlashChat on my Vbulletin forum, no problems, it runs smoothly, I add some hack/mod to see who is online, admin panel, etc.. everything is ok.

But I want to add some template modification to my flashchat page itself :
-Add the Vbulletin navbar, add my custum header, and the footer.

How can I do this ? The Flashchat is a php page, then, I think I can include all this stuff, but how can I do it ?

My forum template : http://www.eovia3d.net/forum
The chat : http://www.eovia3d.net/chat

I want to add all the top part (menu, illustration and nav bar) ;)

Thank you in advance!

EricaJoy 08-10-2005 10:17 AM

https://vborg.vbsupport.ru/showthread.php?t=62164 - How to create your own vBulletin-powered page!

I used this method, then iframed the actual chat on the vbulletin powered page in the template like this:

HTML Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header

$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">Your Chat Title</td>
</tr>
<tr>
        <td class="alt1"><div align="center"><iframe src="$vboptions[bburl]/chat/index.php" width="100%" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div></td>
</tr>
</table>

$footer
</body>
</html>


ThomasR 08-10-2005 11:31 AM

Thank you very much ! And it will help me if I have other things to install like the chat !


All times are GMT. The time now is 03:20 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.02108 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete