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
DIR 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");</script>
--- End 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
DIR 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:
<script>function xboi209_hidetabs(tab){$("#menu_nav >
li:contains('"+tab+"')").remove();}xboi209_hidetabs("search");xboi209_hidetabs("profile");</script>
---------------------------------------------------------
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:
<script>function xboi209_hidetabs(tab){$("#menu_nav >
li:contains('"+tab+"')").remove();}xboi209_hidetabs("search");</script>
---------------------------------------------------------
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
DIR By: epic_lad
Date: August 3, 2013, 10:20 pm
---------------------------------------------------------
--- Quote from: aIURbliS link ---
>
> 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");</script>
--- End 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!
>
--- End 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
DIR 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
DIR 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
DIR By: outlaw16151
Date: August 30, 2014, 10:04 am
---------------------------------------------------------
no, doesnt work for me either
#Post#: 14364--------------------------------------------------
Re: [Code] Hide Tabs V2
DIR 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>
--- End Code ---
#Post#: 14404--------------------------------------------------
Re: [Code] Hide Tabs V2
DIR 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
DIR By: CyanProductions
Date: January 3, 2015, 5:48 pm
---------------------------------------------------------
How do you use it to hide custom tabs?
*****************************************************
Page 1 of 1