SMF For Free Support Forum
Signup For Free Forum
November 22, 2008, 01:27:00 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1] 2
  Print  
Author Topic: [REQ] How to put a chat box in a chat Tab  (Read 931 times)
0 Members and 1 Guest are viewing this topic.
Basicallyimjesus
SMF For Free Member
*
Offline Offline

Posts: 87


Ling Ling Kill You Slow Than Use Your Skull 4 Sex


View Profile WWW
« on: March 21, 2008, 11:27:00 am »

Forum Url: http://basicallyimjesus.smfforfree4.com
subject sayes it all
Logged

pker own
SMF For Free Sr. Member
*
Offline Offline

Posts: 370


View Profile WWW
« Reply #1 on: March 21, 2008, 11:29:55 am »

have you added your new tab for it?in heders/footers cuz i think u can use html
Logged

Basicallyimjesus
SMF For Free Member
*
Offline Offline

Posts: 87


Ling Ling Kill You Slow Than Use Your Skull 4 Sex


View Profile WWW
« Reply #2 on: March 21, 2008, 11:31:39 am »

yea, i got the chat tab after logout but i don't know what to put in the second part to lead to the chat box
Logged

Agent Moose Jr.
SMF For Free Sr. Member
*
Offline Offline

Posts: 443


View Profile WWW
« Reply #3 on: March 21, 2008, 11:32:09 am »

i hvae it all you need is smf page v1 a xat chat box and you need to edit the xat box code replace theses " with theses ' and to add the tab tab use change tab url and replace it with the help tab! ;)heres mine

http://insanegfx.smfforfree4.com/index.php?action=Chat
Logged

New Graphic!

Abstract
Basicallyimjesus
SMF For Free Member
*
Offline Offline

Posts: 87


Ling Ling Kill You Slow Than Use Your Skull 4 Sex


View Profile WWW
« Reply #4 on: March 21, 2008, 11:34:56 am »

Quote
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=25511892" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" />
<small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=25511892">Go Large!</a></small>

thats my chat box code, what do i have to change it to to work in it
Logged

Agent Moose Jr.
SMF For Free Sr. Member
*
Offline Offline

Posts: 443


View Profile WWW
« Reply #5 on: March 21, 2008, 11:41:11 am »

Code:
<embed src='http://www.xatech.com/web_gear/chat/chat.swf' quality='high' width='540' height='405' name='chat' FlashVars='id=25511892' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://xat.com/update_flash.shtml' /><small><a target='_BLANK' href='http://xat.com/web_gear/?cb'>Get your own Chat Box!</a><a target='_BLANK' href='http://xat.com/web_gear/chat/go_large.php?id=25511892'>Go Large!</a></small>

there
Logged

New Graphic!

Abstract
Basicallyimjesus
SMF For Free Member
*
Offline Offline

Posts: 87


Ling Ling Kill You Slow Than Use Your Skull 4 Sex


View Profile WWW
« Reply #6 on: March 21, 2008, 11:47:49 am »

