gamehead200 Posted November 20, 2002 Posted November 20, 2002 Guys, I just set up a message board ( http://joker.servehttp.com ) and I was wondering about a couple of things...1. How can I change the text on the navigational menu.2. How can I make menu on top of my page.3. How can I move my quick login thing in the middle of the page!Thanx!
gamehead200 Posted November 20, 2002 Author Posted November 20, 2002 Thanx for the help on MSN, FthrJACK! One more thing, how can I change the title of my page? From The Joker's Board (Powered by Invisionboard) to something else...How can I get rid of "Powered by Invisionboard"?
LongHorn Posted November 20, 2002 Posted November 20, 2002 Gamehead: I went into admin c/p while you were gone and removed (Powered By...) for you.
gamehead200 Posted November 20, 2002 Author Posted November 20, 2002 Ummmm....LongHorn, where's the change? On the logo??
LongHorn Posted November 20, 2002 Posted November 20, 2002 The title, I changed it to The Joker's Board and not The Joker's Board Powered by InvisionBoard
gamehead200 Posted November 20, 2002 Author Posted November 20, 2002 Oh! Send me an e-mail telling me how you did that....or just IM me on MSN...
xper Posted November 20, 2002 Posted November 20, 2002 1) Open up sources/Boards.php in your favorite text editor.==============================================================================Search for:==============================================================================$print->do_output( array( 'TITLE' => $ibforums->vars['board_name']." (Powered by Invision Board)", 'JS' => 0, 'NAV' => $this->nav ) );==============================================================================Replace the above code with:==============================================================================$print->do_output( array( 'TITLE' => $ibforums->vars['board_name']."(put here what you want)", 'JS' => 0, 'NAV' => $this->nav ) ); There you go.
gamehead200 Posted November 20, 2002 Author Posted November 20, 2002 Thanx xper! But I find using the Admin C/P is easier! You just have to find what you want to edit in HTML!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now