Re: BPDEV-FLICKR now online with BPDEV-ADMIN-MENU and BPDEV-SIMPLEPIE
Here is the problem, when I look a the HTMl source rendered to the browser I see the path
<link rel=”stylesheet” href=”/wp-content/mu-plugins/bpdev-flickr/css/style.css” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”/wp-content/mu-plugins/bpdev-youtube/css/style.css” type=”text/css” media=”screen” />
whereas the rest of the buddypress and wordpress links have the whole domain associated with them not just the /wp-content… they have http://domain.com/wp-content
So, the function <script type=”text/javascript” src=”<?php echo $bp; ?>js/lightbox.js”></script>
needs to really get the WP domain prepended?