Quote
<script>
function addlinks(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var links = new Array()
links[links.length] = ["Chat","<embed src='http://www.xatech.com/web_gear/chat/chat.swf' quality='high' width='540' height='405' name='chat' FlashVars='id=25511892' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://xat.com/update_flash.shtml' /><small><a target='_BLANK' href='http://xat.com/web_gear/?cb'>Get your own Chat Box!</a><a target='_BLANK' href='http://xat.com/web_gear/chat/go_large.php?id=25511892'>Go Large!</a></small>
"]

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>

sorry m8, it didn't work
Logged

Basicallyimjesus
SMF For Free Member
*
Offline Offline

Posts: 87


Ling Ling Kill You Slow Than Use Your Skull 4 Sex


View Profile WWW
« Reply #7 on: March 21, 2008, 12:02:33 pm »

any ideas
Logged

Agent Moose
Moderator
*****
Offline Offline

Posts: 666


Do not PM me for Code Support or Request


View Profile
« Reply #8 on: March 21, 2008, 12:10:21 pm »

Try this:
Code:
<script>
function addlinks(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var links = new Array()
links[links.length] = ["Chat","<embed src='http://www.xatech.com/web_gear/chat/chat.swf' quality='high' width='540' height='405' name='chat' FlashVars='id=25511892' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://xat.com/update_flash.shtml' /><small><a target='_BLANK' href='http://xat.com/web_gear/?cb'>Get your own Chat Box!</a><a target='_BLANK' href='http://xat.com/web_gear/chat/go_large.php?id=25511892'>Go Large!</a></small>"]

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>
Logged



SMC Code Index - The best Code Index for all your Needs!  Includes a bunch of codes not on Support.[/cen
Basicallyimjesus
SMF For Free Member
*
Offline Offline

Posts: 87


Ling Ling Kill You Slow Than Use Your Skull 4 Sex


View Profile WWW
« Reply #9 on: March 21, 2008, 07:07:19 pm »

<script>
function addlinks(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var links = new Array()
links[links.length] = ["","<embed src='http://www.xatech.com/web_gear/chat/chat.swf' quality='high' width='540' height='405' name='chat' FlashVars='id=25511892' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://xat.com/update_flash.shtml' /><small><a target='_BLANK' href='http://xat.com/web_gear/?cb'></a><a target='_BLANK' href='http://xat.com/web_gear/chat/go_large.php?id=25511892 '>Chat</a></small>"]

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>

i had to modify it to that but it now the tab is called Chat'< , please help,
Logged

Basicallyimjesus
SMF For Free Member
*
Offline Offline

Posts: 87


Ling Ling Kill You Slow Than Use Your Skull 4 Sex


View Profile WWW
« Reply #10 on: April 03, 2008, 08:00:34 pm »

hey, i tryed to make it the same with a different chat box but it wont work

Quote
links[links.length] = ["CHAT","<embed src='http://www.xatech.com/web_gear/chat/chat.swf' quality='high' width='640' height='480' name='chat' FlashVars="id=26692596" align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://xat.com/update_flash.shtml' /><br><small><a target='_BLANK' href='http://xat.com/web_gear/?cb'></a><a target='_BLANK' href='http://xat.com/web_gear/chat/go_large.php?id=26692596 '>CHAT</a></small>"]
Logged

RAWR!
SMF For Free Member
*
Offline Offline

Posts: 42


View Profile
« Reply #11 on: April 04, 2008, 05:55:19 pm »

Footers: (Used mine)

Code:
<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)
$("#bodyarea").after("</td></tr></table></div></div>")
};};
smf_page_v1("chat","Chat","<center><h1> Teh Secks Graphics Chat </h> <br><embed src='http://www.xatech.com/web_gear/chat/chat.swf' quality='high' width='540' height='405' name='chat' FlashVars='id=26740057' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://xat.com/update_flash.shtml' /><br><small><a target='_BLANK' href='http://xat.com/web_gear/?cb'>Get your own Chat Box!</a> <a target='_BLANK' href='http://xat.com/web_gear/chat/go_large.php?id=26740057'>Go Large!</a></small><br></center>")
</script>

Now to add the tab.

Footers:

Code:
<script>
var Agent = new Array()
Agent[Agent.length]=["chat","index.php?action=chat"];

tabs = "";for(Moose=0;Moose<Agent.length;Moose++){
//Created by Agent Moose (smcodes.smfforfree3.com)
tabs += "<td valign='top' class='maintab_back'><a href='"+Agent[Moose][1]+"'>"+Agent[Moose][0]+"</a></td>"
};
$(".maintab_back:contains(Logout) , .maintab_back:contains(Register)").after('<td class="maintab_last">&#'+'8195;</td><td class="maintab_first"></td>'+tabs);
</script>

and if that dont work

Code:
<script>
var Agent = new Array()
Agent[Agent.length]=["chat","http://basicallyimjesus.smfforfree4.com/index.php?action=chat"];

tabs = "";for(Moose=0;Moose<Agent.length;Moose++){
//Created by Agent Moose (smcodes.smfforfree3.com)
tabs += "<td valign='top' class='maintab_back'><a href='"+Agent[Moose][1]+"'>"+Agent[Moose][0]+"</a></td>"
};
$(".maintab_back:contains(Logout) , .maintab_back:contains(Register)").after('<td class="maintab_last">&#'+'8195;</td><td class="maintab_first"></td>'+tabs);
</script>
Logged

I HACKED DEAR EDITOR'S PROFILE!
Basicallyimjesus
SMF For Free Member
*
Offline Offline

Posts: 87


Ling Ling Kill You Slow Than Use Your Skull 4 Sex


View Profile WWW
« Reply #12 on: April 04, 2008, 06:33:09 pm »

ok, what goes where
Logged

RAWR!
SMF For Free Member
*
Offline Offline

Posts: 42


View Profile
« Reply #13 on: April 04, 2008, 06:43:53 pm »

Seriously mate, its not that hard. Go to "Manage Styles", "Edit Headers/Footers" and put in what i told you...jesus..
Logged

I HACKED DEAR EDITOR'S PROFILE!
Basicallyimjesus
SMF For Free Member
*
Offline Offline

Posts: 87


Ling Ling Kill You Slow Than Use Your Skull 4 Sex


View Profile WWW
« Reply #14 on: April 04, 2008, 06:50:08 pm »

never mind, i got it working i had to put mine in, but the tab is a bit of the logout tab, i'm uploading pic to photobucket, just wait
Logged



Pages: [1] 2
  Print  
 
Jump to:  

cheap low cost web hosting reviews

Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.568 seconds with 18 queries.