Search Results for 'buddypress'
-
AuthorSearch Results
-
September 14, 2012 at 6:01 pm #141708
In reply to: BuddyPress 1.6 Problems Please Help!!
Paul Wong-Gibbs
KeymasterThe legacy message is for backwards compatibility. It’s totally meant to be there in some situations, so it’s not a problem.
How exactly are the widgets “not working”?
September 14, 2012 at 5:59 pm #141707In reply to: New users can’t register
blg002
ParticipantIs there any message shown on screen or in error logs when you attempt to activate?
No. Haven’t looked, where can I find the error logs?Were you ever able to activate a user on your install before now?
No. This is a brand new install, and these are the results from the first time testing.Are you using the bp-default theme?
Yes. Theme: BuddyPress DefaultSeptember 14, 2012 at 5:57 pm #141706Paul Wong-Gibbs
KeymasterDo you have BuddyPress activated network-wide, or only on one of the sites?
September 14, 2012 at 5:47 pm #141705In reply to: BuddyPress 1.6 Problems Please Help!!
business31
MemberHi mercime
Thanks for responding. The thing is this, I updated the plugin to 1.6. So the buddypress plugin is 1.6. That’s why i don’t understand why I was getting that legacy error because I had updated the plugin. I also uninstalled the plugin and installed it back as well and its still causing the same problem.
September 14, 2012 at 5:42 pm #141702In reply to: Losing forum posts on Buddypress.org!
@mercime
ParticipantGreat. It will not resurrect the old activities but will start “recording” your activities now.
September 14, 2012 at 5:40 pm #141700In reply to: BuddyPress 1.6 Problems Please Help!!
@mercime
Participant== i need this plugin in order to make a community out of it. HELP!! ==
@business31 You need to follow up with the plugin author to update the plugin to be compatible with BP 1.6.1. Which plugin is it?
September 14, 2012 at 5:30 pm #141699In reply to: Losing forum posts on Buddypress.org!
@satori83
Participantnow its working, thanks.
September 14, 2012 at 4:31 pm #141697In reply to: New users can’t register
blg002
ParticipantActually I even went ahead and deactivated bbpress, and still no luck. If i deactivate BuddyPress, the registration is not even applicable
September 14, 2012 at 4:28 pm #141696In reply to: New users can’t register
blg002
ParticipantSorry, that may have been misleading. I disabled all of them except the bbPress and BuddyPress plugins, which are necessary to have most of the site itself work.
September 14, 2012 at 4:12 pm #141695In reply to: Losing forum posts on Buddypress.org!
@satori83
ParticipantNope, If i go to Forums/Topics Started or replies it still comes up blank.
September 14, 2012 at 4:10 pm #141694In reply to: Losing forum posts on Buddypress.org!
@satori83
ParticipantOk I did that, I’ll see if it works.
September 14, 2012 at 1:21 pm #141688Quint
ParticipantCould you provide a reference of that plugin implemented for a BuddyPress site? I don’t see any examples (on their site) that specifically illustrate a BuddyPress implementation.
If all you’re looking for is a WordPress event plugin, here’s another you may want to research: http://eventespresso.com
September 14, 2012 at 1:10 pm #141687In reply to: Activity Page Help Please
websitevala
Memberhello, there
i also face same problem and i follow your method but can’t success !!!
i also deactivate and reactivate plugin of buddypresswhat i do next ???????
September 14, 2012 at 11:12 am #141684In reply to: Where BuddyPress declare the page to show?
Sergio De Falco
ParticipantRight paul,
How can I correct this?
Wanna look at the code?September 14, 2012 at 11:10 am #141683In reply to: Where BuddyPress declare the page to show?
Paul Wong-Gibbs
KeymasterAre you saying if you set a BuddyPress page as the page-on-front, your code doesn’t work?
September 14, 2012 at 10:01 am #141678@mercime
Participant== My header-buddypress.php: starts with include ( ‘header.php’ ); then some html tag, no php ==
And therein lays the answer to the strange behavior. What hnla said above. header.php is a special template file which is not meant to be included in another file except via get_header call. To resolve your issue, create header-buddypress.php the way I mentioned above. Do the same for your footer-buddypress.php, footer.php is another special file which should only be called via get_footer()
September 14, 2012 at 10:00 am #141677benzine
ParticipantMAN U ROCK HARD
You’re a guru. I don’t know how to thank you for your help and precious time, I don’t doubt, you dedicated to fixing my problem. You sincerely deserve a standing applause for your effort. Thank you a million for your kind consideration, I really, sincerely appreciate it.
Btw, if I want to get rid of the sidebar, other than modifying my css for sidebar{display:none;}, is there a way to exclude it from the code you compiled? SOrry, am merely a designer not a programmer. I also want to list the members like an album view sort like (in rows and columns – grid like). Can you also help?
September 14, 2012 at 7:46 am #141674Hugo Ashmore
Participant‘header’ does not generally call header a second time. Duplicate code shouldn’t be an issue, the point of’-buddypress’ suffix is so you can call different versions of a header file – header.php or header-buddypress.php
I think you need to show copies of your main files so it’s clear what you have done use pastebin to show copies of header, footer, a general page and a BP directory index.
September 14, 2012 at 4:16 am #141672kuching
Participantmy header-buddypress.php:
starts with `include ( ‘header.php’ );` then some html tag, no php
rather than copying the contents of header.php and have duplicate code I thought it’s better to use includesame for footer-buddypress.php, I first close the html tags I had openend in header-buddypress.php then include the footer.php
there shouldn’t be duplicates of `wp_head()`; either I type `wp_head()` or `include( ‘header.php’ )` where `wp_head()` is called once, what would be the difference?
however, I just noticed that the members page / activity page is ok; what is not ok are the individual member profile pages
September 14, 2012 at 3:26 am #141669erikahrend
MemberHi. No, this did not happen after upgrade. I just can´t figure out what I did that could cause this issue. I just don´t have a clue what might have caused the problem… Just hope it doesn´t happen again…
Best,
Erik.
September 14, 2012 at 3:02 am #1416674ella
ParticipantNice snippet @ericreynolds007 , it works very well ! Did you managed to get to find a code for Group members directory ? Would be nice to show fields IF are present , otherwise hide
September 14, 2012 at 1:39 am #141665r-a-y
KeymasterThanks for debugging, @erikahrend. Did this happen after upgrading BuddyPress? If not, did you change anything that might have caused this?
September 14, 2012 at 12:43 am #1416599087877
InactiveGreat! Glad you got it worked out!
September 14, 2012 at 12:41 am #141658September 13, 2012 at 11:54 pm #141653modemlooper
ModeratorYeah, a developer could create a plugin that had different info fields for different users. It’s just not a core feature to have profile fields for different users. The main reason for this is BuddyPress doesn’t have different types of users. Everyone is a subscriber. The admins and mods just pertain to groups.
-
AuthorSearch Results