-
danbpfr replied to the topic Buddypress index.php in wp theme folder in the forum Installing BuddyPress 11 years, 11 months ago
@djpaul templating is a bit confusing between bbPress (shipped with BP) for group forums and bbPress as separate plugin for a single forum. So if i understand you and the codex, i can change the bbPress template […]
-
danbpfr replied to the topic Widget Displaying Avatar and Follow Button in the forum Installing BuddyPress 11 years, 11 months ago
Hi,
what kind of follower do you need ? Only from within your site or social followres ?
For the first case, check here: https://wordpress.org/extend/plugins/buddypress-follow-me/
how difficult would id […]
-
danbpfr replied to the topic Threaded form topics and replies in activity stream in the forum Creating & Extending 11 years, 11 months ago
Sorry ! There is a plugin for nested comments, but it will only work if you use bbPress as standalone forum. Doesn’t work for group forums.
https://wordpress.org/extend/plugins/bbpress-threaded-replies/
-
danbpfr replied to the topic [Resolved] hide profile from non-logged-in users in the forum How-to & Troubleshooting 11 years, 11 months ago
Take care by copy/pasting from here, the <code> tags belongs to the forum. Must be retrived.
-
danbpfr replied to the topic [Resolved] hide profile from non-logged-in users in the forum How-to & Troubleshooting 11 years, 11 months ago
Hi,
you have to modify from within a child theme the profile-loop.php file
your-child-theme/members/single/profile/profile-loop.phpOn the first line of the file, add <code><?php if ( is_user_logged_in() ) […]
-
danbpfr replied to the topic BuddyPress and WordPress Update – Need help in the forum Installing BuddyPress 11 years, 11 months ago
hi,
– Should I update WordPress or BuddyPress first?
WP first than BP, but together !
BP from version 1.1.2 to 1.2!important, from 1.2 to 1.5 from 1.5 to 1.6.2
Same thing for WP from 2.8.4 to 3.0!important, […] -
danbpfr replied to the topic Unable to create topic: BP 1.6.2 in the forum How-to & Troubleshooting 11 years, 11 months ago
Hi,
if you activate site wide forum, you have to change the default Forum Base name to something other as “forum”.
Unfortunatly, bbPress and BP use the same base name and in a BP install, BP’s forum has […]
-
danbpfr replied to the topic Email notification not working in the forum How-to & Troubleshooting 11 years, 11 months ago
Hi,
without more details about your configuration, it’s better to ask here: http://jetpack.me/support/
-
danbpfr replied to the topic Threaded form topics and replies in activity stream in the forum Creating & Extending 11 years, 11 months ago
Hi,
not exactly a response but see this awsome tutorial for bbPress 2.2 and BP 1.6.2 setup.
http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
-
danbpfr replied to the topic How to add custom $usermeta to registration in the forum Creating & Extending 11 years, 11 months ago
@imath provided another solution for single or multisite here 2 days ago after the same question on bp-fr.net
-
danbpfr replied to the topic Suggestion for BuddyPress "Account Creation Page" in the forum Installing BuddyPress 11 years, 11 months ago
Hi,
don’t try to prevent spammers. They already know how WP is working. 😀
So you have many unconfirmed subscriber anyway. In such case, you could resend the activation email or delete the unconfirmed […]
-
danbpfr replied to the topic Buddypress index.php in wp theme folder in the forum Installing BuddyPress 11 years, 11 months ago
Hi,
you haven’t to rename it ! bbPress is part of buddypress as the integrated group-forum software and as is, use the BP theme or child theme.
bbPress themes are here: […]
-
danbpfr started the topic wp-db prepare warning in the forum Installing BuddyPress 11 years, 11 months ago
After upgrading to 1.6.3 and WP 3.5, somme plugins send warnings about a missing second argument…
Add an empty array and it’s done !
Read here for […]
-
danbpfr replied to the topic Need Local Avatar not Just Gravatar in the forum Creating & Extending 11 years, 11 months ago
-
danbpfr replied to the topic show time&date of topic&reply in the forum How-to & Troubleshooting 11 years, 11 months ago
Hi,
View here first: https://wordpress.org/search/mysql2date
and try by replacing from
echo sprintf( __( ‘%1$s said %2$s:’, ‘buddypress’ );
to
echo mysql2date('D, d M Y H:i:s O', bp_activity_get_last_updated(), true);
This is what is used to show the date on feeds, witch has the same output you want. Maybe would work ? 😀
-
danbpfr replied to the topic show time&date of topic&reply in the forum How-to & Troubleshooting 11 years, 11 months ago
Hi,
View here first: https://wordpress.org/search/mysql2date
and try by replacing from
<code> echo sprintf( __( ‘%1$s said %2$s:’, ‘buddypress’ )
to
echo mysql2date(‘D, d M Y H:i:s O’, […] -
danbpfr replied to the topic Activity showing 8hrs ago in the forum How-to & Troubleshooting 11 years, 11 months ago
hi,
have you set the time in your wp settings ?
wp-admin/options-general.php
-
danbpfr replied to the topic Move group forum topic to different group in the forum How-to & Troubleshooting 11 years, 11 months ago
Forget to specify that this plugin works only for group forums, not standalone or general forum
-
danbpfr replied to the topic Move group forum topic to different group in the forum How-to & Troubleshooting 11 years, 11 months ago
@aminima I doubt you’re “the world” 😀
Anyway here’s the link to upload the plugin.
Note that you probably will have to adjust a little bit your template, to have a clear access to the topic mover menu. In […]
-
danbpfr replied to the topic Move group forum topic to different group in the forum How-to & Troubleshooting 11 years, 11 months ago
Hi,
i had the same request. And finally built a plugin based on this one.
https://wordpress.org/extend/plugins/buddypress-topic-mover/
works now with 1.6.1 and WP 3.4.2
- Load More
@chouf1
Not recently active