@mercime, remove the Username and Psw from the above post. On any circumstance, the super admin Username And Psw should never be posted out in the open.
Your site is vulnerable to attacks, and everything else.
Hi Boone
Nope. Turned off all the plugins (except buddypress) and yes, we lose all the posts as soon as we make it public. On another install of Buddypress, it does the same thing.
@steliodj quick glance at your theme, for cross-browser compatibility, when you float an element, add width to the element as well. e.g.
`div.item-list-tabs ul li {
float: left;
list-style: none outside none !important;
margin-right: 10px;
width: 300px;
}
div#content form#forums-search-form.dir-form form#forums-directory-form.dir-form div.item-list-tabs ul li#forums-order-select.last {
display: block;
float: right;
margin-right: 35px;
margin-top: 3px;
position: relative;
width: 200px;
}`
As for the hover background showing up in statc links, add/define background in regular links for item-nav e.g. #ffffff
Has anyone found a plugin that would allow us to display a short list of members that have similar profile to the user?
You must go searching for the plugin you want, we can’t just think of the plugin off top of hand and list it for you.
Go to the Buddypress.org Plugins directory https://buddypress.org/extend/plugins/
But, the best thing would be to search on google
@dukehm
Look in plugins/buddypress/bp-themes/bp-default/blogs/index.php
== I have an old plugin that someone developped for my project ==
Your post title says BP 1.0.3 plugin. So that “old plugin” you’re referring is BuddyPress 1.0.3, right? Or is the “old plugin” a BP-compatible plugin which needs updating to be compatible with BuddyPress 1.2.8 / WordPress 3.1?
If you need to hire somebody, post here: https://buddypress.org/community/groups/bp-jobs-board/
If you want to explore upgrading the installation yourself:
– backup database and server files
– deactivate all plugins and change theme to default theme
– version upgrades of BP/WPMU and later BP WPMS
– download BP versions from here: https://trac.buddypress.org/browser/tags
– download WordPress WPMU/WP from here: https://wordpress.org/download/release-archive/
(MU versions in last table of webpage)
Better yet, if that install has not been used at all, drop tables and delete .htaccess and wp-config (after DB backup of course), and start from scratch – WP 3.1 and BP 1.2.8
@goldbrick screenshot link not working, same error message.
@gunju2221 @jamesg371 thanks for the reply!, could I modify the plugin to use for profiles? which files I should edit? many thank you very much
Did you put the “ at the bottom of the file with no spaces (or anything else) before the first tag or after the last?
It would help if https://codex.buddypress.org/extending-buddypress/bp-custom-php/ mentioned this – as is done on the https://codex.buddypress.org/extending-buddypress/functions-php/ page….
Hey I am trying to do alot with BuddyPress, like removing the admin bar etc, and all the tutorials I see have to do with editing the bp-custom.php file. I couldnt find one in wp/content/plugins, so I made one with notepad and added the line :
define(‘BP_DISABLE_ADMIN_BAR’, true);
and when I loaded my site it went to a white screen that said the line then redirected it to the blog.
How can I get this working correctly?
Thanks
Hi,
I have an old plugin that someone developped for my project two years ago and I would like to know if anyone knows how hard is it to update it to the last version of buddypress.
Also I would like to know if someone here could be able to do it and how much would it cost 
Thanks in advance.
RG
@goldbrick that screenshot link goes to “Unable to connect. Firefox can’t establish a connection to the server at wallowit.com.”
Hi there, i’m customizing a wrodpress theme (used bp template pack) to work with buddypress, everything until now was fine but now i came accross some css that works fine in Firefox but in Opera, Chrome and IE don’t.
You’ll need to login because the site is under maintenance mode, feel free to use those:
Username: sitepointforums
Password: pCx9Ho5WkIyz
For example if you check this page http://tinyurl.com/667r8kz in FireFox, this is what you’ll get: http://dl.dropbox.com/u/21335807/infirefox.png
And this is what you get if you visit the same page with Opera, Chrome and IE:
Opera: http://dl.dropbox.com/u/21335807/INOPERA.jpg (The groups are not even clickable here, it seems that there is something else on top of it)
IE: http://dl.dropbox.com/u/21335807/INIE.jpg
Chrome: http://dl.dropbox.com/u/21335807/INChrome.jpg (The groups are not even clickable here, it seems that there is something else on top of it)
It seems that i’m calling the divs wrongly through the stylesheet because in firefox works but in the other browsers it even use wrong bg gor the menu)
The same problem exists also in this pages :
http://tinyurl.com/6hc2nez
http://tinyurl.com/665zbnf
http://tinyurl.com/665zbnf
http://tinyurl.com/69plmav
Any help or advice would be more than welcome, thanks in advance.
-Stelios
1. If you’re using the bp-default theme, the wp_footer call is already in the theme.
2. Recommend that you create a child theme of bp-default theme so that your modifications won’t get overwritten when you upgrade BuddyPress https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
EDIT –
3. BP Sliding login panel. If I’m not mistaken, that’s supposed to replace the BP Admin Bar in the front end. Deactivate that plugin and you’ll see the BP Admin Bar.
It appears that wherever I place on the footer.php file it brings up a list of the links?
@goldbrick put a backtick before and after your code because it’s not rendering well in this forum – aside from wrecking the layout 
Thanks I will try this. I am using the BP-Default Theme. Take a look at the site here.
@JamieWade adding “ to a theme’s footer.php file just before closing shouldn’t bring out a long list of pages in front end (you need “ or pages_menu etc. for that to happen).
What theme are you using?
Continued from https://wordpress.org/support/topic/pages-not-showing-on-buddypress-system?replies=4
@jamieh05atgmail.com and @goldbrick
== show up in the footer area of the site when i am logged in as admin, ==
Still not clear. If you’ve added template codes to “call” Pages in specific areas of the site, then you should see the Pages whether you’re admin or not, unless you’ve added a conditional statement `if (is_super_admin)` in front of the code … did you?
It would help if you posted a link to a screenshot of what you see as Super Admin or Site Admin along with site URL or another screenshot of what’s happened next. What theme are you using?
Hi Guys
I’m new here and I’m trying to figure out how BuddyPress works and what I can achieve with it.
I am trying to setup a system whereby I can enter an external url of an article and this would then display a few lines of text and any images from the external source onto my website. This is similar to how facebook works. I don’t want to just imporrt rss feeds, I would like the ability to pick and choose which articles I link to.
I was told this could be achieved with Buddypress and FeedWordpress. I should also mention I am using the latest version of wp and it’s MU.
Would anyone know if this is do-able?
Appreciate your help.
Thanks
J
@goldbrick said in my profile update
Hi Mercime
Thanks for the reply, i did post over at buddypress but did not get a response so i thought i would try here.
By Footer pages i mean i have created pages in wordpress called terms, privacy, about us, blog etc. and they oonly show up in the footer area of the site when i am logged in as admin, if you where to view the site now in the footer there is just a copywrite text in the footer.
Even if i type the URL of the page into the browser the page does not display it comes up with a 404 error. If i then log in as admin and do the same the page will display?
I hope i have explained it ok.
Thanks
Jay
The BuddyPress admin bar is not showing on my website, but it does show when I log into the WordPress dashboard. I haven’t disabled the bar, and I deactivated all my plugins (apart from BP) to see if that was the problem, but I had no luck there.
Also, whenever I add the wp_footer call to my footer, I get a long list of all the pages on the site. Is there any way of getting my BP AdminBar back up on the website? Thanks.
@pjnu ok my bad, I had a de facto plugin in all multisite installs leftover from WPMU days (still effective today) which solved my requirements https://mu.wordpress.org/forums/topic/13675#post-79787