-
@modemlooper replied to the forum topic Problem whit profilelink in the group How-To and Troubleshooting 13 years, 2 months ago
link?
-
@modemlooper replied to the forum topic Wireframe collections in the group BP-Default 13 years, 2 months ago
Back on topic 😉 This thread is to post wireframes not discuss the merits of css or no css.
@hnla with out templates files a theme is nada so calling the templates files that come with BuddyPress “bp-default […]
-
@modemlooper replied to the forum topic Change url somehow for admin's profile? in the group How-To and Troubleshooting 13 years, 2 months ago
Options:
Create a new user then give that user admin privileges and then delete the admin account This may delete the content associated with the deleted account.
Edit database directly. Links may get […]
-
@modemlooper replied to the forum topic Change Link on Profile Menu in the group How-To and Troubleshooting 13 years, 2 months ago
All this is possible, you just need to google and search on how to change tabs.
-
@modemlooper replied to the forum topic Wireframe collections in the group BP-Default 13 years, 2 months ago
This group is most certainly the right title going forward. bp-default can easily refer to bp-default template files instead of theme. As in the default template files that ship.
If I’m not mistaken 1.7 is […]
-
@modemlooper replied to the forum topic Dispay last 5 posts using bp_activities on footer (all inner pages) in the group How-To and Troubleshooting 13 years, 2 months ago
Have you tried putting entry.php code between has_activites instread of locating template?
-
@modemlooper replied to the forum topic How to remove a tab from profile ? in the group How-To and Troubleshooting 13 years, 2 months ago
function my_func_remove_xprofile_tabs(){
global $bp;
bp_core_remove_nav_item( 'events' );
}
add_action( 'bp_setup_nav', 'my_func_remove_xprofile_tabs', 15 ); -
@modemlooper replied to the forum topic Wireframe collections in the group BP-Default 13 years, 2 months ago
i think you only need the order by or “sort” filter. Mainly a most recent & most discussed filter, for users profile.
-
@modemlooper replied to the forum topic Changing Group tab display defaults in the group How-To and Troubleshooting 13 years, 2 months ago
What changed with bp_options_nav?
bp_options_nav[‘groups’][‘home’][‘name’] = ‘new_name’;
no longer works, neither does position
EDIT: nvrmd found your blog post […]
-
@modemlooper replied to the forum topic How to extend user profiles in the group How-To and Troubleshooting 13 years, 2 months ago
That is a core feature in the WordPress admin. Go to settings > BuddyPress
-
@modemlooper replied to the forum topic BuddyPress ecommerce plugins in the group How-To and Troubleshooting 13 years, 2 months ago
You guys should tell Woo these suggestions.
-
@modemlooper replied to the forum topic Change Link on Profile Menu in the group How-To and Troubleshooting 13 years, 2 months ago
my-stream-activity isn’t a core link. Why this url? Your first link IS the users activity.
`
function bp_my_change_tab_slug() {
global $bp;
$bp-bp_nav[‘activity’][‘link’] = $bp-activity-slug . […] -
@modemlooper replied to the forum topic Buddypress God in the group Miscellaneous 13 years, 2 months ago
BuddyPress God, it’s me, modemlooper.
-
@modemlooper replied to the forum topic Wireframe collections in the group BP-Default 13 years, 2 months ago
I think this might be overkill for an average user of a social site. For a UX it’s bad to have so many options. The profile page needs to be stripped down to the most relevant info for that user. The directories […]
-
@modemlooper replied to the forum topic Problem whit profilelink in the group How-To and Troubleshooting 13 years, 2 months ago
Did you add anything to use root profiles?
-
@modemlooper replied to the forum topic how to change the link for logout menu in the group Creating & Extending 13 years, 2 months ago
-
@modemlooper replied to the forum topic Is this possible? in the group How-To and Troubleshooting 13 years, 2 months ago
I’ll add this feature to another plugin I created that notifies friends of birthdates similar to Facebook. Look for release in next few days.
-
@modemlooper replied to the forum topic How is it that BuddyPress has no provision for member photo galleries in the group How-To and Troubleshooting 13 years, 2 months ago
One day, there might be a hook up to WP media but until then it really is better to allow people options with functionality via plugins. Be thankful the BP media team has spent thousands of hours giving you that […]
-
@modemlooper replied to the forum topic Remove Automatic Links in Profile in the group How-To and Troubleshooting 13 years, 2 months ago
There is a setting in my plugin to do exactly what you request, yes you are blind. 😉
-
@modemlooper replied to the forum topic Wireframe collections in the group BP-Default 13 years, 2 months ago
needs to be a select menu for the filtering. that is just way too many tabs. select menus work great on mobile.
- Load More
@modemlooper
Active 3 months, 2 weeks ago