SMF For Free Support Forum
Signup For Free Forum
September 05, 2008, 07:45:40 am *
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 [3]
  Print  
Author Topic: Code to add a new page in the menu  (Read 1366 times)
0 Members and 1 Guest are viewing this topic.
stefun8
SMF For Free Member
*
Offline Offline

Posts: 40



View Profile WWW
« Reply #30 on: March 29, 2008, 02:42:58 pm »

ah OK thanks but do i really need to put a new tab.
Logged

The motocross freaks is in tha game.
pker own
SMF For Free Sr. Member
*
Offline Offline

Posts: 372


View Profile WWW
« Reply #31 on: March 29, 2008, 02:43:30 pm »

im not sure i think you do but ill get the tut for u brb

http://www.smfsupport.com/support/smf_for_free_codes/code_add_more_tabs-t4236.0.html

here u go i edited it insted of replying
« Last Edit: March 29, 2008, 02:45:50 pm by pker own » Logged

stefun8
SMF For Free Member
*
Offline Offline

Posts: 40



View Profile WWW
« Reply #32 on: March 29, 2008, 02:46:27 pm »

ok. but is here an code maker. info in the code---> name in the tab IRC. link:http://devolutionexd.smfforfree4.com/index.php?action=irc and text is an code for a chatbox 
i'll give it if you have found a code.
Logged

The motocross freaks is in tha game.
LaundryLady
Global Moderator
*
Offline Offline

Posts: 3026



View Profile WWW
« Reply #33 on: March 29, 2008, 03:01:44 pm »

Sigh, it would be nice if we could solve one problem at a time.  Now you can wait for Agent Moose to look at it.  I will see if I can reach him.
Logged

stefun8
SMF For Free Member
*
Offline Offline

Posts: 40



View Profile WWW
« Reply #34 on: March 29, 2008, 03:22:33 pm »

thanks
Logged

The motocross freaks is in tha game.
Agent Moose
Moderator
*****
Offline Offline

Posts: 625


Do not PM me for Code Support or Request


View Profile WWW
« Reply #35 on: March 29, 2008, 05:12:54 pm »

stefun8, so what you want is a page for your IRC chat?
Logged

Eternal Flame Coming Soon

SMC Code Index - The best Code Index for all your Needs!  Includes a bunch of codes not on Support.
Agent Moose Jr.
SMF For Free Sr. Member
*
Offline Offline

Posts: 412


Me And My Girlfriend


View Profile WWW
« Reply #36 on: March 29, 2008, 07:22:23 pm »

um this hasent been mentioned yet maybe u should try removing the url to the page and replacing this

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+"</td></tr></table></div></div>")
};};
smf_page_v1("http://devolutionexd.smfforfree4.com/index.php?action=irc","irc","Here comes my IRC")
</script>

with this

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+"</td></tr></table></div></div>")
};};
smf_page_v1("irc","irc","Here comes my IRC")
</script>

and replace ur current jqueury code with this

Code:
<script src="/jquery.js"></script>
Logged

Come Check Out My Forum!

stefun8
SMF For Free Member
*
Offline Offline

Posts: 40



View Profile WWW
« Reply #37 on: March 30, 2008, 03:08:53 pm »

yes agent moose.

And i'll try your code a.m.jr.
Logged

The motocross freaks is in tha game.


Pages: 1 2 [3]
  Print  
 
Jump to:  

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