Jump to content

Recommended Posts


Posted

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"?

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...