Joel Baudin
Forum Replies Created
-
Did that help any? I meant that I found that code and used it to insert the link in the top menubar
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
Description: Add A Simple Link To The Buddypress Admin Bar
Author: Erock
Version: 1.0Author URI: 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
<?php
}
// Call The Function Above
add_action(‘bp_adminbar_menus’, ‘bp_adminbar_currentsite_menu’, 999);
?>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”]
-
<!– Insert your link url or relative url, and your link text below –>