-
mercime posted on the forum topic Adding Register Notice to Admin Bar? in the group How-To and Troubleshooting: 15 years, 4 months ago
What I posted was an example of adding a link to the adminbar, in this case, the Dashboard link for a Super Admin only, not for your specific scenario. Assuming you didn’t change the registration slug, it would be something like this `function register_link_adminbar() { if (!is_user_logged_in()) { echo ‘ Use this link to register ‘; } […]
-
mercime posted on the forum topic How to change the word blogs to sites in the group How-To and Troubleshooting: 15 years, 4 months ago
-
@mercime posted a new activity comment 15 years, 4 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 π
-
mercime posted on the forum topic Editing Creat New Blog Signup in the group How-To and Troubleshooting: 15 years, 4 months ago
-
@mercime posted a new activity comment 15 years, 4 months ago
Thank you.
-
mercime posted on the forum topic Cannot post new topic on forum in the group Gallery: 15 years, 4 months ago
Glad you resolved it fast and on your own π
-
@mercime posted a new activity comment 15 years, 4 months ago
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 -
@mercime posted a new activity comment 15 years, 4 months ago
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 π
-
-
-
mercime posted on the forum topic Important Buddypress Function not working in the group How-To and Troubleshooting: 15 years, 4 months ago
You can post here as well: https://buddypress.org/community/groups/bp-jobs-board/forum/
-
@mercime posted an update 15 years, 4 months ago
@qPjurEEmKlDTaP spammer @DJPaul @hnla @boonebgorges @r-a-y
-
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 π
-
-
-
-
-
mercime posted on the forum topic Adding A Link To Profile Homepage in the group How-To and Troubleshooting: 15 years, 4 months ago
@peternemser no, because it is not in the default theme. If you prefer, create a child theme of bp-default theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/, then copy the header.php of the bp-default theme into your child theme folder, then add this in
<li class="selected" > <a href="" title=" "> </a>…[Read more] -
mercime posted on the forum topic Adding Register Notice to Admin Bar? in the group How-To and Troubleshooting: 15 years, 4 months ago
-
mercime posted on the forum topic Adding A Link To Profile Homepage in the group How-To and Troubleshooting: 15 years, 4 months ago
-
mercime posted on the forum topic Need a cheap reliable hosting for my BuddyPress network in the group Installing BuddyPress: 15 years, 4 months ago
-
mercime posted on the forum topic Disable "Links" Tab in BP-Default in the group How-To and Troubleshooting: 15 years, 4 months ago
By default there is no “Links” tab. Links tab appears when you install and activate BP Links plugin.
-
mercime posted on the forum topic so what is the diffrence between having a group forum and a group wiki ?? in the group BuddyPress Wiki Component: 15 years, 4 months ago
Wiki is more for documentation while Forums are for discussions π
-
mercime posted on the forum topic Members, groups, forums link are not working after updating Buddypress to 1.2.7 in the group Installing BuddyPress: 15 years, 4 months ago
The weird thing is that the BP Activity component link is working while the Members and Groups component links are not working.
Do you have any membership plugin turned on which requires Is_user_logged in?
If you change theme to bp-default theme are the links to Members and Groups working? -
mercime posted on the forum topic User Badges (Not Avatars) Plugin – Where can I find one like this? in the group How-To and Troubleshooting: 15 years, 4 months ago
-
mercime posted on the forum topic Change word 'Activity' by 'wall' for example in the group Requests & Feedback: 15 years, 4 months ago
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
define ( 'BP_ACTIVITY_SLUG', 'wall' );for the rest: https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
-
@mercime replied to the topic Adding Register Notice to Admin Bar? in the forum How-to & Troubleshooting 15 years, 4 months ago
No worries, e.g. Adding a link to Dashboard for Site Admin in BP Admin Bar
function dashboard_link_in_adminbar() {
if (is_user_logged_in() && is_site_admin()) {
echo '<li><a href="/wp-admin/">Dashboard</a></li>';
}
}
add_action('bp_adminbar_menus', 'dashboard_link_in_adminbar', 1); - Load More
@mercime
Active 5 years, 7 months ago
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 π