-
modemlooper replied to the topic How to implement user notifications to template without admin bar in the forum How-to & Troubleshooting 11 years, 9 months ago
you must not be placing code correctly.
-
modemlooper replied to the topic How to implement user notifications to template without admin bar in the forum How-to & Troubleshooting 11 years, 9 months ago
try using bp-custom.php
place that file in your plugins folder
-
modemlooper replied to the topic How to implement user notifications to template without admin bar in the forum How-to & Troubleshooting 11 years, 9 months ago
make sure you are on the visual editor
-
modemlooper replied to the topic How to implement user notifications to template without admin bar in the forum How-to & Troubleshooting 11 years, 9 months ago
here is a function I use: https://gist.github.com/modemlooper/5042788
to use place
<?php bp_notification_badge() ?>
in your html. You will need to style it as well. -
modemlooper replied to the topic Modifying Buddypress 1.7 Beta in the forum Creating & Extending 11 years, 9 months ago
sure, if you want to make a child of your theme but it’s not required
-
modemlooper replied to the topic Modifying Buddypress 1.7 Beta in the forum Creating & Extending 11 years, 9 months ago
You no longer need child themes. Please read this: https://codex.buddypress.org/theme-compatibility/
As long as you include the template files in your active theme you can update the BuddyPress plugin and […]
-
modemlooper replied to the topic What do I charge my client? in the forum Requests & Feedback 11 years, 9 months ago
Whoa, you built a site for someone without a contract and didn’t get a % upfront?
-
modemlooper replied to the topic Video: BuddyPress 1.7 Overview in the forum Miscellaneous 11 years, 9 months ago
@ronia The only privacy BuddyPress provides out of the box it profile field visibility. Google around for other privacy options.
-
modemlooper replied to the topic Looking for plugin to monitor BP member activity in the forum How-to & Troubleshooting 11 years, 9 months ago
It’s only $11 and the developer is reputable
-
modemlooper replied to the topic Video: BuddyPress 1.7 Overview in the forum Miscellaneous 11 years, 9 months ago
You can download the beta from the blog link above, it’s pretty solid. No direct ETA as it depends on bugs found.
-
modemlooper replied to the topic [Resolved] Two usernames on registration page in the forum How-to & Troubleshooting 11 years, 9 months ago
did you add that field in the profile fields set up? BP includes it’s own username field so you do not need to duplicate it
-
modemlooper replied to the topic How to develop an Buddypress theme in the forum How-to & Troubleshooting 11 years, 9 months ago
click blog above and download 1.7 beta, it will work with WordPress thene without modifications
-
modemlooper replied to the topic Logout button redirect to home page in the forum How-to & Troubleshooting 11 years, 9 months ago
you can include a hard coded link https://codex.wordpress.org/Function_Reference/wp_logout_url
-
modemlooper replied to the topic Logout button redirect to home page in the forum How-to & Troubleshooting 11 years, 9 months ago
replace text URL-after-logout with a url
-
modemlooper replied to the topic Does this feature exist? in the forum Requests & Feedback 11 years, 9 months ago
Profile field links search members. It will not create a filtered activity stream. This can be accomplished with custom coding.
This plugin may give you an idea how to do it […]
-
modemlooper replied to the topic How do I find a buddypress theme in the forum Installing BuddyPress 11 years, 9 months ago
Click blog above, download the beta, install and enjoy any WordPress theme as your BuddyPress theme
-
modemlooper replied to the topic Buddypress equilivant of 'bbp_theme_before_topic_title' (bbPress topic hook) in the forum Creating & Extending 11 years, 9 months ago
If you use bp 1.7 and bbp 2.3 then the groups will have bbp_theme_before_topic_title to hook to
-
modemlooper replied to the topic Different profiles per user role in the forum How-to & Troubleshooting 11 years, 9 months ago
This is currently not possible. You would have to write your own BuddyPress component that saves it’s own info.
-
@modemlooper updated the BP_Component page, on the BuddyPress Codex 11 years, 9 months ago
The BP_Component class is the basis of getting your plugin initiated into BuddyPress. You extend this class to create custom components. In fact, the core components extend this class to create each core component […]
- Load More
@modemlooper
Active 10 months ago