Advertise Here

Author Topic: [Guide] Setup Flash Chat Page With Tab  (Read 11456 times)

0 Members and 1 Guest are viewing this topic.

Offline trevix

  • SMF For Free Sr. Member
  • *
  • Posts: 302
    • View Profile
    • Canvas

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
[Guide] Setup Flash Chat Page With Tab
« on: October 12, 2007, 05:14:23 pm »
Follow the guide from 1 down, I tried to make it as easy to understand as possible

(if you have SMF Page v1 Skip step 1 & 2)
1. Get SMF Page v1 code made by Agent Moose

2. Install the code in the header and footer

3. Configure
Code: [Select]
smf_page_v1("LINK","TITLE","CONTENT")a. LINK is the url you want, so make it chat or flashchat, it adds the "http://yourforum.smfforfree#.com/index.php?action="
b. TITLE is what is displayed at top for the page title, call it Chat or Flash Chat
c. CONTENT is where the flash chat code goes.

4. To get the code for your your chat go Here, click chat login, then under the big square add it will say Get a free chatbox for your website! make sure you click that.

5. Set up the layout you want for your chatbox, then copy the code to notepad for editing
a. Your code should look like this
Code: [Select]
<script language="JavaScript">
document.writeln('<iframe src="http://www.spinchat.com/cb/start?chn=Welcome!;srv=1;cat=2;id=Rw-okn8AAAEAAC-1EXY;st=1;w=640;h=480;url='+escape(location)+'" width="640" height="480" border="0" frameborder="0"></iframe>');
</script><noscript>
<iframe src="http://www.spinchat.com/cb/start?chn=Welcome!;srv=1;cat=2;id=Rw-okn8AAAEAAC-1EXY;st=1;w=640;h=480" width="640" height="480" border="0" frameborder="0">
<a href="http://www.spinchat.com">Spinchat.com - free chat community with boards, blogs, online games and more</a>
</iframe></noscript><br><a href="http://www.spinchat.com">Get your own chat on spinchat.com!</a>
b. On the second line copy from <iframe> to </iframe> on the same line
c. Open another notepad, and paste what you copied
d. Now search the code for any " and replace every one with '
e. Add <center> at the begining of the code before <iframe>, and </center> at the end of the code after </iframe>
f. The code should look like this
Code: [Select]
<ceter><iframe src='http://www.spinchat.com/cb/start?chn=Welcome!;srv=1;cat=2;id=Rw-okn8AAAEAAC-1EXY;st=1;w=640;h=480;url='+escape(location)+'' width='640' height='480' border='0' frameborder='0'></iframe></center>(your welcome to use this code if you want, but other ppl will be using it too)
g. Now add the code to the CONTEXT on step 3

6. To setup a tap for your chat get the Add More Tabs code made by Agent Moose also.  Now add that code to your header and footer.

7. Configure
Code: [Select]
links[0] = ["LINKS NAME","URL FOR LINK"]a. LINKS NAME will be the tabs name
b. URL FOR LINK is http://yourforum.smfforfree#.com/index.php?action= then what ever you put for Link on step 3



How did i do on this guide?

Ad Machine - Free advertising and tips on how to promote your board.

Offline mr_css

  • SMF For Free Sr. Member
  • *
  • Posts: 252
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #1 on: October 26, 2007, 06:18:25 pm »
what would the link be?

            WOLFSCAPE FORUMS

Offline Coreeeey

  • SMF For Free Sr. Member
  • *
  • Posts: 307
    • View Profile
    • Forum Evolve

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #2 on: November 03, 2007, 03:17:39 pm »
Is there any way I can use a different chat code such as from www.geesee.com for this same thing?

EDIT: Never mind, I got it working with my geesee chat code.
« Last Edit: November 03, 2007, 03:25:55 pm by Coreeeey »

Offline Nick_LRG

  • SMF For Free Member
  • *
  • Posts: 96
    • View Profile
    • The Back Room Forums!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #3 on: November 03, 2007, 11:25:31 pm »
when  i do this it says "no input file specified"


what does this mean
---

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #4 on: November 03, 2007, 11:27:22 pm »
Go back from the beginning and triple check every single step.

Offline Nick_LRG

  • SMF For Free Member
  • *
  • Posts: 96
    • View Profile
    • The Back Room Forums!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #5 on: November 03, 2007, 11:28:43 pm »
but i did and i followed everything but, i think i need to do something when adding the extra page, but i don't know what.
---

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #6 on: November 03, 2007, 11:31:27 pm »
Moose generally isnt on very late in the evening so you may need to wait for him unless someone who has installed this comes on and can help you.

Also please leave your forum url each time you ask for help with something..  that way we can go to your forum and take a look at your header/footer and see how you put it in.   

