I saw your answer to the other person who asked this same question. I must say I do not understand
"ParaChat is added to your web site by copying the applet HTML that we provide, and then pasting the copied HTML into the HTML source code of a web page on your web site"
Where is the HTML source code of a web page or site??
I am really confused
THANKS!
Page 1 of 1
Adding ParaChat to InvisionFree Message Boards Im confused!!
#2 Guest_Administrator_*
Posted 05 April 2005 - 03:19 PM
Invision Power Chat Basic rooms do not integrate with [color="blue"]Invision Power Board[/color]. Only Invision Power Chat Advanced and Premium rooms integrate with Invision Power Board.
[color="blue"]Features[/color]
[color="blue"]Order Invision Power Chat Advanced or Premium[/color]
[color="blue"]Features[/color]
[color="blue"]Order Invision Power Chat Advanced or Premium[/color]
#3
Posted 20 May 2005 - 05:14 AM
there is another way you can add the chatroom to your free invision forum
just follow these details below thanks
1. create a new forum in the menu called forum control
2. go to the main forum area and when you see this picture below with the black mark around it press it
3. and just enter these details below
a Display method Show Link Only
b Rules Title <center>Chatroom</center>
c Rules Text add your chatroom code in here
4. now go to the menu called Skinning & Styles
5. click on the menu called Board Wrappers then go down to were you see a menu called footer and copy and paste this code into there
[quote]script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="http://67.18.37.14/style_images/1/atb_members.gif" border="0" alt="" width="14" height="16" /> <a href="Chatroom Link">SD Chat Live</a>'
var uCell = document.getElementsByTagName('TD')
for (i=0;i<uCell.length;i++){
if (uCell[i].align=="right" && uCell[i].innerHTML.match("act=calendar") && uCell[i].innerHTML.match("act=Help")){
var addLink=""
for (j=0;j<aLink.length;j++){
addLink+=aLink[j]+" "
}
uCell[i].innerHTML=addLink+uCell[i].innerHTML
}}
</script>[/quote]
hope this helps you :)
just follow these details below thanks
1. create a new forum in the menu called forum control
2. go to the main forum area and when you see this picture below with the black mark around it press it
3. and just enter these details below
a Display method Show Link Only
b Rules Title <center>Chatroom</center>
c Rules Text add your chatroom code in here
4. now go to the menu called Skinning & Styles
5. click on the menu called Board Wrappers then go down to were you see a menu called footer and copy and paste this code into there
[quote]script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="http://67.18.37.14/style_images/1/atb_members.gif" border="0" alt="" width="14" height="16" /> <a href="Chatroom Link">SD Chat Live</a>'
var uCell = document.getElementsByTagName('TD')
for (i=0;i<uCell.length;i++){
if (uCell[i].align=="right" && uCell[i].innerHTML.match("act=calendar") && uCell[i].innerHTML.match("act=Help")){
var addLink=""
for (j=0;j<aLink.length;j++){
addLink+=aLink[j]+" "
}
uCell[i].innerHTML=addLink+uCell[i].innerHTML
}}
</script>[/quote]
hope this helps you :)
#4
Posted 02 October 2005 - 05:02 AM
yes, it does, thanks, but how do you make members log in automatically with their forum's names as default? this prevents somebody trying to be somebody else and so I know exactly who they are?
and what's the purpose of adding footer? since it still works without it
and what's the purpose of adding footer? since it still works without it
Page 1 of 1

Sign In
Help

MultiQuote