SMF For Free Support Forum
Signup For Free Forum
August 29, 2008, 07:34:23 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] 3 4 5
  Print  
Author Topic: [Code] Add More Tabs  (Read 8670 times)
0 Members and 1 Guest are viewing this topic.
coke
SMF For Free Full Member
*
Offline Offline

Posts: 149


View Profile
« Reply #15 on: June 05, 2007, 01:10:52 am »

I've noticed a problem, the extra links will show up next to the mark all messages as read column.
Logged
Agent Moose
Moderator
*****
Online Online

Posts: 623


Do not PM me for Code Support or Request


View Profile WWW
« Reply #16 on: June 05, 2007, 09:04:03 am »

I relised that to.  I can make it so it doesn't do that, but then it will only show up on the Board index, and no where else, and it will also make the code longer.
Logged

Eternal Flame Coming Soon

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

Posts: 149


View Profile
« Reply #17 on: June 05, 2007, 01:25:29 pm »

If it's not too much work you should anyways, some people might not mind only having it on the board index.
Logged
Crasy
Global Moderator
*
Offline Offline

Posts: 3275


I Approve of this Message


View Profile
« Reply #18 on: June 05, 2007, 01:58:20 pm »

Can't you just put the code in a board description or something so that it is only on the board index?
Then you wouldn't need to make a whole new code..and it would only show up on the index.
Logged

Agent Moose
Moderator
*****
Online Online

Posts: 623


Do not PM me for Code Support or Request


View Profile WWW
« Reply #19 on: June 05, 2007, 02:07:41 pm »

You could try that too.
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
Moderator
*****
Online Online

Posts: 623


Do not PM me for Code Support or Request


View Profile WWW
« Reply #20 on: June 09, 2007, 09:30:07 am »

You will probably need to download it because it isn't installed right when you create one.
Logged

Eternal Flame Coming Soon

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

Posts: 142



View Profile WWW
« Reply #21 on: September 02, 2007, 07:02:33 pm »

Forum Url: http://unboundkillerz.smfforfree3.com
Is there a way to change the existing tabs text. Instead of the HOME tab I would like it to say FORUM HOME because I've created a tab to direct anyone that wishes back to the Main Website, www.unboundkillerz.com which will have UbK HOME PAGE. People will get to the forums from this site, but once on the forums having a way to get back through the tabs would be great. Well, I can do it, but back to the question at hand. Changing the tabs text? Anyone......

lOOmis
Logged
Gordie
SMF For Free Hero
*
Offline Offline

Posts: 601


I'm around somewhere!!!


View Profile WWW
« Reply #22 on: September 10, 2007, 07:11:25 pm »

I can't get this code to work. I placed the correct code in the header, and placed this in the footer:

Code:
<script>
function addlinks(){
//Created by Agent Moose
$(function() {
var links = new Array()
links[0] = ["E-Cards" , "http://cards.123greetings.com/cgi-bin/cards/sendcard.pl?log=gateway"]

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



deathwilldie
Style Designer
****
Offline Offline

Posts: 566

Give me an idea for a Stylesheet


View Profile WWW
« Reply #23 on: September 10, 2007, 07:46:19 pm »

Have you added this code to the headers yet?

Code:
<script language="JavaScript" type="text/javascript" src="http://209.85.48.12/9581/134/upload/p4217340.ibf">//Jquery code</script>
Logged


Eternal Flame Coming soon.
Osurin
SMF For Free Member
*
Offline Offline

Posts: 38


MASTER ROLEPLAYER


View Profile WWW
« Reply #24 on: September 11, 2007, 06:24:09 pm »

Is there anyway to sort the tab to first place on the bar??

srry if I am repeating someone elses question.
Logged
Gordie
SMF For Free Hero
*
Offline Offline

Posts: 601


I'm around somewhere!!!


View Profile WWW
« Reply #25 on: September 12, 2007, 04:46:59 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>

Is there anyway to place that code into the "add more tabs code" so that it still opens in a  small pop-up window? I hope I haven't confused anyone.
You can see the chatroom at the very top of my forum.
Logged



Coreeeey
SMF For Free Sr. Member
*
Offline Offline

Posts: 311



View Profile WWW
« Reply #26 on: September 13, 2007, 02:31:29 pm »

Is there anyway to sort the tab to first place on the bar??

srry if I am repeating someone elses question.

I would like to know this too, I want the Logout tab to be last
Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 7941


I am not a dude!


View Profile WWW
« Reply #27 on: September 13, 2007, 02:52:15 pm »

Is there anyway to sort the tab to first place on the bar??

srry if I am repeating someone elses question.

I would like to know this too, I want the Logout tab to be last

Moose would need to rewrite the code, if it is even possible, in order to do that.
Logged

Coreeeey
SMF For Free Sr. Member
*
Offline Offline

Posts: 311



View Profile WWW
« Reply #28 on: September 13, 2007, 04:48:28 pm »

Forum Url: http://pspforums.smfforfree3.com
I can't get the
Code:
target=_blank
to work
« Last Edit: September 13, 2007, 04:52:32 pm by Coreeeey » Logged

Agent Moose
Moderator
*****
Online Online

Posts: 623


Do not PM me for Code Support or Request


View Profile WWW
« Reply #29 on: September 15, 2007, 08:52:53 am »

Try useing this target='_blank'
Logged

Eternal Flame Coming Soon

SMC Code Index - The best Code Index for all your Needs!  Includes a bunch of codes not on Support.


Pages: 1 [2] 3 4 5
  Print  
 
Jump to:  

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