Advertise Here

Author Topic: [Code] Hide Tabs  (Read 23042 times)

0 Members and 1 Guest are viewing this topic.

Offline thejudge

  • SMF For Free Member
  • *
  • Posts: 41
    • View Profile
    • http://countrysideforum.smfforfree2.com/index.php

  • Total Badges: 18
    Badges: (View All)
    Level 4 Webmaster Sixth year Anniversary Windows User Topic Starter
Re: [Code] Hide Tabs
« Reply #15 on: September 14, 2008, 02:15:03 pm »
I got it fixed to the way i want it thanks

Offline Celebrus

  • SMF For Free Hero
  • *
  • Posts: 941
    • View Profile
    • Vikhyat Korrapati

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Hide Tabs
« Reply #16 on: September 15, 2008, 02:06:50 am »
Code: [Select]
function show_me_the_tabz(tabb)
{
$("table tbody tr td.maintab_back:contains("+tabb+")").style.display="block";
}

Does that work? Call the function
show_me_the_tabz('Tab Name');
onclick or something.

Code: [Select]
<a href="javascript:void(0)" onclick="show_me_the_tabz('Tab name')">Show ____ tab</a>

Offline Jack Sparrow

  • SMF For Free Newbie
  • *
  • Posts: 15
    • View Profile
    • entertainment

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] Hide Tabs
« Reply #17 on: September 27, 2008, 04:19:47 pm »
can you explain where i put it in the admin panel?

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Hide Tabs
« Reply #18 on: September 27, 2008, 06:49:10 pm »
can you explain where i put it in the admin panel?

Admin > Manage Styles > Edit Header/Footer
Be sure to follow what he said in the directions and put the code(s) in the correct place (header & footer)

Offline ishybadboy

  • SMF For Free Member
  • *
  • Posts: 46
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] Hide Tabs
« Reply #19 on: October 31, 2008, 07:35:41 pm »
Great job.
I'm going to use this.

Edit: Can anyone help me find how to ADD more tabs?
I've lost the post :/

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Hide Tabs
« Reply #20 on: October 31, 2008, 07:47:31 pm »
Great job.
I'm going to use this.

Edit: Can anyone help me find how to ADD more tabs?
I've lost the post :/

Admin > Manage Styles > Custom Tabs

Offline ishybadboy

  • SMF For Free Member
  • *
  • Posts: 46
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] Hide Tabs
« Reply #21 on: October 31, 2008, 08:02:08 pm »
Thanks Sibyl.
I was ALL OVER Manage Styles.
How did I forget where they were..
Better yet, How stupid am I to have not seen them.

Thanks, Again.
~Ricky.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Hide Tabs
« Reply #22 on: October 31, 2008, 08:03:46 pm »
Thanks Sibyl.
I was ALL OVER Manage Styles.
How did I forget where they were..
Better yet, How stupid am I to have not seen them.

Thanks, Again.
~Ricky.

do you really want me to answer that?

(just kidding)    :2funny:

Offline ishybadboy

  • SMF For Free Member
  • *
  • Posts: 46
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] Hide Tabs
« Reply #23 on: October 31, 2008, 08:07:34 pm »
Rofl, Wow.
That was pleasant.  :knuppel2:

Ok, Anyways.
I'm going to like.
Stop spamming now. :]
Have a good weekend guys and..
I'm going to use this code. Like I said earlier.
Before Sibyl called me dumb.
 :laugh:

Edit:
Cough cough.
 :idiot2:

No, I mean..
 :angel: ::)
« Last Edit: October 31, 2008, 08:15:38 pm by ishybadboy »

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Hide Tabs
« Reply #24 on: October 31, 2008, 08:08:50 pm »
hahahahahaha

Offline nondier

  • SMF For Free Member
  • *
  • Posts: 38
    • View Profile
    • Synysterscape

  • Total Badges: 12
    Badges: (View All)
    Windows User Topic Starter Combination Level 2 Level 1
Re: [Code] Hide Tabs
« Reply #25 on: November 11, 2008, 06:23:19 pm »
Forum Url: http://synysterscape.tk/
it's still there :(
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" bgcolor="#000000" width="540" height="405" name="chat" FlashVars="id=40672730&gn=Synysterscape" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.s

Offline - Lawrence -

  • SMF For Free Hero
  • *
  • Posts: 549
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Hide Tabs
« Reply #26 on: December 10, 2008, 01:36:25 pm »
Wow, this is a really useful code, thanks.

Offline Celebrus

  • SMF For Free Hero
  • *
  • Posts: 941
    • View Profile
    • Vikhyat Korrapati

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Hide Tabs
« Reply #27 on: December 13, 2008, 02:40:29 am »
Forum Url: http://synysterscape.tk/
it's still there :(

Sorry I didn't respond earlier, I must have missed that.
Direct link to your forum? (not the .tk one) Maybe post the code you used here? What browser do you use?

Offline - Lawrence -

  • SMF For Free Hero
  • *
  • Posts: 549
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Hide Tabs
« Reply #28 on: December 31, 2008, 06:35:30 pm »
As I already said these are really cool codes, but what would be even better, was if you could set it for only certain membergroups to view the tab.

Also I can't get the second code to work...?
Now this is wierd I have tried the exact same code in a different forum and it worked.
« Last Edit: December 31, 2008, 06:50:15 pm by - Lawrence - »

Offline Celebrus

  • SMF For Free Hero
  • *
  • Posts: 941
    • View Profile
    • Vikhyat Korrapati

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Hide Tabs
« Reply #29 on: December 31, 2008, 11:21:41 pm »
As I already said these are really cool codes, but what would be even better, was if you could set it for only certain membergroups to view the tab.

Also I can't get the second code to work...?
Now this is wierd I have tried the exact same code in a different forum and it worked.

Link to the forum where it isn't working?

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
2058 Views
Last post November 12, 2008, 07:59:32 am
by simply sibyl
2 Replies
2121 Views
Last post September 16, 2009, 08:51:31 pm
by Simply1Nick