Jump to content

Message Board


Recommended Posts


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.

Link to comment
Share on other sites

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...