coke
SMF For Free Full Member
Offline
Posts: 149
|
 |
« 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
|
 |
« 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
|
SMC Code Index - The best Code Index for all your Needs! Includes a bunch of codes not on Support.[/center]
|
|
|
coke
SMF For Free Full Member
Offline
Posts: 149
|
 |
« 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
Online
Posts: 3309
I Approve of this Message
|
 |
« 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
|
 |
« Reply #19 on: June 05, 2007, 02:07:41 pm » |
|
You could try that too.
|
|
|
|
|
Logged
|
SMC Code Index - The best Code Index for all your Needs! Includes a bunch of codes not on Support.[/center]
|
|
|
|
Agent Moose
|
 |
« 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
|
SMC Code Index - The best Code Index for all your Needs! Includes a bunch of codes not on Support.[/center]
|
|
|
|
lOOmis
|
 |
« Reply #21 on: September 02, 2007, 07:02:33 pm » |
|
Forum Url: http://unboundkillerz.smfforfree3.comIs 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
Posts: 594
I'm around somewhere!!!
|
 |
« 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: <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
|
 |
« Reply #23 on: September 10, 2007, 07:46:19 pm » |
|
Have you added this code to the headers yet? <script language="JavaScript" type="text/javascript" src="http://209.85.48.12/9581/134/upload/p4217340.ibf">//Jquery code</script>
|
|
|
|
|
Logged
|
|
|
|
Osurin
SMF For Free Member
Offline
Posts: 38
MASTER ROLEPLAYER
|
 |
« 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
Posts: 594
I'm around somewhere!!!
|
 |
« Reply #25 on: September 12, 2007, 04:46:59 pm » |
|
Forum Url: http://gateway.smfforfree.com.smfforfree.comJust 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: <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
|
 |
« 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
|
 |
« 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
|
 |
« Reply #28 on: September 13, 2007, 04:48:28 pm » |
|
Forum Url: http://pspforums.smfforfree3.comI can't get the target=_blank to work
|
|
|
|
« Last Edit: September 13, 2007, 04:52:32 pm by Coreeeey »
|
Logged
|
|
|
|
|
Agent Moose
|
 |
« Reply #29 on: September 15, 2007, 08:52:53 am » |
|
Try useing this target='_blank'
|
|
|
|
|
Logged
|
SMC Code Index - The best Code Index for all your Needs! Includes a bunch of codes not on Support.[/center]
|
|
|
|
|
|