Compdigitec Labs

« phpBB force login hack | Home | Fixing MonoDevelop’s translation functions »

Disable the jump box of the FAQ in phpBB 3

By admin | December 20, 2008

If you think that the “jump to” box at the bottom of the FAQ in the phpBB 3 package is annoying or unessesary, you can use this article to disable it in four easy steps.

  1. Download faq.php from your phpBB3 installation.
  2. Open it with a text editor.
  3. Comment out (add a #) line 170 (“make_jumpbox(append_sid(”{$phpbb_root_path}viewforum.$phpEx”));”).
  4. Reupload and you’re done! Go to http://yourforum.example/phpbb_installation_folder/faq.php to test it.

If you found this article useful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more interesting articles!

Topics: PHP |

One Response to “Disable the jump box of the FAQ in phpBB 3”

  1. Maritialana Says:
    March 9th, 2009 at 11:20 pm

    +1

Comments