-
danbpfr replied to the topic Hide the main nav bar from visitors in the forum How-to & Troubleshooting 11 years, 8 months ago
-
danbpfr replied to the topic [Resolved] Page not found when create new groups in the forum How-to & Troubleshooting 11 years, 8 months ago
Hi @qzplx,
Raffaell, only one solution: a can of gasoline and a match ! 😀
Have you FTP access ? If yes, you can rename each plugin in the plugin folder. This will deactivate them.
Control this on your […] -
danbpfr replied to the topic How to split out BuddyPress notifications drop down items to their own top level in the forum Installing BuddyPress 11 years, 8 months ago
here’re the 3 counter. Their names are explicit enough i guess to see the right place where to use 😉
echo bp_friend_get_total_requests_count( $user_id );
echo bp_get_total_unread_messages_count($name […]
-
danbpfr replied to the topic How to split out BuddyPress notifications drop down items to their own top level in the forum Installing BuddyPress 11 years, 8 months ago
i’m not sure of what you exactly want, but here’s something who gives you a header menu based on text links who leading to the expected member part. The example given here works on bp-default 1.6.4 (may also work on previous versions)
What to do ?
add an action call in your theme’s header.php
add a function in your theme…[Read more] -
danbpfr replied to the topic Removing reply button from activity stream… in the forum How-to & Troubleshooting 11 years, 8 months ago
hidding things with CSS is not best practice, even if it works. The button is still on the page. Display:none just hide it from visitors. But the code stays in place.
A simple way to remove the comment button from the activity stream is to add a filter in your theme functions.php
* Determine if a comment can be made on an…[Read more] -
danbpfr replied to the topic Removing reply button from activity stream… in the forum How-to & Troubleshooting 11 years, 8 months ago
-
danbpfr replied to the topic Admin bar modification in the forum How-to & Troubleshooting 11 years, 8 months ago
hi @panoravu,
for css styling, be inspired by this: http://www.php-ease.com/code/wordpress-style-admin-bar.html
If you want to code something into the Toolbar, you have to play with the wp_admin_bar […]
-
danbpfr replied to the topic [Resolved] How to detect use is on a bp page in the forum How-to & Troubleshooting 11 years, 8 months ago
if you’re working on 1.7 consider here: http://bpdevel.wordpress.com/tag/bp_user_query/
-
danbpfr replied to the topic BP 1.3.4 default theme css questions in the forum Creating & Extending 11 years, 8 months ago
hi @p2ab,
on BP 1.6.x, a child theme contains at first only one file: style.css
The only thing to add in are comment tags.
/**
* Theme Name: what you want
* Description: what you want
* Version: what […] -
danbpfr replied to the topic Install failure with large user base in the forum Installing BuddyPress 11 years, 8 months ago
you could also use this plugin before exporting your DB:
-
danbpfr replied to the topic is thr a way to notify users when specific words are mentioned in the forum Installing BuddyPress 11 years, 8 months ago
hi @boiy
you have to code this yourself or hire a dev to do it for you.
maybe this plugin can inspire you https://wordpress.org/extend/plugins/word-linker/
or this older one […]
-
danbpfr replied to the topic Way users can subscribe to entire forum and to blog? in the forum Creating & Extending 11 years, 8 months ago
hi @tvanes,
if you use 1.6.4 and bbpress 2.2.4 as plugin as standalone forum , there are no more bbpress tables as in previous BP versions. And the interacting between BP and bbP is poor.
If you use BP 1.7 […] -
danbpfr replied to the topic [Resolved] BP_ENABLE_MULTIBLOG Not Working in the forum How-to & Troubleshooting 11 years, 8 months ago
Hi @jcangler,
you have to activate BP only once, on the main site.
The main site is the WP declared as network. In the network admin you install BP as plugin. And BP would only be managable from within the […]
-
danbpfr replied to the topic Getting profile data into the members loop in the forum How-to & Troubleshooting 11 years, 8 months ago
hi @jmetzger631
Assuming you used xprofile component to do so.
You have to enter the correct profile field name. This means the name, in fact the field title, you entered when you create the profile […]
-
danbpfr replied to the topic [Resolved] Remove SPAN tag from group tab in the forum How-to & Troubleshooting 11 years, 8 months ago
You can remove the span and add your own text through the language file. That’s the easiest way.
-
danbpfr replied to the topic [Resolved] Remove SPAN tag from group tab in the forum How-to & Troubleshooting 11 years, 8 months ago
Search for your items in the pot file. There you will see the exact file name where member # is.
-
danbpfr replied to the topic [Solved] Why does vertical scroll buttons appear when u click inside post field? in the forum Installing BuddyPress 11 years, 8 months ago
Glad to know that ! You’re welcome. 😉
-
danbpfr replied to the topic [Resolved] Remove SPAN tag from group tab in the forum How-to & Troubleshooting 11 years, 8 months ago
hi @m1000,
the bp_get_options_nav filter doesn’t output the span:
echo apply_filters( ‘bp_get_options_nav_’ . $subnav_item[‘css_id’], ‘<li id=”‘ . $subnav_item[‘css_id’] . ‘-‘ . $list_type . ‘-li” ‘ . $selected . ‘><a id=”‘ . $subnav_item[‘css_id’] . ‘” href=”‘ . $subnav_item[‘link’] . ‘”>’ . $subnav_item[‘name’] . ‘</a></li>’, $subnav…
[Read more] - Load More
@chouf1
Not recently active