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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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