Author Topic: Integrated Plus  (Read 2375 times)

mystikmedia

  • Newbie
  • *
  • Posts: 1
    • View Profile
Integrated Plus
« on: May 18, 2009, 02:42:19 »
I bought the Integration Plus version.  It has pulled the usernames from the database with no problem.  I wanted to integrate the chat directly into the forum pages.  I couldn't get that to work with the chat files in their subfolder.  I had to move files to the root.  So, the chat shows fine now.  However, it won't login.  Do you know what the problem is?  I set the prefix to '' already since I don't use one.  Here's the code I have in the navbar template (v3.8):


Code: [Select]
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<tbody>
        <tr>
                <td class="tcat" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forum_chat')"><img id="collapseimg_forum_chat" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forum_chat].gif" alt="" border="0" /></a>
                        <phrase 1="$vboptions[bbtitle]">Chat
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forum_chat" style="$vbcollapse[collapseobj_forum_chat]">
        <tr>

                <td class="alt1" width="100%">
<div align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="650" height="393" id="ChatRoom">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="./ChatRoom.swf" />;
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<embed src="./ChatRoom.swf" menu="false" quality="high" bgcolor="#FFFFFF" width="650" height="393" name="ChatRoom" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
                </td>
        </tr>
</tbody>



</table>
<br />

Thanks much in advance.  I hope someone can help.
« Last Edit: May 18, 2009, 06:53:15 by mystikmedia »

fredric

  • Administrator
  • Jr. Member
  • *****
  • Posts: 75
    • View Profile
Re: Integrated Plus
« Reply #1 on: May 29, 2009, 11:31:29 »
Use an iframe to integrate the chat instead of inserting the flash directly into the page.
Keep the software installed in /ChatRoom/ as that is requirement at this time.

__________________
<!-- FLASHERIZE CODE BEGIN -->
<IFRAME width='670' height='410' frameborder=0 src='/ChatRoom/ChatRoom_fixed.html'></IFRAME>
<!-- FLASHERIZE CODE END -->
__________________