-
Shmoo replied to the topic CSS Question. in the forum Installing BuddyPress 11 years ago
We can’t help without Live example to view the source..
-
Shmoo started the topic Feedback: BP is getting better by each release-cycle in the forum Requests & Feedback 11 years ago
Thanks guys, keep it going like this!
When I started with BuddyPress years ago I really had a hard time getting trough all template logic, actions, filters and stuff like that to change some data-output.
Yesterday I started testing and building again upon Beta 1 (1.9) and I really like how easy you can target and print User-profile info into the…[Read more]
-
Shmoo started the topic Can't find variable: jQuery in the forum How-to & Troubleshooting 11 years ago
I get this JS Error after activation.
Everything is working except the Ajax stuff ( sorting – Groups, Activity … )
My starters theme is Foundation For WordPress – it’s a Zurbs Foundation 4.
http://fwp.drewsymo.comI know Foundation uses Zepto.js instead of jQuery.js when a browser supports it but is this the real problem of this Error?
I…[Read more] -
Shmoo replied to the topic [Resolved] Dummy content for theme developers? in the forum Requests & Feedback 11 years ago
Thank you for that.
-
Shmoo started the topic [Resolved] Dummy content for theme developers? in the forum Requests & Feedback 11 years ago
Just curious is there some easy way to get a default set of dummy content in BuddyPress like we have at WordPress.
– Few Users
– Few Groups
– Some Replies
– Some Messages
– Some Friends
– Some ActivityJust so you can work around it and get a better view of how everything will look like, now i’m still adding Lorem Ipsum’s all over the place.
-
Shmoo commented on the post, BuddyPress 1.9 Beta 1 is now available!, on the site BuddyPress.org 11 years ago
Looking forward to this version..
Good work, thanks, also nice results we got from the survey. Hope we can make BuddyPress more easy to customize.
-
Shmoo replied to the topic Cacheing plugin recommendations in the forum Third Party Plugins 11 years, 4 months ago
None,
I never use Cache plugins for Forums or Community driven websites. The content on those kinda websites changes so frequently that it’s very difficult to Cache.
Just optimize your website , minify your JS and CSS files and try to make less browser requests.
-
Shmoo replied to the topic BuddyPress Group Page in the forum Installing BuddyPress 11 years, 4 months ago
What you’re trying to do doesn’t work I believe.
BuddyPress only creates those pre-named Pages in WordPress to create Permalink -structures.
I believe the BuddyPress script takes over from that point , those pages have no further meaning from the back-end of your WordPress website. You can add content to them as much as you want but that content…[Read more]
-
Shmoo replied to the topic Adding group ID to activity lists in the forum How-to & Troubleshooting 11 years, 4 months ago
Found the answer by reading this topic.
https://buddypress.org/support/topic/how-to-get-group-id-while-in-activity-loop-php/The word item_id got me thinking-/searching in the Core files before I found this tag.
<?php bp_activity_item_id(); ?>
– It will Echo just a plain ID number of the related Group the activity is posted in. Just what I…[Read more] -
Shmoo started the topic Adding group ID to activity lists in the forum How-to & Troubleshooting 11 years, 4 months ago
I’m almost done customization of the entire Groups section and next in line is the Activity section the only problem I face right now is I can’t add the related group-ID’s to the activity lists.
This probably will be because i’m not inside the Groups -Loop anymore but inside the Activity -Loop.
Why I need those ID -numbers ?
At the Groups…[Read more]
-
Shmoo replied to the topic How do you add something to bp_group_header_actions ? in the forum How-to & Troubleshooting 11 years, 4 months ago
@shanebpdev
Thats great yes!
-
Shmoo replied to the topic How do you add something to bp_group_header_actions ? in the forum How-to & Troubleshooting 11 years, 5 months ago
Thank you for the help.
I’ve added my span tag to the array ‘link_text’ of the button.
Not judging anybody but I believe this should be done with a more Ease of Use and less code.
Example:
Array’s like ‘before’ => ‘<span>’, and ‘after’ => ‘</span>’ those features are far more easy to understand for people with less skills and are very very…[Read more] -
Shmoo replied to the topic How do you add something to bp_group_header_actions ? in the forum How-to & Troubleshooting 11 years, 5 months ago
Well i’m trying to add an icon to the Join + Leave group button – just before the text ‘Join Group’ and ‘Leave Group’ inside the A tag, that way the icon is still part of the link when you Hover over it.
Now i’m a bit further and I’ve found the $button + bp_get_button tag which creates the HTML + button.
The only problem is I can’t ADD to that…[Read more] -
Shmoo replied to the topic How do you add something to bp_group_header_actions ? in the forum How-to & Troubleshooting 11 years, 5 months ago
I found this video the best I’ve seen this far, because it keeps it very easy to understand.
It starts with a very basic understanding of what Actions and what Filters do because they maybe sound very overwhelming? when you bump onto them for the first time.
You…[Read more] -
Shmoo started the topic How do you add something to bp_group_header_actions ? in the forum How-to & Troubleshooting 11 years, 5 months ago
<?php do_action( 'bp_group_header_actions' ); ?>
This action calls a div but i can’t find where it’s created or generated.
The only thing i can find is this line inside the functions.. But this doesn’t tell me anything, i wanna now where the div and url is made.
add_action( 'bp_group_header_actions', 'bp_group_join_button', 5 );
I would…[Read more]
-
Shmoo started the topic How to set the number of inbox msg per page? in the forum How-to & Troubleshooting 11 years, 9 months ago
Just curious, I’ve made my custom messages template and I see there is a page navigation but how do you take control about the number of messages before it goes to page 2/3/4…
-
Shmoo replied to the topic if bp_message_thread_unread_count is empty in the forum How-to & Troubleshooting 11 years, 9 months ago
I found a solution with CSS.
tbody tr .unread p.unread -> pulse dot
tbody tr .read p.unread -> display none -
Shmoo started the topic if bp_message_thread_unread_count is empty in the forum How-to & Troubleshooting 11 years, 9 months ago
Just curious if somebody could help me with a line of PHP code.
Trying to make a pulse animation for new messages and I need a way to hide the unread class if the number is empty.
This is the code I have […]
-
Shmoo replied to the topic Theme Integration in the forum Installing BuddyPress 11 years, 9 months ago
Thanks for searching around,
Bummer, I was so excited about BuddyPress 1.7 but it’s a little disappointed that such a WP DNA features aren’t included.
I’ve made some bbPress themes before and I love how simple […] -
Shmoo replied to the topic How do I get Yoast SEO to work with Buddypress in the forum Third Party Plugins 11 years, 9 months ago
Better to contact Joost.
- Load More
@macpresss
Active 7 years ago