-
Martin replied to the topic [Resolved] Hide certain Admins as being Online in the forum How-to & Troubleshooting 11 years, 2 months ago
Ouch @mercime
I thought it would have been a simple add_filter thing than a 3 month website subscription to get some plugin, to disable login activity for a user hahaha -
valk replied to the topic registration on group pages in the forum How-to & Troubleshooting 11 years, 3 months ago
I finally got the chance to come back >_<
@mercime thank you! that’s one solution down also great plugins there 😀
@cliffdillard i’ve been searching for group options here are things I’ve come…[Read more]
-
Hugo Ashmore replied to the topic Call to undefined function bp_is_my_activity() – Codex article in the forum How-to & Troubleshooting 11 years, 3 months ago
@henrywright-1 thanks for spotting that, the whole aspect of auditing the codex pages for outdated references is a very slow & laborious one.
In the codex guide page I added I left two snippets of code at the bottom to be used to add flags to the top of pages if issues are spotted, but equally yes if you’re confident that somethings wrong or…[Read more]
-
bp-help replied to the topic remove CSS underline from links (bp default theme) in the forum Creating & Extending 11 years, 3 months ago
@mehdi-w
If you are referring to the profile links then this little nugget might help:
https://github.com/bphelp/bp-remove-profile-links
Download the zip and install like any other plugin.
Otherwise as @mercime asked you need to be more specific. -
Henry replied to the topic [Resolved]The redirect which takes logged in users away from site root page in the forum How-to & Troubleshooting 11 years, 3 months ago
@mercime I should have added more info
It is default behaviour when the WP static front page is set to “Register”. I actually came up with a way of doing what I needed with the help from folks over at Stack Overflow:
http://stackoverflow.com/questions/20039607/different-wordpress-front-page-for-logged-out-and-logged-in-usersMy final code after…[Read more]
-
Henry replied to the topic Confirmation Message in the forum Installing BuddyPress 11 years, 3 months ago
Hey @mercime
The answer on Stack Overflow changes the subject line and body text of the activation email. The text @derock299 would like to change is displayed on the registration page (registration.php template). Probably worth changing both though, for a complete custom look and feel 🙂
-
Asynaptic replied to the topic [Resolved] Q re Invite Anyone and modemlooper's BP codes plugin in the forum Creating & Extending 11 years, 3 months ago
@mercime thanks but I feel very sheepish!
invite anyone has an option for this: https://i.imgur.com/g6h2j8s.png
“Allow email invitations to be accepted even when site registration is disabled”
-
JLent. replied to the topic [Resolved] 404 Error message in the forum Installing BuddyPress 11 years, 3 months ago
@mercime I still can’t figure it out as of right now. I have deactivated my plugins, deactivated my theme, deleted my theme and manually re-installed it and that didn’t work either. I recently switched hosting companies do you think that has something to do with it?
-
Henry replied to the topic @-mentions in comments and blog post text in the forum How-to & Troubleshooting 11 years, 3 months ago
Thanks for helping to test @mercime
Trac ticket:
https://buddypress.trac.wordpress.org/ticket/5230 -
Jose Conti replied to the topic [resolved] I need help with plugin development ( WangGuard ) in the forum Creating & Extending 11 years, 3 months ago
Yes @mercime
Thanks a lot
-
OC2PS replied to the topic How can I change the text to make it literate? in the forum How-to & Troubleshooting 11 years, 4 months ago
We’ll see more patches from you in the future, yes?
@mercime I hope so.
You should be able to run a tortoise checkout with this url.
https://svn.buddypress.org/trunk@hnla For the patch I submitted, I had used https://buddypress.svn.wordpress.org/trunk/ Should I use https://svn.buddypress.org/trunk instead? Do the 2 URLs point to different resources?
-
OC2PS replied to the topic How can I change the text to make it literate? in the forum How-to & Troubleshooting 11 years, 4 months ago
@mercime Using Tortoise SVN.
Tried importing https://buddypress.svn.wordpress.org/trunk/ but getting
Error: POST of ‘/!svn/me’: 403 Forbidden (http://buddypress.trac.wordpress.org)
@idavidson I apologize for hijacking your thread.
-
Henry replied to the topic Delete post comments via front end in the forum How-to & Troubleshooting 11 years, 5 months ago
Thanks @mercime – wish you told me about that plugin yesterday. Spent about 5 hours getting my code to work – the problem was all down to the “headers already sent”. You have to redirect early on (around the wp_loaded action) – before the headers are sent or you’ll hit problems like I did.
-
Henry replied to the topic [Resolved] Settings > Capabilities – What is this page used for? in the forum How-to & Troubleshooting 11 years, 5 months ago
Just out of interest, if I use the capabilities page to mark a user as a spammer, what does that actually do? Delete the user from the site? Banish them into a black hole? etc
-
Henry replied to the topic [Resolved] Settings > Capabilities – What is this page used for? in the forum How-to & Troubleshooting 11 years, 5 months ago
That’s what I thought it was for. Thanks for verifying @mercime – I was half thinking such capability settings would be performed via the backend dashboard – but of course this is BuddyPress – for front end stuff! 🙂
-
bp-help replied to the topic [Resolved] bp_is_page depreciated? in the forum Installing BuddyPress 11 years, 5 months ago
@mercime
Thanks for the info, I dunno how I let that slip by me! 🙂 -
bp-help replied to the topic question about Group filtering in the forum How-to & Troubleshooting 11 years, 5 months ago
@3×7
Code changes all the time and resurrecting an old post is not good. You need to create a new topic because what may applied then may not apply now.
@mercime @hnla Can the site be adjusted to lock these old topics after a predetermined time interval so they are left just a reference point? We constantly repeat ourselves on this so it would be…[Read more] -
Anonymous replied to the topic Only users defined as super admin for the network on a multisite can create groups if allow all user in the forum How-to & Troubleshooting 11 years, 5 months ago
@mercime Actually, my problem differs to the OP’s: when logged in as an Administrator, in wp-admin I cannot edit groups or activity updates.
The only way I can do that is to log in as a super-admin – very impractical, since I don’t want to give the super-admin role to community moderators.
-
bp-help replied to the topic Changing the default activity filter in the forum How-to & Troubleshooting 11 years, 5 months ago
@mercime @hnla
Never mind I made a mistake and copied the wrong files over to my child theme and just realized what I did, du-huh!
@mahdiar
It would help if provided more info like theme your using. If you have the proper directory structure the examples I provided will work. Please…[Read more] -
bp-help replied to the topic Changing the default activity filter in the forum How-to & Troubleshooting 11 years, 5 months ago
@mahdiar
Its been around 1.6 since I tried filtering the activity stream according to the codex:
Just to see if something had changed I changed this line:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
in activity-loop.php in my child…[Read more]
- Load More
@mercime
Active 4 years, 5 months ago