-
Henry replied to the topic [Resolved] Show posts written by user on profile in the forum Creating & Extending 11 years, 1 month ago
@fitnessblogger when @azchipka says adjust the path in the plugin to achieve /author/username I assume that means just getting rid of /posts/? I’m not familiar with the plugin. @azchipka should be able to help with specifics.
If you just want to show posts on a BP profile then my code should…[Read more]
-
Henry replied to the topic [Resolved] Show posts written by user on profile in the forum Creating & Extending 11 years, 1 month ago
@fitnessblogger you’d add it to the members/single/profile.php file
Make sure you include the opening and closing PHP tags or it won’t work
<?php and ?>
-
@mercime replied to the topic CSS matching for recent active member widget in the forum How-to & Troubleshooting 11 years, 7 months ago
@fitnessblogger Add this to your theme’s stylesheet:
#sidebar .item-avatar img.avatar {
float: left;
margin: 0 10px 10px 0;
width: 40px;
height: auto;
} -
@mercime replied to the topic BuddyPress admin bar – Edit Page – link not working ??? in the forum How-to & Troubleshooting 11 years, 9 months ago
@fitnessblogger did you change your theme or upload/update a plugin recently?
-
danbpfr replied to the topic How can I remove the […] from my activity pages in the forum How-to & Troubleshooting 11 years, 10 months ago
hi @fitnessblogger,
use this in wp-content/plugins/ bp-custom.php
(If you haven’t this file you have to create it first)Tested on 1.6.3
`function bpfr_excerpt($text) {
return […] -
@mercime replied to the forum topic How can I customise the "createBlogForm" in the group Creating & Extending 12 years, 2 months ago
@fitnessblogger if you have child theme of bp-default theme or are using the BP template pack plugin and moved BP template folders/files, then copy over this file […]
@fitnessblogger
Not recently active