-
r-a-y posted on the forum topic Display the Group’s Mini Avatar In Group Activity Stream Listings in the group How-To and Troubleshooting: 13 years, 10 months ago
@bigjimmysisco – Please try the amended code; I was typing on the fly and forgot to end the conditional statement!
The function_exists() conditional is important because if you ever upgrade BP Template Pack, you’ll get an error.
—
@mercime – Yeah, I’m looking forward to the release as well 😉
-
r-a-y posted on the forum topic remove activity stream from front page in the group How-To and Troubleshooting: 13 years, 10 months ago
Create a new WP page with the verbiage you want to add.
You might want to create your new page with a custom page template:
https://codex.wordpress.org/Pages#Creating_Your_Own_Page_TemplatesThen set this new page as your frontpage:
https://codex.wordpress.org/Settings_Reading_SubPanel -
r-a-y posted on the forum topic Display the Group’s Mini Avatar In Group Activity Stream Listings in the group How-To and Troubleshooting: 13 years, 10 months ago
The code you’re looking for is this: `if ( !function_exists( ‘bp_dtheme_activity_secondary_avatars’ ) ) : function bp_dtheme_activity_secondary_avatars( $action, $activity ) { switch ( $activity->component ) { case ‘groups’ : case ‘friends’ : // Only insert avatar if one exists if ( $secondary_avatar = bp_get_activity_secondary_avatar() ) {…[Read more]
-
r-a-y posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
Add the following to your theme’s functions.php :
function bp_get_the_topic_post_poster_username() { global $topic_template; if ( !$link = bp_core_get_user_domain( $topic_template->post->poster_id, $topic_template->post->poster_nicename, $topic_template->post->poster_login ) ) return __( 'Deleted User', 'buddypress' ); return apply_filters(…
[Read more] -
r-a-y posted on the forum topic Autocomplete all users on the compose screen in the group How-To and Troubleshooting: 13 years, 10 months ago
The code should work without friends enabled, though I haven’t tested thoroughly.
I’m guessing you’re using the BP Followers plugin?
-
r-a-y posted on the forum topic How to add new Group Category in the group How-To and Troubleshooting: 13 years, 10 months ago
There’s a new group category plugin that might help you out:
https://wordpress.org/extend/plugins/bp-group-hierarchy/I haven’t tested it though.
-
r-a-y posted on the forum topic redirect to /register in the group How-To and Troubleshooting: 13 years, 10 months ago
The register page uses a BP template: /registration/register.php You could add some verbiage before the registration form in that template, perhaps a link to your blog post? If you’re currently using the bp-default theme, create a child theme , copy /registration/register.php to your child theme and modify the template anyway you like (just don’t…[Read more]
-
r-a-y posted on the forum topic Buddypress Friends Table in the group Creating & Extending: 13 years, 10 months ago
If user #1 becomes a friend of user #2, then the wp_bp_friends will add only 1 entry to the wp_bp_friends DB, not two.
Hope that helps.
-
r-a-y posted on the forum topic How Do I activate forums in the group How-To and Troubleshooting: 13 years, 10 months ago
Do not use existing installation if you do not have a standalone bbPress install.
Go to “Forums Setup”, then click on the reinstall link.
Next, click on “Set up a new bbPress installation” and follow the steps to complete forum setup. -
r-a-y posted on the forum topic Can’t get the language file to work! in the group How-To and Troubleshooting: 13 years, 11 months ago
If you’re using BP 1.2.7, simply put your buddypress language files in:
/wp-content/languages/Make sure your language files are named like:
buddypress-vi.po
buddypress-vi.mo
If you’re using an older version of BP, read step 3 of this guide:
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/ -
r-a-y posted on the forum topic How to make Group(s) sticky? in the group How-To and Troubleshooting: 13 years, 11 months ago
A workaround is you could create your own groups loop and place it before the group directory loop in the group directory template: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-groups-loop/ If you know you’re not going to have to change these groups, you could just hardcode the group info with HTML directly into the…[Read more]
-
r-a-y posted on the forum topic Homepage issue, help please in the group How-To and Troubleshooting: 13 years, 11 months ago
To remove the default tabs, you’ll need to modify the theme. Read this page: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/ Then, once you’ve got the hang of that. Copy over /bp-themes/bp-default/header.php to your new child theme and modify the tab structure. The function you’ll want is:
is_user_logged_in()
Wrap…[Read more] -
r-a-y posted a new activity comment 13 years, 11 months ago
Yes, I’m rayray on testbp.org.
I only have frontend access I’m afraid; I can’t do anything DB-related. -
r-a-y posted a new activity comment 13 years, 11 months ago
I cannot; group mods cannot mark users as spammers. Only admins of the site can.
-
r-a-y posted a new activity comment 13 years, 11 months ago
You can try posting your request here:
https://buddypress.org/community/groups/bp-jobs-board/If you want to contact me about checking out your site, email me.
-
r-a-y posted a new activity comment 13 years, 11 months ago
Yeah, I stopped deleting his posts after two pages! I’m only human!
-
@r-a-y, can’t you kick and ban him for the time being?
-
I cannot; group mods cannot mark users as spammers. Only admins of the site can.
-
-
Thank you.
-
Better than my effort managed a page before giving up and calculating how long it would actually take to clear all of them manually , think fastest effort would have taken close to two hours 🙁
-
-
r-a-y posted a new activity comment 13 years, 11 months ago
Yup, noted to the core devs already! Big time e-harmony spammer! I’ll try to delete the forum topics in the meantime.
-
Thanks, spam is 36 pages in. Gadzooks.
-
Get rid of this spammer quick! He is dangerous, I saw him over at another website a few days ago, this spammer stops at 767 forum posts, and if not stopped, will replicate in a few hours, and double it’s spamming, then replicate even more.
-
i think it was the etivite site….
-
and the spam is on every single support group also
-
-
-
Yeah, I stopped deleting his posts after two pages! I’m only human!
-
@r-a-y, can’t you kick and ban him for the time being?
-
I cannot; group mods cannot mark users as spammers. Only admins of the site can.
-
-
Thank you.
-
Better than my effort managed a page before giving up and calculating how long it would actually take to clear all of them manually , think fastest effort would have taken close to two hours 🙁
-
-
-
different spammer in testbp.org
you’re rayray there right?“Yeah, I stopped deleting his posts after two pages! I’m only human!”
Fastest way via database. If only Askimet for bbPress works in forums here.
http://www.wptavern.com/forum/bbpress/611-combating-bbpress-spam.html-
a simple captcha would work just fine.
-
Yes, I’m rayray on testbp.org.
I only have frontend access I’m afraid; I can’t do anything DB-related.-
Understood. I’m just so so itching to delete delete delete the spams, arrgghh I’d better go and take a walk around the block now, lol. Happy New Year – No more spammers 🙂
-
-
-
-
r-a-y posted on the forum topic Move registration form to home page in the group How-To and Troubleshooting: 13 years, 11 months ago
They have an abbreviated registration form on the homepage that only shows the username field, then it redirects to the registration page.
-
r-a-y posted on the forum topic Move registration form to home page in the group How-To and Troubleshooting: 13 years, 11 months ago
Are you looking for something like this?
http://bettercodes.orgIf so, navigate to your BP registration page, view the HTML source and copy everything in the
tag into your homepage template.
-
r-a-y posted on the forum topic Why using pages for BP sections is a bad idea in the group Requests & Feedback: 13 years, 11 months ago
MrMaz, the term you’re looking for is “theme framework”. Like Justin Tadlock’s Hybrid or Ian Stewart’s Thematic.
Your argument is similar to Justin’s blog post on why advanced parent themes are not frameworks:
- Load More
@r-a-y
Active 5 months ago
Understood. I’m just so so itching to delete delete delete the spams, arrgghh I’d better go and take a walk around the block now, lol. Happy New Year – No more spammers 🙂