View Full Version : Flashchat imbedded in custom page.
mholtum
05-02-2006, 02:43 PM
I have been away awhile and received numerous requests for my flshchat custompage template. http://www.ravensrealm.net/index.php?page=chat
Here you go.
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat">
<strong><span class="smallfont">$vba_options[portal_blockbullet] $vboptions[bbtitle] ChatRooms</strong></span>
</td>
</tr>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%" height="600">
<tr>
<td class="alt1">
<div align="center"><iframe src="$vboptions[bburl]/chat/flashchat.php" width="100%" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>
</td>
</tr>
</tbody>
</table>
Change the red code to suite your install. I will try to support this if you have issues with implementing it, however, I am experiencing technical difficulties (medical issues) that might delay responses. Clicking my google adds might increase your odds of support.
DummiMan
05-17-2006, 08:05 AM
I have been away awhile and received numerous requests for my flshchat custompage template. http://www.ravensrealm.net/index.php?page=chat
Here you go.
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat">
<strong><span class="smallfont">$vba_options[portal_blockbullet] $vboptions[bbtitle] ChatRooms</strong></span>
</td>
</tr>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%" height="600">
<tr>
<td class="alt1">
<div align="center"><iframe src="$vboptions[bburl]/chat/flashchat.php" width="100%" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>
</td>
</tr>
</tbody>
</table>
Change the red code to suite your install. I will try to support this if you have issues with implementing it, however, I am experiencing technical difficulties (medical issues) that might delay responses. Clicking my google adds might increase your odds of support.
Can you give a short description of the complete way to install this ?
mholtum
05-17-2006, 10:31 AM
1: Create a new template, call it whatever you like using the code provided.
2: Create a new page, template based calling for the new template.
DummiMan
05-17-2006, 02:12 PM
Thank you very much.
lieutan
05-28-2006, 11:46 AM
did you get it working, i can not seem to do it...
utw-Mephisto
07-01-2006, 06:18 AM
I am not using it, but did you name the template something like
adv_portal_something ?
You MUST use names with adv_portal_ in the name of templates used with vba
utw-Mephisto
07-01-2006, 06:12 PM
did you get it working, i can not seem to do it...
Actually I just tried it myself and I don't see anything either
http://www.ut2007world.com/index.php?page=utstatsdb
I used that example to iframe a different page (not really flashchat - but does not matter anyway)
utw-Mephisto
07-01-2006, 06:14 PM
Never mind got it working
@ lieutan: further down in the page you have the three areas where you can tick and untick certain modules .. you must tick at least "Custom Page" ..
pillow
07-05-2006, 12:04 AM
what should i change the red text to?
i did everything but change the red text, and it's not working...
onehost
07-10-2006, 06:36 AM
1: Create a new template, call it whatever you like using the code provided.
2: Create a new page, template based calling for the new template.
im new to VB, if you can tell me where to find this custom page setup,
then that would be a good start.
Thank-You
www.onefreehosting.com
glorify
08-20-2006, 12:34 AM
Nice work man. Thank you.
Nuguru
08-22-2006, 01:43 PM
Hello everyone,
I've gotta say that I really like this mod, but I am having one problem. Everytime a member is done using chat, the style that they have chosen to use goes back to the default style that the chat is using.
Does anyone know how to make it so that chat page comes up with the style that they have set as their default and when they are done with chat, that their style stays as they have picked.
Thank You,
Nuguru :)
aware
08-23-2006, 10:51 AM
thanks for this!great!
User Name
10-06-2006, 12:44 AM
I have just installed this and it works fine, i just want to help some of those people who can't find there around this how to use it, although i cant post this all now, i will just post the basic beginning to help start you guys off. If you need extensive help, just PM me.
1) Go to Admin Cp
2) Styles & Templates>Style Manager
3) Click on the dropdown menu in the name of the skin you want the new page to work with>Add New Template
4) In the "Title" box, enter "adv_portal_flashchat
5) In the body section, add <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat">
<strong><span class="smallfont">$vba_options[portal_blockbullet] $vboptions[bbtitle] ChatRooms</strong></span>
</td>
</tr>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%" height="600">
<tr>
<td class="alt1">
<div align="center"><iframe src="$vboptions[bburl]/chat/flashchat.php" width="100%" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>
</td>
</tr>
</tbody>
</table>
6) Save
7) Admin CP>vBa CMPS>Add Page>Template
This is where it ends (it should not be complicated at all once you get here unless you're a noob at vBulletin). Remember, you can just PM me if you need help, don't hesitate.)
lostintexas
10-07-2006, 12:54 PM
thanks, i am by no means a guru, but this worked well after a little expeimenting with where to put stuff.
sunnycher
01-26-2007, 10:16 AM
Can you use this with 3.6.4 and the newer version of CMPS?
doogie1775
10-07-2007, 07:00 PM
I have just installed this and it works fine, i just want to help some of those people who can't find there around this how to use it, although i cant post this all now, i will just post the basic beginning to help start you guys off. If you need extensive help, just PM me.
1) Go to Admin Cp
2) Styles & Templates>Style Manager
3) Click on the dropdown menu in the name of the skin you want the new page to work with>Add New Template
4) In the "Title" box, enter "adv_portal_flashchat
5) In the body section, add
6) Save
7) Admin CP>vBa CMPS>Add Page>Template
This is where it ends (it should not be complicated at all once you get here unless you're a noob at vBulletin). Remember, you can just PM me if you need help, don't hesitate.)
I know this is a complete n00b question, and sorry for that - but, I did what it states above (created successfully), what do I do next? I am sure it will be something simple, but please help. I successfully installed flashchat and currently when I click on a link I created in the Navbar it opens a seperate browser window but it doesn't look at all like my site. My goal is this: I want flashchat to open in a seperate browser window, but to emulate (look like) my home page (I think the term is wrapper?). I am not sure how to link flashchat into the page/template I just created. the current link I have in the Navbar for flashchat is: <td class="vbmenu_control"><a href="chat/flashchat.php"
target="flashchat">Chatrooms</a></td>
Any / All help is greatly appreciated - I am learning these great products, and am very frustrated at this point.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.