-
danbpfr replied to the topic [Resolved] Group Forum display time in the forum How-to & Troubleshooting 11 years, 10 months ago
hi @omgbud,
if BP 1.6.x, you can add this to your theme’s functions.php
This will change the date format of each group forum topicfunction my_topic_date_ouput () {
global $forum_template;
echo date […] -
danbpfr replied to the topic Thousands of spam subscribers in the forum How-to & Troubleshooting 11 years, 10 months ago
here’s another plugin made by @imath which can help to wipe oup defect/unwanted/sleeping users.
https://github.com/imath/bp-wake-up-sleepers
Still in Beta but works good on 3.5.1/1.6.4 -
danbpfr replied to the topic Looking for a way to override the pagination system in the forum Creating & Extending 11 years, 10 months ago
is_user_logged_in will work better
-
danbpfr replied to the topic Looking for a way to override the pagination system in the forum Creating & Extending 11 years, 10 months ago
you can’t redefine a function which i already declared. This means you have to change the name of the custom function.
-
danbpfr replied to the topic Looking for a way to override the pagination system in the forum Creating & Extending 11 years, 10 months ago
-
danbpfr replied to the topic Remove sploggers from activity / Memory Limit / WYSIWYG in forum in the forum Installing BuddyPress 11 years, 10 months ago
Take a view here, they’re some alternate solutions
https://buddypress.org/support/topic/how-do-i-make-buddypress-1-6-a-private-community/ -
danbpfr replied to the topic Thousands of spam subscribers in the forum How-to & Troubleshooting 11 years, 10 months ago
-
danbpfr replied to the topic Site Wide Forums Avatars in the forum Showcase 11 years, 10 months ago
jpeg_quality is deprecated since WP 3.5
use wp_editor_set_quality or WP_Image_Editor::set_quality() instead
source: codex.wordpress.org/Plugin_API/Filter_Reference -
danbpfr replied to the topic Group avatar losing PNG transparency in the forum How-to & Troubleshooting 11 years, 10 months ago
never noticed, but i have the same bug on my site 1.6.3 Ms / WP 3.5
I just tried with a profile avatar. The background goes black on the image to crop and is transparent on the preview image. As […] -
danbpfr replied to the topic Remove sploggers from activity / Memory Limit / WYSIWYG in forum in the forum Installing BuddyPress 11 years, 10 months ago
hi @ngoegan,
on what type of host are you ? Shared, VPS ? How many memory_limit do you have on your server ?
On cheap host, using WP+BP is already to much. If you add 1 or 2 plugins and a cache plugin, it comes […] -
danbpfr replied to the topic [Resolved] After registration the user password is not saved in the forum How-to & Troubleshooting 11 years, 10 months ago
I got this site after my predecessor, so I wasn’t involved in the decision process.
Who cares !
Latest stable BP is version 1.6.3 and yes combining slightly different things is not the best […]
-
danbpfr replied to the topic [Resolved] After registration the user password is not saved in the forum How-to & Troubleshooting 11 years, 10 months ago
not sure that this config BP v.1.5.2 with WP 3.5 is the best
-
danbpfr replied to the topic Remove Blog Posts from Activity Feed? in the forum How-to & Troubleshooting 11 years, 10 months ago
hi@haagsekak;
how to filter the SWA is explained here:
https://codex.buddypress.org/developer/developer-docs/loops-reference/the-activity-stream-loop/
-
danbpfr replied to the topic Change wordpress/buddypress url in the forum How-to & Troubleshooting 11 years, 10 months ago
hi mblanco,
Be aware that BuddyPress does not work on installations where you give WP it’s own directory
https://codex.buddypress.org/user/before-installing/But on a network install you can do […]
-
danbpfr replied to the topic Removing User name from profile url in the forum How-to & Troubleshooting 11 years, 10 months ago
-
danbpfr replied to the topic Members groups in the forum How-to & Troubleshooting 11 years, 10 months ago
As super_admin you can access any group admin and delete it if he’s not appropriate to your site theme.
Or you can make it private or hidden.You can also when on site admin go to settings > buddypress > […]
-
danbpfr replied to the topic stacked at the step 2, the set-up stops and disappears in the forum Installing BuddyPress 11 years, 10 months ago
if you have no particular reason, it would be better that you install wordpress at the site root (example.com/)
What php and mysql version are installed on your host ?
Check also phpinfo(); […] -
danbpfr replied to the topic BuddyPress group forum now shows up as bbPress forum in the forum How-to & Troubleshooting 11 years, 10 months ago
yes, i checked it. But now you did the changes, we’re sure (for the moment) that the bug is elsewhere.
If you want answers from the dev i suggest you to open a ticket on the trac with as much details as […]
-
danbpfr replied to the topic Adding custom profile fields to Member Profile in the forum How-to & Troubleshooting 11 years, 10 months ago
Is working on members list page but not on group members list page.
To get a profile field value on the group member page (BP 1.6.3 tested), use this:<code><?php echo xprofile_get_field_data( ‘the_field_name‘ […]
-
danbpfr replied to the topic BuddyPress group forum now shows up as bbPress forum in the forum How-to & Troubleshooting 11 years, 10 months ago
group-forums vs. site-forums: both are using “forums”
in the core, BP use the name “forums” for group forums and this is how BP manage his integrated forum part on bbpress 1.2 (from head)
in your bbpress 2.2.3 […] - Load More
@chouf1
Not recently active