Title: Joel Baudin's Replies | WordPress.org

---

# Joel Baudin

  [  ](https://wordpress.org/support/users/jbau/)

 *   [Profile](https://wordpress.org/support/users/jbau/)
 *   [Topics Started](https://wordpress.org/support/users/jbau/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jbau/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jbau/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jbau/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jbau/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jbau/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Quiz loads in header](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-quiz-loads-in-header/)
 *  Thread Starter [Joel Baudin](https://wordpress.org/support/users/jbau/)
 * (@jbau)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-quiz-loads-in-header/#post-1777246)
 * Did that help any? I meant that I found that code and used it to insert the link
   in the top menubar
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Quiz loads in header](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-quiz-loads-in-header/)
 *  Thread Starter [Joel Baudin](https://wordpress.org/support/users/jbau/)
 * (@jbau)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-quiz-loads-in-header/#post-1777150)
 * got this from a google search
 * function bp_adminbar_currentsite_menu() {
 * <?php
    /* Plugin Name: BP Nav Bar Mods – Add Link Plugin URI: [http://erikshosting.com](http://erikshosting.com)
   Description: Add A Simple Link To The Buddypress Admin Bar Author: Erock Version:
   1.0
 * Author URI: [http://erikshosting.com](http://erikshosting.com)
    */ //Links and
   Menus Added To The Following Function Are Always Visible On The BP Bar function
   bp_adminbar_currentsite_menu() {
 * global $bp;
    ?>
    -  <!– Insert your link url or relative url, and your link text below –>
       [Skidlärarbloggen](http://umeåskidlärare.se/blog/)
    - <?php
       } // Call The Function Above add_action(‘bp_adminbar_menus’, ‘bp_adminbar_currentsite_menu’,
      999); ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Quiz loads in header](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-quiz-loads-in-header/)
 *  Thread Starter [Joel Baudin](https://wordpress.org/support/users/jbau/)
 * (@jbau)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-survey-and-quiz-tool-quiz-loads-in-header/#post-1777118)
 * Hi, I have done no modifications with the Darwin theme. And I haven’t created
   any childthemes either. I did create a plugin which makes an extra menu item 
   in the top buddypress menubar? could that have anything to do with it?
    I have
   the plugin WP Post Columns 2.2 which I suppose does some modifications in the
   layout but thats for a specific page and on this one I don’t use it.
 * I just created a new page and inserted [wpsqt_quiz name=”quizname”]

Viewing 3 replies - 1 through 3 (of 3 total)