We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODE]Add a chat to you Forum; By Makejo D
Topic Started: Jan 23 2010, 12:49 AM (254 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: Makejo D
[CODE
 
Add a chat to you Forum]Step 1:
Add a category, call it Arcade Games. Now in that catagory, make a new forum. Name the forum the title of the game you want to add. In this case, we will be showing how to make the game breakout. So we made a new forum called breakout.

Step 2.
Go to forum control-->Manage forums-->edit forum rulesfor the forum you just made, And for the title, put <center>Chat</center> The <center> tag centers the title, so it appears in the middle. Now for Rules text, copy this into it:

Quote:
 
<CENTER>
<!-- Begin Free ParaChat v5.0 Applet Code -->
<applet codebase="http://network1.parachatfree.com/pchat/network/classes"
archive=pchat.zip code="ParaChat.class" width="500" height="100">
<param name="cabbase" value="pchat.cab">
<param name="Channel" value="#Chat_Name">
<param name="ctrl.Language" value="spanish.conf">
<param name="roam.Roam" value="true">
<param name="ctrl.Hidden" value="false">
<param name="ctrl.PopupMode" value="true">
Sorry, your browser is not Java enabled, please visit
<br><a href="http://www.parachat.com/faq/java.html">our java support pages</a>
</applet>
<br><a href="http://makejod.5u.com">www.makejod.5u.com</a>
<!----
<a href="http://www.parachat.com" target="new"> <br><center>
<img src="http://www.parachat.com/images/parachat_power.gif"
border=0 ALT="ParaChat Powered" width=88 height=31> </center></a>
---->
<!-- End Free ParaChat v5.0 Applet Code -->
</CENTER>


Put the chat name....

Step 3.
Now for Display method, set it to show link only. Now hit Submit changes. Go to the forum you just created, and at the top will be the link to the game you added. For example, Click here You can now chat!

Step 4.
Now before you go anywere, get the link of the game, and save it somewhere. Example: http://s6.invisionfree.com/Foro_Makejo_D/i...php?act=SR&f=15

Step 5.
Now you need to put the link to the arcade up at the top, near help.
Skinning and styles-->Board wrappers--> Under <% BOARD %> Put this:


Quote:
 
<script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="Chat pic url" border="0" alt="" width="15" height="15" />&nbsp;<a href="Link to Chat main page">Chat</a>'

var uCell = document.getElementsByTagName('TD')
for (i=0;i<uCell.length;i++){
if (uCell.align=="right" && uCell.innerHTML.match("act=calendar") && uCell.innerHTML.match("act=Help")){
var addLink=""
for (j=0;j<aLink.length;j++){
addLink+=aLink[j]+" &nbsp; &nbsp;&nbsp;"
}

uCell.innerHTML=addLink+uCell.innerHTML
}}
</script>



Preview

I dont Speak english, i speak spanish. If you dont understan my english you can ask me.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply