Advertise Here

Author Topic: Remove Menu item  (Read 6907 times)

0 Members and 1 Guest are viewing this topic.

Offline bird

  • SMF For Free Full Member
  • *
  • Posts: 131
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Fourth year Anniversary 100 Posts Third year Anniversary Level 3 50 Posts
Remove Menu item
« on: September 18, 2012, 03:31:55 pm »
Forum Url: http://www.birdnestforum.com/
i need remove some Menu (Help,Search,staff list) & add them for drop down bar ,,,pls help me

Offline SMF For Free

  • Administrator
  • *
  • Posts: 7304
    • View Profile
    • SMF For Free

  • Total Badges: 38
    Badges: (View All)
    Quick Poster Tenth year Anniversary Spammer 25 Posts in one day Nineth year Anniversary Eighth year Anniversary
Re: Remove Menu item
« Reply #1 on: September 18, 2012, 04:18:00 pm »
SMF For Free-Free Simple Machines Forum hosting.
Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline bird

  • SMF For Free Full Member
  • *
  • Posts: 131
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Fourth year Anniversary 100 Posts Third year Anniversary Level 3 50 Posts
Re: Remove Menu item
« Reply #2 on: September 18, 2012, 11:59:43 pm »
ok i got the scipt

<script>
// Created by Omikron 9861
if(window.location.href == "http://"+location.host+"/index.php" || window.location.href == "http://"+location.host+"/") {
$(".maintab_back").parent().hide();
}
</script>

Where i need put Tab Names (Staff List & help)

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Remove Menu item
« Reply #3 on: September 19, 2012, 09:53:44 am »
Use this code:

Code: [Select]
<script>
//Made by Omikron 9861
$("table tbody tr td.maintab_back:contains(Help)").hide();
$("table tbody tr td.maintab_back:contains(Search)").hide();
$("table tbody tr td.maintab_back:contains(Staff List)").hide();
</script>

Offline bird

  • SMF For Free Full Member
  • *
  • Posts: 131
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Fourth year Anniversary 100 Posts Third year Anniversary Level 3 50 Posts
Re: Remove Menu item
« Reply #4 on: September 21, 2012, 06:25:46 am »
i have past this in Manage Style>Hedder/Footer>Hedder

but still not working

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Remove Menu item
« Reply #5 on: September 21, 2012, 12:19:03 pm »
That code goes in the Footer. Sorry for not explaining that.

Offline bird

  • SMF For Free Full Member
  • *
  • Posts: 131
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Fourth year Anniversary 100 Posts Third year Anniversary Level 3 50 Posts
Re: Remove Menu item
« Reply #6 on: September 29, 2012, 11:05:59 am »
thanks

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
960 Views
Last post April 22, 2007, 12:42:33 pm
by Nevon Johnson
4 Replies
1188 Views
Last post April 15, 2008, 11:38:37 am
by LaundryLady
0 Replies
953 Views
Last post September 19, 2012, 09:53:54 am
by Andrew
9 Replies
5988 Views
Last post October 08, 2012, 05:12:19 pm
by Andrew
0 Replies
1325 Views
Last post September 29, 2012, 09:15:28 pm
by Andrew