472,331 Members | 1,637 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,331 software developers and data experts.

How to edit theme for mybb?

Recently I created a community with opensource PHP platform. There is a usefulness page link in my theme.

It has been created by theme creator. I have try to contact him for getting help about this problem, But he didn't help me.

This page will redirect my site to member list section, But i doesn't like it.

I want to remove it from my theme. How can i do it? I know a little about php and css...what is the template section to edit? please help me.....here is my link
Feb 27 '11 #1
1 3303
I guess you want to remove the "Member List" from the 4 tabs in the header.

In your header/menu template HTML, change this
Expand|Select|Wrap|Line Numbers
  1. <div id="mm_navbar">
  2.  
  3. <a href="http://haffow.com/search.php">Search</a>
  4. <a href="http://haffow.com/memberlist.php">Member List</a>
  5. <a href="http://haffow.com/calendar.php">Calendar</a>
  6. <a href="http://haffow.com/misc.php?action=help">Help</a>
  7.  
  8. </div><!-- /mm_navbar -->
To this (comment out the HTML for "Member List" tab)
Expand|Select|Wrap|Line Numbers
  1. <div id="mm_navbar">
  2.  
  3. <a href="http://haffow.com/search.php">Search</a>
  4. <!-- <a href="http://haffow.com/memberlist.php">Member List</a> -->
  5. <a href="http://haffow.com/calendar.php">Calendar</a>
  6. <a href="http://haffow.com/misc.php?action=help">Help</a>
  7.  
  8. </div><!-- /mm_navbar -->
(or you can remove that line completely)
Feb 27 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Miguel Dias Moura | last post by:
Hello, I am creating a master page for a web site. All pages created from this master page will use the same theme. However I am not able to...
4
by: Ben | last post by:
Hi, I'm using images in my menu control. I have my menu setup based on this example:...
3
by: dvan | last post by:
I've created a theme Css for my Asp.net 2.0 web application. The web.config Pages Theme key is set to the theme name. Everything seams to work fine...
1
by: Joey | last post by:
Hello, I have tried to programmatically set the theme for my master page by putting code in a "Page_PreInit" fuction in the master page's code...
1
by: Ron | last post by:
I have an application that requires a login at each visit to the site and can only be accessed by a login. A user can have different themes...
0
by: vikramp | last post by:
Hi, I am storing theme in web.config using <pages theme="mytheme"/>. I am then using the following code to read it from my webpage: ...
11
by: greg | last post by:
Hi all, Is there a way to get the current theme name at design time? I'm trying to write a custom control for which I need to use images from...
2
by: Redhairs | last post by:
The theme item(images,css,skin file) of each theme are under single theme folder of App_Theme. if there are some css or image files which are...
4
by: Neil Jones | last post by:
Hello, I would like to create my own theme(s) for a couple of my own blog sites. I am hoping a few better themes could bring lot more readers....
1
by: Henry Stock | last post by:
I am having trouble referencing a theme in my ASP.NET project. I was following a model that allowed for multiple themes. So The theme that I...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.