-
danbpfr replied to the topic BuddyPress Components do not have associated WordPress Pages in the forum Installing BuddyPress 11 years, 10 months ago
don’t double post please. I answered you here:
-
danbpfr replied to the topic authors blog in the forum Requests & Feedback 11 years, 10 months ago
BP is now 1.6.3…. but can you explain a bit more your problem ? I don’t really understand what you mean by “voice blog authors in the admin bar”
What theme do you use and which plugins do you activate ?
-
danbpfr replied to the topic [Resolved] No Forum Topics Found in the forum Installing BuddyPress 11 years, 10 months ago
The probleme occurs because you haven’t the good page for the forum.You certainly have some trashed pages, especially forums menu leads to /sample-page/ Also members leads to members-2 because there is a page […]
-
danbpfr replied to the topic Adding custom profile fields to Member Profile in the forum How-to & Troubleshooting 11 years, 10 months ago
Hi @ebraxton30,
maybe try with this:
<code>$current_user = wp_get_current_user();
$current_user_id = $current_user->ID;bp_profile_field_data( array(‘user_id’=>get_the_author_meta(‘ID’),’field’=>’cancer […]
-
danbpfr replied to the topic plugin to manually activate members WP 3.5! in the forum How-to & Troubleshooting 11 years, 10 months ago
hi @mindyjoy,
@boonebgorges did a nice plugin a few time back who exactly does what you ask for.
Unconfirmed ! https://wordpress.org/extend/plugins/unconfirmed/i use it to remove automatic spammers from my […]
-
danbpfr replied to the topic Limit # of items in the Activity Stream Loop? in the forum How-to & Troubleshooting 11 years, 10 months ago
probably <code>
if
( bp_has_activities(
'max=10'
) ) :</code>
per_page is to paginate the SWA
max is to limit the # of itemshttps://codex.buddypress.org/developer/developer-docs/loops-reference/the-activity-stream-loop/
-
Chouf1 updated the Activity Loop page, on the BuddyPress Codex 11 years, 10 months ago
The activity loop can be used to output a list of sitewide, member or member’s friends activity.
Standard LoopFiltering examples
Filtering the activity loop to show only status updates in the activity […] -
danbpfr replied to the topic Post Date/Time feedback loop (activity/p/1/) in the forum How-to & Troubleshooting 11 years, 10 months ago
Deactivate de BP Data plugin and see if you have the same problem.
If you test BP, you can create 2-3 fake user to produce some BP specific content.Why to introduce a plugin who do this for you and wasting […]
-
danbpfr replied to the topic How do I Remove BuddyPress Auto Status Updates from the Activity Feed? in the forum How-to & Troubleshooting 11 years, 10 months ago
hi @diondeville,
it’s a bit old but perhaps he’s still working. Give a try to:
http://etivite.com/wordpress-plugins/buddypress-block-activity-stream-types/
-
danbpfr replied to the topic Show birthday both in widget place AND in the user profile? in the forum How-to & Troubleshooting 11 years, 10 months ago
hi @ronaldvogel,
this plugin will add a birthdate to BP profiles
https://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/
To make a widget for your need, read the Codex and also […] -
danbpfr replied to the topic [Resolved] Activity template – sidebar disappears? in the forum How-to & Troubleshooting 11 years, 10 months ago
If you have no widgets in the sidebar, it can’t show up !
If you changed your recently widgetized template to your own, you prabably need to reactivate all your widget. This is a common wordpress user […]
-
danbpfr replied to the topic [Resolved] Administration layout disappeared in the forum Installing BuddyPress 11 years, 10 months ago
It’s a mars-venus virus attack, very malicious and incredibly fresh bloodthirsty specially developped to attack YOUR site 👿
You’re now fatally infected and already banned for health reasons from all […]
-
danbpfr replied to the topic Is there a way to not make it necessary for members to have to join each group? in the forum Miscellaneous 11 years, 10 months ago
The define display false or true. He’s not intended to manage what you expect.
-
danbpfr replied to the topic Post Date/Time feedback loop (activity/p/1/) in the forum How-to & Troubleshooting 11 years, 10 months ago
How to you made your link bold ?Is it hardcoded in your custom file ?
Perhaps you forgot a quote or something like this in your code ?
Aside, do you work with a child theme ? Because if you don’t, you […]
-
danbpfr replied to the topic [Resolved] Activity template – sidebar disappears? in the forum How-to & Troubleshooting 11 years, 10 months ago
hi @sonic1243,
you have to add get_sidebar in to your custom activity template.
See in one of the bp-default files how it looks alike. (archives.php for example)
-
danbpfr replied to the topic Add list of Group Forums in Group Forum template in the forum Creating & Extending 11 years, 10 months ago
hi @lrv,
Now at the Group Forum page listed only topics from all Groups
for sure it’s default behaviour !
But below each topic title, aside author’s name, you have also the group forum name.
And if this is […] -
danbpfr replied to the topic Downloading all site member profile info? in the forum How-to & Troubleshooting 11 years, 10 months ago
hi @jakewho,
if your goal is to collect serialized informations about your members, you have to create your own data mining solution i guess. 😉
profile informations are stored in 4 different tables: wp […]
-
danbpfr replied to the topic Unable to paste YouTube code into profile fields in the forum Installing BuddyPress 11 years, 10 months ago
I modified the function because $var strip the whole profile information.
Insert the $var in the if and it’s ok !<code>
if( strtolower( $field_name ) == ‘youtube’ ) {
$val = strip_tags( $val );
return […] -
danbpfr replied to the topic Text under comment box on BuddyPress Default theme in the forum How-to & Troubleshooting 11 years, 10 months ago
<cite>does my text need single quotes?</cite>no ! The text is outside the php part.
But you have to modify the quotes to single quotes when you copy/paste from here. Simply see how other code is written in the […]
-
danbpfr replied to the topic Is there a template tag to display the 'send private message' button? in the forum How-to & Troubleshooting 11 years, 10 months ago
By default, add as friend works only on the profile template or on the member template. So if you want to add this button into a post or in the post meta, it won’t work, i believe.
You should call the good […] - Load More
@chouf1
Not recently active