Search Results for 'wordpress'
-
AuthorSearch Results
-
February 6, 2018 at 9:12 pm #270607
In reply to: Emails new tokens ?
Varun Dubey
Participant@aliceg There is a paid approach to it, you can take a look at it https://usersinsights.com/how-to-find-and-email-your-inactive-wordpress-users/
February 6, 2018 at 10:24 am #270601In reply to: Group Forum Permalink Structure
Abolfazl Ahani
ParticipantThanks Paul
I hope you are doing well.
- I read this topics: https://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin/ and according to JJJ, future versions of BP will use proper rewrite rules.
- I also followed the BP trac and found ticket 4954, it seems this ticket is awaiting contributions.
There is still no sign of this long-awaited enhancement.
Best Regards
February 3, 2018 at 6:34 pm #270563In reply to: This forum is impossible
David Cavins
KeymasterKeep in mind that BuddyPress is developed and supported by an all-volunteer community.
If you are in need of more specialized help or more immediate help than this forum can provide, I’d recommend that you develop a business relationship with a local WP developer. Any WP developer who understand the filters/actions approach of WordPress will be able to develop for BP.
February 1, 2018 at 11:44 pm #270535In reply to: Show Follow Button on Each Member’s Profile Page
otty-dev
ParticipantCorrect, I added a plugin that replaces add friend with follow.
I created a new directory of buddypress > members > single > cover-image.php and tried to add the following code but no luck:<div id="item-header-content"> <?php }else{?> <div class="follow_button"> <div class="follow_icon"> <?php $args = array('leader_id' => bp_displayed_user_id(), 'follower_id' => bp_loggedin_user_id(),); echo bp_follow_get_add_follow_button($args); ?> </div> </div><div class="clear_follow"></div> <?php }?>February 1, 2018 at 10:32 pm #270533In reply to: Buddypress disappeared?
ryannnlewis
ParticipantHow do I get FTP access to my wordpress folders?
February 1, 2018 at 10:31 pm #270532In reply to: Buddypress disappeared?
Venutius
ModeratorYou need to get FTP access to your wordpress folders, go to wp-content/plugins and delete the buddypress directory, you should then be able to reinstall it.
February 1, 2018 at 5:56 pm #270521Scott Hartley
ParticipantDid you install any sort of anti-spam plugin? Many of them tend to treat university email addresses as spam as it is a common tactic for email spam?
Also, check with your host to see if they are running something like apache spamassassin and see if that’s preventing you from receiving the spam emails. (while typically its used for inbound emails its always good to see). Otherwise, you can also try using a plugin like.
And setting it up via SMTP to see if that helps any.
February 1, 2018 at 5:49 pm #270519In reply to: I want to make. Blogging community
Scott Hartley
ParticipantI don’t know what you mean by making the full WordPress backend come under BuddyPress, but with BuddyPress your front-end can be expanded to do a host of features that the back-end is typically used for. Even for adding posts?
Of course the admin panel is meant for the administrator to manage their site not everyone should be accessing it.
February 1, 2018 at 5:33 pm #270515Scott Hartley
ParticipantThis plugin looks like it does what you’re looking for.
Also reference: https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/
February 1, 2018 at 11:41 am #270507In reply to: I want to make. Blogging community
Shashi Kumar
ParticipantHi @bdwright
Congratulations! for your website. When it comes to reporting a post there is a nifty plugin called WP Report Post. I think It should solve your problem of post reporting. When it comes to moving back end to front end it is quite complex. But a premium plugin from Buddyboss Buddypress user blog is what you want. Kindly check the demo before purchasingJanuary 31, 2018 at 10:18 pm #270498In reply to: Unable to activate components.
brycelynn25
ParticipantI set my site up using wordpress.com and not a self hosted version of wordpress. Could that be my issue?
January 31, 2018 at 6:26 am #270472ngoegan
ParticipantAccording to this page, it says they should be receiving message that says “Your membership account is awaiting approval by the site administrator….”
January 30, 2018 at 5:59 pm #270465In reply to: Question Regarding Group Creation Link
David Cavins
KeymasterThanks for opening the Trac ticket.
January 30, 2018 at 5:57 pm #270464In reply to: PHP 7.0 en 7.1 update needed, site is slow
David Cavins
KeymasterrtMedia is a plugin of its own and not a part of a standard WordPres install. Check out their support forum here:
January 30, 2018 at 5:32 pm #270454In reply to: [Resolved] Change number of Viewing item (Groups)
Venutius
ModeratorThis is a general wordpress feature, to change the number viewed in the list, click on Screen Options at the top of the page, from there you can set the number displayed
January 29, 2018 at 11:08 pm #270433In reply to: PHP 7.0 en 7.1 update needed, site is slow
martijn1972
ParticipantIt’s the Rtmedia plugin I use which is (for my best knowlegde) part of WordPress
January 29, 2018 at 8:33 pm #270418In reply to: Profile Links – Removing http/https
David Cavins
KeymasterHuh. Well, I guess you could probably find URLs like that using some regular expression pattern for
<a href="<url>"><url></a>and apply it like you did at https://core.trac.wordpress.org/ticket/32787, but I’m no regex expert, so I can’t help with that.
It would be easier once
make_clickable()adds a filter, for sure.January 29, 2018 at 6:51 pm #270415In reply to: Question Regarding Group Creation Link
David Cavins
KeymasterHi @destac-
Please open a ticket on trac: https://buddypress.trac.wordpress.org/
which is a better place to suggest improvements to BuddyPress.
Thanks!
-David
January 29, 2018 at 6:14 pm #270408In reply to: Profile Links – Removing http/https
David Cavins
KeymasterHi there. If I’m understanding correctly, you’re wanting to modify URLs added to profile fields by your users. The profile fields are analyzed for search links and other links here:
https://buddypress.trac.wordpress.org/browser/tags/2.9.3/src/bp-xprofile/bp-xprofile-filters.php#L326BP uses the WP function
make_clickable()to make links clickable. It doesn’t look like that function is filterable at the moment (there’s a ticket: https://core.trac.wordpress.org/ticket/32787). I guess you could do something using the filter offered on the forum link you reference, but I’m not sure how you’d know which kind of links to modify (it’s not clear from your question what the goal is).January 28, 2018 at 4:49 pm #270382In reply to: How to customize/remove user dropdown menu?
Shashi Kumar
ParticipantHi eliasgetguineapig
I think you are using theme from Buddyboss. It is a premium product and customization will be supported in their forum. Coming to your question, you can add and remove menu items from Appearance > Menus in the WordPress dashboard.January 28, 2018 at 9:47 am #270374In reply to: Email’s situation’s are not displayed…
Shashi Kumar
Participant@richard2001 Could you please elaborate your situation.
To my understanding
1. If you are not receiving email, the probable cause could be with the server hosting. Kindly create an email account with your server hosting and use the same email account in the WordPress. Go to Settings > General to change default email address.
2. Go to Buddypress setting and check if the Notification option is checked.January 28, 2018 at 9:44 am #270372ngoegan
ParticipantI tried a different approach – I set the “Site-wide Activity” page as my static home page in Settings>Reading.
Now it is causing a redirect loop when a non-logged in user goes to the homepage (www.charlottemasoneducation.org)
If I set the home page in the above settings back to the “Register” page, it stops the loop.
There seems to have been a ticket about this issue here: https://buddypress.trac.wordpress.org/ticket/4706
I’m not understanding the fix mentioned above and am not certain it is the same exact issue.
How can I fix this redirect problem?
January 28, 2018 at 9:32 am #270371Shashi Kumar
Participant@ngoegan add the following code in your child theme’s function file. It modifies default behavior and redirect user to activity page. Link to the source of code
function bbg_bp_loggedin_register_page_redirect_to( $redirect_to ) { if ( bp_is_component_front_page( 'register' ) ) $redirect_to = bp_get_root_domain() . '/activity'; return $redirect_to; } add_filter( 'bp_loggedin_register_page_redirect_to', 'bbg_bp_loggedin_register_page_redirect_to' );January 27, 2018 at 9:11 am #270366In reply to: How to customize/remove user dropdown menu?
eliasgetguineapig
ParticipantHi Paul!
Thanks for replying!
Apologies, I’m not referring to the WordPress Toolbar. I’ve marked the dropdown menu in this image to make it more clear what I want to customise/remove.
For example, I’ve removed the “Profile” page, because I just want to have a “my account” page from WooCommerce. This has caused the text in the dropdown menu to disappear when I’m not hovering the mouse over the options in the menu, but when I click in the menu I still go to /profile, etc. which yields a 404 since I’ve removed the page. Therefore, I want to remove the items in that menu.
How can one do this?
Thank you for the support!
January 26, 2018 at 4:43 pm #270352Hugo Ashmore
ParticipantCorrect ticket link: https://buddypress.trac.wordpress.org/ticket/7671
-
AuthorSearch Results