-
danbpfr replied to the topic [Resolved] Links a specific pages doesn't work in the forum How-to & Troubleshooting 11 years, 10 months ago
hi @ridagold,
your site links are not correct. Something is wrong in your settings or permalinks settings.
ie: /nv-blogorporativo/index.php/activities should be /nv-blogorporativo/activities
When you […]
-
danbpfr replied to the topic Text under comment box on BuddyPress Default theme in the forum How-to & Troubleshooting 11 years, 10 months ago
Hi,
@mercime, your code gives a warning about array merge.
Tthe blog comment form is not BP dependant, but is WP stuff. So you can use a WP filter in this case.
Insert the code below into the child theme […]
-
danbpfr replied to the topic Disabling the Name (Primary) (Required) from the Extended Profiles? in the forum How-to & Troubleshooting 11 years, 10 months ago
wp-content/plugins/buddypress/bp-themes/bp-default/members/single/profile/edit.php
-
danbpfr replied to the topic Smart Quote issue – effecting Buddypress extras only. in the forum How-to & Troubleshooting 11 years, 10 months ago
Hi guys,
you can try to deactivate the appropriate filter concerning the place who the unwanted output shows.
You have in each BP folder a filter file where all the existing active filters are […]
-
danbpfr replied to the topic Traducción Buddypress 1.6 in the forum How-to & Troubleshooting 11 years, 10 months ago
Ola !
The best is probably here (thanks @djpaul)
https://github.com/paulgibbs/BuddyPress-Translations/tree/master/pomo
Older version avaible […]
-
danbpfr replied to the topic New Plugin: Mark your group forum posts as resolved ! in the forum Installing BuddyPress 11 years, 10 months ago
wow, works like a charm !
Tested it on the devsite (wp 3.5 & BP 1.6.3) with group forums and single bbPress forum.Unable to change the status on group forum post when bbPress plugin is […]
-
danbpfr replied to the topic How to restrict non logged in users from viewing profiles? in the forum Creating & Extending 11 years, 10 months ago
hi digitman2,
you can do this from within your child theme.
your_child/members/single/profile/profile-loop.phpAt the begin of the file add this:
<code> if ( is_user_logged_in() ) : (within php […] -
danbpfr replied to the topic New Plugin: Mark your group forum posts as resolved ! in the forum Installing BuddyPress 11 years, 10 months ago
good question: it’s for group forums only.
This means perhaps “old” , i don’t know.
But the plugin is working well with BP 1.6.3 group forums.If you have suggestions to improve it to work on […]
-
danbpfr replied to the topic What do you mean ? in the forum Miscellaneous 11 years, 10 months ago
Wow, wouah, codex rockstars, huh, yahiiiii and so on…
sure this are placeholders, i suspected it !
Thank for your advice ! 😀Because of his intemporality, can “soon” be a deadline […]
-
danbpfr replied to the topic New Plugin: Mark your group forum posts as resolved ! in the forum Installing BuddyPress 11 years, 10 months ago
@mercime glad to hear that !
-
danbpfr replied to the topic Activity Stream Date Format in the forum Showcase 11 years, 10 months ago
view here, this can perhaps inspire you https://github.com/alex11/wordpress-plugins/blob/master/rs-buddypress-activity-refresh/rs-bp-activity-refresh.php
-
danbpfr replied to the topic Shortcodes – Disable WordPress automatic formatting in the forum How-to & Troubleshooting 11 years, 10 months ago
Hi @m1000,
all forum filters are listed in bp-forums/bp-forums-filters.php
ie :<code>remove_filter( ‘bp_get_the_topic_post_content’, ‘wptexturize’ );
remove_filter( ‘bp_get_the_topic_post_content’, […] -
danbpfr replied to the topic What do you mean ? in the forum Miscellaneous 11 years, 10 months ago
Something like a HTML Guru….ok ok
Merci @mercime !
-
danbpfr replied to the topic Activity Stream Date Format in the forum Showcase 11 years, 10 months ago
Hi @amalsh,
all this can be done if you create a child theme.
Date format is explained in the WP codex. https://codex.wordpress.org/Formatting_Date_and_Time
And for the other question: […]
-
danbpfr started the topic What do you mean ? in the forum Miscellaneous 11 years, 10 months ago
Hi all,
i found a new job in the 1.7 language file ! If “codex rockstars” is something funny and comprehensive somwhere, this “mark-uper” is surely not. 😀
Mark-Up Officer: who is it and more important, […]
-
danbpfr replied to the topic Register Error in the forum How-to & Troubleshooting 11 years, 10 months ago
i presume the error is coming from a bad translated string, that’s why it is necessary to debug this possibility.
To confirm this, you have to retrieve your language file (rename simply the pt_BR.mo and the […]
-
danbpfr replied to the topic Using Register page when logged in in the forum Installing BuddyPress 11 years, 10 months ago
ok, so try this:
-
danbpfr replied to the topic Can't unpack/install Buddypress in the forum Installing BuddyPress 11 years, 10 months ago
5.2.17 means that your php version is not good for WP 3.5/BP 1.6.2
2 solutions: ask your host for a greater version or go to another host.
A free hosting service is anyway not recommended for a plain usage of BP. -
danbpfr replied to the topic Only LEFT half of avatar cropper showing in BP 1.6.2 in the forum How-to & Troubleshooting 11 years, 10 months ago
Buddypress is installed on a folder “social” and not to the website root. Is this a problem?
Maybe…. BP is only a WP plugin. But if your WP is in the social folder too, there should not be the problem.
Sorry […] -
danbpfr replied to the topic How do I resize comment and activity avatar size!? in the forum How-to & Troubleshooting 11 years, 10 months ago
hi,
see at the bottom of this page how to change avatar size
https://codex.buddypress.org/developer/customizing/changing-internal-configuration-settings/ - Load More
@chouf1
Not recently active