DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Create a Forum Codes and Support
*****************************************************
#Post#: 7697--------------------------------------------------
[Code] Hide Tabs V2
By: xboi209 Date: December 12, 2012, 4:03 pm
---------------------------------------------------------
Description: Hides any tabs you want
This code utilizes jQuery, please use the latest version found
in this thread:
HTML http://support.createaforum.com/5/jquery-v1-8-update/
HTML http://support.createaforum.com/5/jquery-v1-8-update/
Footers:
[code]<script>function xboi209_hidetabs(tab){$("#menu_nav >
li:contains('"+tab+"')").remove();}xboi209_hidetabs("TAB");</scr
ipt>[/code]
Editing Instructions: At the end of the code before the
</script>, write xboi209_hidetabs("TAB"); and replace TAB with
the name of the tab you want to be removed. To hide multiple
tabs, just copy and paste xboi209_hidetabs("TAB"); before
</script>.
Note: tab names are case sensitive!
#Post#: 11008--------------------------------------------------
Re: [Code] Hide Tabs V2
By: H4MZA_ Date: August 3, 2013, 10:08 pm
---------------------------------------------------------
it doesn't work when i used this
Header:
<script
src="
HTML http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
HTML http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Footer:
[font=verdana]<script>function
xboi209_hidetabs(tab){$("#menu_nav >
li:contains('"+tab+"')").remove();}xboi209_hidetabs("search");xb
oi209_hidetabs("profile");</script>[/font]
[hr]
[font=verdana]Header:[/font]
[font=verdana]<script
src="
HTML http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
HTML http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Footer:
<script>function xboi209_hidetabs(tab){$("#menu_nav >
li:contains('"+tab+"')").remove();}xboi209_hidetabs("search");</
script>
[/font]
[hr]
Footer:
<script
src="
HTML http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
HTML http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>function xboi209_hidetabs(tab){$("#menu_nav >
li:contains('"+tab+"')").remove();}xboi209_hidetabs("search");</
script>
I tried all 3 of those ways but None of them worked
#Post#: 11009--------------------------------------------------
Re: [Code] Hide Tabs V2
By: epic_lad Date: August 3, 2013, 10:20 pm
---------------------------------------------------------
[quote author=aIURbliS link=topic=2114.msg7697#msg7697
date=1355349825]
Description: Hides any tabs you want
This code utilizes jQuery, please use the latest version found
in this thread:
HTML http://support.createaforum.com/5/jquery-v1-8-update/
HTML http://support.createaforum.com/5/jquery-v1-8-update/
Footers:
[code]<script>function xboi209_hidetabs(tab){$("#menu_nav >
li:contains('"+tab+"')").remove();}xboi209_hidetabs("TAB");</scr
ipt>[/code]
Editing Instructions: At the end of the code before the
</script>, write xboi209_hidetabs("TAB"); and replace TAB with
the name of the tab you want to be removed. To hide multiple
tabs, just copy and paste xboi209_hidetabs("TAB"); before
</script>.
Note: tab names are case sensitive!
[/quote]
Not working for me too. Can you tell me whole script for what to
put in Header and Footer. I want to hide my search , members
and my messages.
#Post#: 11011--------------------------------------------------
Re: [Code] Hide Tabs V2
By: xboi209 Date: August 4, 2013, 1:05 pm
---------------------------------------------------------
It's case-sensitive, you need to capitalize the S on Search and
P on Profile.
#Post#: 11017--------------------------------------------------
Re: [Code] Hide Tabs V2
By: epic_lad Date: August 4, 2013, 3:30 pm
---------------------------------------------------------
actually i tried eveything. Please do me a favour can you write
the full code to hide search, messages and profile tab. So i'll
just copy and paste thanks.
#Post#: 14314--------------------------------------------------
Re: [Code] Hide Tabs V2
By: outlaw16151 Date: August 30, 2014, 10:04 am
---------------------------------------------------------
no, doesnt work for me either
#Post#: 14364--------------------------------------------------
Re: [Code] Hide Tabs V2
By: xboi209 Date: September 7, 2014, 1:14 pm
---------------------------------------------------------
[code]<script>function xboi209_hidetabs(tab){$("#menu_nav >
li:contains('"+tab+"')").remove();}xboi209_hidetabs("Search");</
script>[/code]
#Post#: 14404--------------------------------------------------
Re: [Code] Hide Tabs V2
By: outlaw16151 Date: September 15, 2014, 2:03 pm
---------------------------------------------------------
i wanted to hide the Forum link, it dont hide any links
#Post#: 15034--------------------------------------------------
Re: [Code] Hide Tabs V2
By: CyanProductions Date: January 3, 2015, 5:48 pm
---------------------------------------------------------
How do you use it to hide custom tabs?
*****************************************************