-
Marcella replied to the topic My BuddyPress site: Showcase? in the forum Showcase 10 years, 2 months ago
Thanks 🙂
-
Marcella started the topic Integrating AJAX Activity Stream with custom markup in the forum Creating & Extending 10 years, 2 months ago
WordPress: 4.0 BuddyPress: 2.1 My site: http://www.pixelcoder.co.uk/
I’ve been building my own personal theme and with the latest release of BuddyPress the pagination no longer works.
Now seems to be the time to ajaxify the Activity Streams in this theme, thing is… I don’t have a clue how to do it.
I have custom markup in place within…[Read more]
-
Marcella started the topic Integrating AJAX Activity Stream with custom markup in the forum Creating & Extending 10 years, 2 months ago
I’ve been building my own personal theme and with the latest release of BuddyPress the pagination no longer works.
Now seems to be the time to ajaxify the Activity Streams in this theme, thing is… I don’t have a clue how to do it.
I have custom markup in place within activity-loop.php and entry.php, so it’s not going to work. Also I don’t load…[Read more]
-
Marcella replied to the topic [Resolved] BP WordPress Activity Stream Excerpt Problem in the forum How-to & Troubleshooting 10 years, 2 months ago
Hey,
Yeah you can hide it with some CSS. There is a way you can do it with PHP but I couldn’t tell you how off the top of my head.
span.activity-read-more { display: none; }
-
Marcella started the topic esc_attr on tags in the forum How-to & Troubleshooting 10 years, 2 months ago
I’ve been using the activity post form quite frequently and noticed that html tags aren’t escaped when inside code blocks.
Using
esc_attr
onbp_get_activity_content_body()
works, but I only need tags between code blocks escaped. Specifically HTML…Anyone have ideas how to achieve this? I’m not so great with the PHPs
-
Marcella replied to the topic [Resolved] BP WordPress Activity Stream Excerpt Problem in the forum How-to & Troubleshooting 10 years, 2 months ago
It’s actually the Site Tracking in conjunction with Activity Stream which allows for post publishing to be tracked.
I don’t know exactly what you’re trying to do here, but you could first start by increasing the excerpt length to be a little longer. I’m not sure what the default excerpt length is for BuddyPress, however the function below will…[Read more]
-
Marcella replied to the topic [Resolved] CSS Customization in the forum How-to & Troubleshooting 10 years, 2 months ago
You may actually be able to get away with adding that CSS via wp-admin > appearance > edit css.
Placing it to the bottom of style.css should work.
-
Marcella started the topic My BuddyPress site: Showcase? in the forum Showcase 10 years, 2 months ago
I feel this is a pretty unique implementation of BuddyPress, although it may have been done before.
Currently there’s support for Activity, Groups, Members and all that falls under those components.
It’s working well as clients can see my activity and in the future they will have accounts as members in some form or another.
Putting this out…[Read more]
-
Marcella started the topic My BuddyPress site: Showcase? in the forum Showcase 10 years, 2 months ago
I feel this is a pretty unique implementation of BuddyPress, although it may have been done before.
Currently there’s support for Activity, Groups, Members and all that falls under those components.
It’s working well as clients can see my activity and in the future they will have accounts as members in some form or another.
Putting this out…[Read more]
-
Marcella replied to the topic Menu Position not effecting bp_nav and bp_options_nav in the forum How-to & Troubleshooting 10 years, 2 months ago
*ignore*
I redefined the slugs via
define('BP_ACTIVITY_SLUG', 'activity' );
My bad
-
Marcella started the topic Menu Position not effecting bp_nav and bp_options_nav in the forum How-to & Troubleshooting 10 years, 2 months ago
I was trying to change the position of items in bp_options_nav by doing something like..
function px_bp_profile_nav() {
[Read more]
global $bp;
// Change the order of menu items
$bp->bp_nav['profile']['position'] = 0;
$bp->bp_nav['activity']['position'] = 10;
$bp->bp_nav['groups']['position'] = 20;… -
Marcella replied to the topic Problems with BuddyPress 2.1 updated from 2.02 in the forum How-to & Troubleshooting 10 years, 2 months ago
Thanks @r-a-y, this is useful to know.
-
Marcella started the topic Problems with BuddyPress 2.1 updated from 2.02 in the forum How-to & Troubleshooting 10 years, 2 months ago
I’d like to be able to afford more time to this in the way of setting up a duplicate install of my current BP setup. Sadly I can’t right this minute.
After upgrading pagination links disappeared.
Right now I use this to display pagination…
<div class="pagination">
[Read more]
<div class="page-count"><?php bp_activity_pagination_count(); ?></div>
<div… -
Marcella replied to the topic Home Activity Screen in the forum How-to & Troubleshooting 10 years, 2 months ago
*unrelated*
A few problems with BuddyPress 2.1 also, pagination on activity items had some problems.
I’ve reverted back until I can afford more time to the latest.
-
Marcella started the topic Group Avatar Ratio Width 700 Height 300 in the forum How-to & Troubleshooting 10 years, 2 months ago
I have no idea how to approach this problem, but I am looking to change the width and height of group avatars only to a width of 700px and a height of 300px.
I am aware of
define('BP_AVATAR_THUMB_WIDTH', 100);
define('BP_AVATAR_THUMB_HEIGHT', 100);However that sets the avatar widths and heights for both group and profile avatars. I need…[Read more]
-
Marcella replied to the topic Trouble with Members Loop in the forum How-to & Troubleshooting 10 years, 5 months ago
Hey. Its just a custom page template for the home page.
Its weird it will work if I pass the parameter of type as an empty variable and default to active but wont output anything if its set to newest or online for example.
-
Marcella replied to the topic Trouble with Members Loop in the forum How-to & Troubleshooting 10 years, 5 months ago
Its ysed in a custom page tempkate in a sidebar.
Ive looked at those docs and cant see anything im doing wrong nor how to debug.
-
Marcella started the topic Trouble with Members Loop in the forum How-to & Troubleshooting 10 years, 5 months ago
I have this
[Read more]
<?php if(bp_has_members('type=active')) : ?>
<?php while(bp_members()) : bp_the_member(); ?>
<li>
<div class="thumb">
<a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar('type=full&width=75&height=75'); ?></a>
</div>
<div class="details">
<h4><a href="<?php… -
Marcella replied to the topic Looking for partner for collab BuddyPress theme (big project) in the forum Creating & Extending 10 years, 9 months ago
Yeah, I was thinking about learning SASS just to use the framework. Claymate looks cool. Also like the bower support it has.
-
Marcella replied to the topic Looking for partner for collab BuddyPress theme (big project) in the forum Creating & Extending 10 years, 9 months ago
@henrywright Ah that’s cool. I thought about using a framework but figured it’s much more learning than I wanted to commit to.
The Gumby framework is pretty nice.
- Load More
@marcella1981
Active 6 years, 2 months ago