SMF For Free Support Forum
Signup For Free Forum
December 04, 2008, 11:16:20 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 4 [5]
  Print  
Author Topic: [Code] Add More Tabs  (Read 9387 times)
0 Members and 1 Guest are viewing this topic.
Celebrus
SMF For Free Hero
*
Offline Offline

Posts: 830


Previously known as Omikron


View Profile WWW
« Reply #60 on: May 08, 2008, 12:01:00 pm »

It won't work, because the HTML it would render would be
Code:
<td valign='top' class='maintab_back'><a href='http://www.geocities.com/bloodepotter/MEDIA_PLAYER.html target='_blank''>M&A MEDIA PLAYER</a></td>

Notice the problem? Try
Code:
<script>
function addlinks(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var links = new Array()
links[links.length] = ["M&A MEDIA PLAYER","http://www.geocities.com/bloodepotter/MEDIA_PLAYER.html' target='_blank"]

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


simply sibyl
Female Type
Global Moderator
*
Online Online

Posts: 9420


Please do not PM for Support


View Profile WWW
« Reply #61 on: May 08, 2008, 12:05:14 pm »

thanks Omi that  works.

I think we should add something to the directions.

If you want the tab to open the url in a new window/tab

Code:
links[links.length] = ["LINKS NAME","URL FOR LINK' target='_blank"]
Logged

alchmeist562
SMF For Free Newbie
*
Offline Offline

Posts: 6



View Profile WWW
« Reply #62 on: May 08, 2008, 08:20:58 pm »

thank you soo much. i was going insane
Logged
Chico
SMF For Free Member
*
Offline Offline

Posts: 22


View Profile
« Reply #63 on: May 18, 2008, 01:41:52 pm »

Forum Url: http://gateway.smfforfree.com.smfforfree.com
Just wondering...I want to add a tab with a link to my chatroom. I want the chatroom to open in a pop-up window.This is the code I usually use to create the pop-up chatroom:
Code:
<a href="http://client0.addonchat.com/sc.php?id=245925"
   onClick="window.open('http://client0.addonchat.com/sc.php?id=245925',
      'addonchat','width=620,height=440,status=no,scrollbars=no,menubar=no,resizable=yes');
      return false">Gateway Chat</a>



I would also like the chat to be in a pop up. Can this be done?
Logged
Dss
SMF For Free Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #64 on: May 27, 2008, 08:32:38 am »

Can someone make a code that lets you move a tab?  Cry
I created a tab called 'Home' that will link to my main sites page.  And renamed the normal 'home' tab to 'forums'.  I just want 'Home' to be infront of 'Forums' now.
Logged
clairebear
SMF For Free Hero
*
Offline Offline

Posts: 516


View Profile
« Reply #65 on: May 29, 2008, 11:10:42 am »

i would like a new tab to say catergories then drop down to diff board titels..
is this possible with this code?
Logged


ixy
SMF For Free Newbie
*
Offline Offline

Posts: 10


View Profile
« Reply #66 on: June 18, 2008, 11:50:20 am »

Can you give me more demonstrations on how to specifically add more than 1 tab?
Logged
ixy
SMF For Free Newbie
*
Offline Offline

Posts: 10


View Profile
« Reply #67 on: June 18, 2008, 11:55:45 am »

How do you take tabs off?

Delete them off your headers or footers.
Logged
simply sibyl
Female Type
Global Moderator
*
Online Online

Posts: 9420


Please do not PM for Support


View Profile WWW
« Reply #68 on: June 18, 2008, 11:57:45 am »

Can you give me more demonstrations on how to specifically add more than 1 tab?

There is no longer a need to use this code as you can now add tabs thru your Admin Panel.

Admin > Manage Styles > Custom Tabs
Logged

ixy
SMF For Free Newbie
*
Offline Offline

Posts: 10


View Profile
« Reply #69 on: June 18, 2008, 12:01:10 pm »

Ok, thank you. I got my tabs that I needed Smiley.
Logged


Pages: 1 2 3 4 [5]
  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.244 seconds with 18 queries.