Modified new navigation menu in buddybar, new links are doubled.
-
WP 3.2.1 using BP 1.5 upgraded from 1.2.10
Using Custom Theme (Upstart Blogger Futurosity)
Using SubdomainsI wanted to make a new drop down menu from the buddybar and finally found this bit of code – which I put into a bp-custom.php file:
`<?php
function pages() { global $bp; ?>
- Community
<?php
}
add_action( ‘bp_adminbar_menus’, ‘pages’, 3 );?>`
The menu appears, but the links that appear in the browser’s address bar are doubled, like this:
http://www.artist-at-large.com/%EF%BF%BDhttp:/www.artist-at-large.com/activity/%EF%BF%BDI’ve tried a number of variations of this file with the same results.
I also would like to make this particular drop down menu viewable by the public, ie: those not logged in.
- Community
You must be logged in to reply to this topic.