Offline Nick_LRG

  • SMF For Free Member
  • *
  • Posts: 96
    • View Profile
    • The Back Room Forums!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
---

Offline trevix

  • SMF For Free Sr. Member
  • *
  • Posts: 302
    • View Profile
    • Canvas

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #8 on: November 03, 2007, 11:41:13 pm »
where it says links[links.length] = ["Flash Chat","joshhorn573scape.php?action=Chatroom"]
add the http:// in front of your url

Ad Machine - Free advertising and tips on how to promote your board.

Offline trevix

  • SMF For Free Sr. Member
  • *
  • Posts: 302
    • View Profile
    • Canvas

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #9 on: November 03, 2007, 11:43:06 pm »
smf_page_v1("joshhorn573scape.php?action=Chatroom"
And change this url to Chatroom, it adds all the other stuff automatically to the ur

Ad Machine - Free advertising and tips on how to promote your board.

Offline Nick_LRG

  • SMF For Free Member
  • *
  • Posts: 96
    • View Profile
    • The Back Room Forums!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #10 on: November 03, 2007, 11:46:08 pm »
smf_page_v1("joshhorn573scape.php?action=Chatroom"
And change this url to Chatroom, it adds all the other stuff automatically to the ur


hu?

now i get a cannot connect to server page thing.
« Last Edit: November 03, 2007, 11:48:18 pm by Nick_LRG »
---

Offline trevix

  • SMF For Free Sr. Member
  • *
  • Posts: 302
    • View Profile
    • Canvas

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #11 on: November 03, 2007, 11:49:22 pm »
on step 3 when you configure
Code: [Select]
smf_page_v1("LINK","TITLE","CONTENT")
for the link you just put like chatroom, the code will add "http://forum.smfforfree.com/index.php?action=" automatically

so when you put joshhorn573scape.php?action=Chatroom for the link it thought you meant http://forum.smfforfree.com/index.php?action=joshhorn573scape.php?action=Chatroom 

Ad Machine - Free advertising and tips on how to promote your board.

Offline Nick_LRG

  • SMF For Free Member
  • *
  • Posts: 96
    • View Profile
    • The Back Room Forums!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #12 on: November 03, 2007, 11:50:06 pm »
so i just remove "chatroom" off the end?
---

Offline trevix

  • SMF For Free Sr. Member
  • *
  • Posts: 302
    • View Profile
    • Canvas

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #13 on: November 03, 2007, 11:50:40 pm »
put Chatroom for your link, it will work then nothin else just Chatroom

Ad Machine - Free advertising and tips on how to promote your board.

Offline Nick_LRG

  • SMF For Free Member
  • *
  • Posts: 96
    • View Profile
    • The Back Room Forums!

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Setup Flash Chat Page With Tab
« Reply #14 on: November 03, 2007, 11:52:39 pm »
nope, didn't work.

here is my head

Code: [Select]
<script src="http://209.85.48.12/9581/134/upload/p4217340.ibf">//Jquery code</script>


<script>
function addlinks(){
//Created by Agent Moose
$(function() {
var links = new Array()
links[links.length] = ["Flash Chat","http://joshhorn573scape.php?action=Chatroom"]

for(m=0;m<links.length;m++){
$(".maintab_last").before("<td valign='top' class='maintab_back'><a href='"+links[m][1]+"'>"+links[m][0]+"</a></td>");
};});}

addlinks();
</script>


and my footer

Code: [Select]
<script>
function smf_page_v1(link,title,content){
//Created by Agent Moose (smcodes.smfforfree3.com)
if(location.href.match("action="+link)){
document.title=""+title+"";
$("#bodyarea").hide()
$("#bodyarea").before("<div class='tborder'><div class='catbg' style='padding: 6px; vertical-align: middle; text-align: center; '>"+title+"</div><div id='upshrinkHeaderIC'><table border='0' width='100%' cellspacing='1' cellpadding='4' class='bordercolor'><tr><td class='windowbg2' width='100%'>"+content+"</td></tr></table></div></div>")
};};
smf_page_v1("chatroom","Flash Chat!","<center><iframe src='http://www.spinchat.com/cb/start?chn=Joshhorn+RPG;srv=1;cat=3;id=Ry1H6H8AAAEAAE6pbyU;st=5;w=640;h=480;url='+escape(location)+'' width='640' height='480' border='0' frameborder='0'></iframe></center>")
</script>
---

 

Related Topics

  Subject / Started by Replies Last post
13 Replies
3087 Views
Last post February 28, 2007, 07:48:38 pm
by Crasy
26 Replies
15909 Views
Last post May 04, 2009, 05:43:14 pm
by Jntg4
11 Replies
5502 Views
Last post July 31, 2008, 02:02:30 pm
by rileyks
2 Replies
928 Views
Last post July 07, 2010, 02:25:41 pm
by ima bad one