Search Results for 'wordpress'
-
AuthorSearch Results
-
November 29, 2017 at 6:57 pm #269252
In reply to: Locked out of my buddypress site
plumbingsuperstore
ParticipantBoone howzit bud! 🙂 Thanks for the reply! Much appreciated!!!
I went into my cpanel, fortunately these guys I’m hosting with have auto saves on and I could restore my site to a previous time. WHOOOOHOOOO!!!!! So happy I chose them as my host provider!!!!
There is the fear though that this might occur again!… so running the neglected back up on my side will occur before every plugin installed or major settings change…. discipline is the way forward!
Ok prevention is better than cure right!?
So here goes the story as good as I can explain in my no programmer/developer language…
I was in wordpress… Installing Buddypress… I opened a second browser tab so I can view all the changes etc. that I made tweaking and installing Buddyp. (..aaand gloating cause I actually followed instructions to the letter and it all worked out just peachy!) Buddypress installed even downloaded the fake content plugin to see the end result in all it’s glory.. 🙂
I had to take it just one step further to satisfy this little voice in my head!
To test Buddyp. as a potential new register.
I logged out as admin….
Unknowingly
all Sh*t broke loose just then….I created a new account as a new user… completed in the registration form with a fresh email account… Buddyp. sent me the verify link to my email account.
Clicking on the verify email account link… gave me a – page not found – and re-directed be back to the login up page, once there telling me in red highlight – there is no account with those details…
Frantically entering the new registration details just kept me in the same loop…
Then deciding ok… to use my admin credentials to get back into either Buddyp. or my site backend…
To no avail… admin credentials did not do the trick… I was locked out completely…!
My std WordPress email credentials meant squat!
My main concern is, I need to to fix this…
I a new user register with my site the same think will occur to them…Being redirected back to the login and password block after clicking and confirming their email address….
I am not sure how to fix this!
I hope this makes sense… ?
Once again… thank you for the response to help out… would you know how to fix said issue?
Regards
W
November 29, 2017 at 4:55 pm #269246In reply to: Need some help figuring out a template problem
Boone Gorges
KeymasterHi @ovizii – Changing to a separate theme just because of a single styling issue is a pretty big step. If you’re generally happy with the way your site looks and works, it may be worth putting a bit of time into solving the specific issue, rather than looking for a larger switch.
If you do want to change, BuddyPress now supports a feature called “theme compatibility”, which means that it works well in most WordPress themes – whether or not they have specific support for BuddyPress. A nice place to start is the WP default themes (Twenty Sixteen, etc), some of which are particularly well suited to running a BuddyPress site.
November 29, 2017 at 4:38 pm #269245margmacd
ParticipantMany thanks for this helpful reply. Presumably, creating a plugin for the code (http://webcraft.tools/how-to-create-a-simple-wordpress-plugin/) would work just as well, assuming that there are no errors.
November 29, 2017 at 3:39 pm #269242In reply to: Ordered list tag creates weird results
Boone Gorges
KeymasterGroup descriptions are filtered at the time of saving, via
wp_filter_kses(), and at the time of display usingbp_groups_filter_kses(). https://buddypress.trac.wordpress.org/browser/tags/2.9.2/src/bp-groups/bp-groups-filters.php#L35It seems like a bug that we do different things at the time of save vs the time of display, but there you have it.
I’d suggest removing the
groups_group_description_before_savefilter, replacing withbp_groups_filter_kses, and then filteringbp_groups_filter_ksesto add allowed tags (as @r-a-y describes above). https://buddypress.trac.wordpress.org/browser/tags/2.9.2/src/bp-groups/bp-groups-filters.php?marks=117#L87November 28, 2017 at 10:54 pm #269210In reply to: Special characters output in profile fields
Boone Gorges
KeymasterHi @Sander – Thanks for reporting this. It looks like a legitimate bug. I’ve opened a ticket to track it: https://buddypress.trac.wordpress.org/ticket/7631
While we try to figure out a way to make this work better, you can work around the issue by disabling autolink for the field in question. Dashboard > Users > Profile Fields > Edit, and look for the Autolink metabox at the right.
November 28, 2017 at 10:40 pm #269209In reply to: Searchable Fields with Special Characters
Boone Gorges
KeymasterThanks for the report, @onedevstudios. This sounds like it’s probably a bug. Could you please open a ticket at https://buddypress.trac.wordpress.org with detailed instructions to reproduce? Thanks!
November 28, 2017 at 3:29 pm #269200Boone Gorges
KeymasterI’m unable to test with the proprietary Magnum theme, but with the free version of Optimizer, I’m unable to reproduce the problem. Group member searches are working as expected: https://postimg.org/image/axag5nsjr/
Here’s the relevant part of BP’s JavaScript: https://buddypress.trac.wordpress.org/browser/tags/2.9.2/src/bp-templates/bp-legacy/js/buddypress.js?marks=863#L848 The first thing to check is that your theme is actually requiring buddypress.js (or buddypress.min.js) out of the buddypress theme directory; if not, it’s possible you’re running an out-of-date version bundled with a theme or something. Then, you may need to deminimize (or set
define( 'SCRIPT_DEBUG', true );) to debug. Then, check to see whether this bit of script is actually able to find thesearch_termselement. It’s possible that your theme, or some other plugin, is modifying the markup so that the selectors or the element hierarchy has changed.November 28, 2017 at 2:07 pm #269198naomibuch
ParticipantHi Again,
This is a list of all my plugins:
WP Mail SMTP
WP Crontrol
WP All Import Pro
WordPress Mass Email to users
WordPress Importer
W3 Total Cache
tagDiv Social Counter
tagDiv Composer
SiteOrigin Widgets Bundle
Shortcodes Ultimate
rtMedia for WordPress, BuddyPress and bbPress
RSS Importer
Remove Dashboard Access
PushLive – Staging Site to Live Site in One Click
Page Builder by SiteOrigin
Newsletter
Knowledge Base for Documents and FAQs
Invite Anyone, by Boones 🙂
iframe
Hide This
Hide Admin Bar
Easy Affiliate Links
Contact Form 7
Buddypress Shortcodes
Buddypress Friend of a Friend (FOAF)
BuddyPress Follow
BuddyPress Extended Friendship Request
BuddyPress Edit Activity
BuddyPress Block Activity Stream Types
BuddyPress Activity ShortCode
BuddyPress Activity Privacy
BuddyPress Activity Filter
BuddyPress Activity Autoloader
BuddyPress
BP Show Friends
Amazon Auto Links
All In One SEO Pack Pro
Akismet Anti-Spam
Advanced Profiles Plugin 2.0 for BuddyPress
Activity Reactions For BuddypressNovember 28, 2017 at 9:08 am #269191In reply to: Very Important Features For BP
wordplus
ParticipantHi there to all!
For those who searching for the messaging plugin, checkout this:
November 28, 2017 at 2:48 am #269187In reply to: Armember badges
Boone Gorges
KeymasterI don’t have access to the proprietary ARMember plugin, so I can’t say anything about that.
Here’s one way to show arbitrary content in a BP user’s profile header:
add_action( 'bp_before_member_header_meta', function() { $user_id = bp_displayed_user_id(); echo 'Here is the badge for user ' . $user_id; } );You’ll need to use the
$user_idto fetch the ARMember badge and display it.See https://buddypress.trac.wordpress.org/browser/tags/2.9.2/src/bp-templates/bp-legacy/buddypress/members/single/member-header.php for other hooks you could use instead of
bp_before_member_header_meta.November 28, 2017 at 2:43 am #269184In reply to: How NOT to redirect users after login.
Boone Gorges
KeymasterIt looks, at a glance, like the LH Private BuddyPress plugin ought to be doing what you’re asking for. https://plugins.trac.wordpress.org/browser/lh-private-buddypress/trunk/lh-private-buddypress.php#L101
If it’s not working, it’s either because of an error in the plugin logic, or because something on your server or WP setup is interfering with the
redirect_toparameter.Can you share the format of the URL at various points of the process? For example, when visiting example.com/groups/my-private-group as a logged-out user, you should be redirected to:
example.com/wp-login.php?redirect_to=/groups/my-private-groupIf, after login, you’re being redirected back to wp-login.php, what is the format of the URL then?
What is the URL format of your BP/WP installation? Are you installed at the top level of a domain
example.comor in a subdirectoryexample.com/buddypress/?November 28, 2017 at 2:29 am #269182Boone Gorges
KeymasterWhat theme are you using? It’s possible that this problem is specific to the theme. Try on a default WordPress theme like Twenty Sixteen to be sure.
Can you share a screenshot of the “comment box” and the “reply box”? It’s unclear from your questions whether you’re talking about textareas or about buttons. Also, BP doesn’t have separate Comment and Reply functionality for activity items, which makes me think that this may be a conflict with another plugin.
November 28, 2017 at 1:41 am #269175In reply to: Pagination for Custom Loop in New BuddyPress Tab
Boone Gorges
KeymasterI’m not sure that
previous_posts_link()andnext_posts_link()will work in the context of a customWP_Queryloop. See https://wordpress.stackexchange.com/questions/20424/wp-query-and-next-posts-link for a pointer.November 26, 2017 at 4:00 am #269158In reply to: How NOT to redirect users after login.
Arize Nnonyelu
ParticipantFIXED PARTIALLY. I was using BP Redirect To Profile so I disabled it, the contents are still private and it doesn’t keep redirecting.
But the problem I am having is that after login it will just refresh the login page without directing to anywhere. Some people won’t know that they have been logged in already. That is why I used to Redirect Plugin initially so that it can direct to somewhere.
So asking the masters, how can the login direct to where they left off? For instance, sent a logged out user a group link, and his tries to visit the groups and login page appears, how can he continue straight to the group after login?
November 24, 2017 at 6:16 pm #269152Topic: Can’t upload avatar image under 451px
in forum How-to & TroubleshootingDragoWeb
ParticipantHi, I have this error message
“There was a problem cropping your profile photo.”
when I try to upload an avatar image with a width of 450px and above. Starting to 451px it works (even with an height of 150px). I get a warning message only if I try to upload an image under 150x150px :
“You have selected an image that is smaller than recommended. For best results, upload a picture larger than 150 x 150 pixels.”
So, I suppose this problem doesn’t come from a setting option somewhere.
The problem is the same when I switch to the default theme Twenty Fifteen and I have no other plugin activated (except HideMySite). Cover image works without problem. Cropping image works with Ultimate-member plugin and in WP admin -> Media -> Edit/crop as well.
Config:
Wordpress (new install) v4.9
Buddypress 2.9.2
php 5.6
GD enabledThanks.
November 23, 2017 at 2:51 pm #269139In reply to: Groups not displaying properly
Boone Gorges
KeymasterDon’t abandon the Groups functionality or BuddyPress over this small display issue! With a plugin like this https://wordpress.org/plugins/simple-custom-css/, it is trivial to add the CSS that I gave above.
Building a child theme is more complex, and is something you should learn down the road if you plan to make extensive customizations. But if you just need to make a small change like what I’ve suggested, then a plugin like https://wordpress.org/plugins/simple-custom-css/ is more than enough.
November 22, 2017 at 8:13 am #269115In reply to: Change default name post
vincent46
ParticipantHi @boonebgorges this is the procedure that I used to change the default name that in Italian is articles. The site is in italian, and I was looking for some procedure to insert in bp-custom instead of changing the translation file obviously if you can do it.
Change default name ArticlesNovember 21, 2017 at 11:21 pm #269110In reply to: No lost password option on login page
Carsten Lund
ParticipantI realize that this is a WordPress issue so I will direct my question to the WP community
November 21, 2017 at 9:33 pm #269107In reply to: Course Group Error
shanebp
ModeratorI believe those warnings are related to fetching the plural form of a number.
Do you have debug turned on in
wp-config.php?
If the only issue is the Warnings, turning off debug should make them disappear.If they still appear or there are related issues, you should open a ticket at LearnDash.
But first, to see if the issue is related to your theme, try switching momentarily to a WP theme like 2016 and see if the warnings persist.
November 20, 2017 at 10:22 pm #269096Boone Gorges
KeymasterAh yes, thanks for that.
It looks like your theme is loading scripts from BuddyPress, but is using an old path for these scripts. (BP changed the paths a couple versions ago. See https://buddypress.trac.wordpress.org/changeset/11009.) Look in your theme – probably in functions.php – to see how it’s loading the cookie, caret, and atwho scripts. Then update the paths as needed (I think you can just add
/vendor/).November 20, 2017 at 7:57 pm #269090In reply to: Show id user in Screen Option admin backend
Boone Gorges
KeymasterCheck out this tutorial: https://rudrastyh.com/wordpress/get-user-id.html#user_id_column
November 20, 2017 at 4:04 pm #269081In reply to: How to increase Buddypress post image size
wayne alex
ParticipantI’m using the latest version of WordPress and Buddypress.
Forgot to mention i’m using Buddypress activity plus to upload images.
Thank you.
November 19, 2017 at 10:33 pm #269067In reply to: WordPress and buddypress User
Henry Wright
ModeratorWordPress users are BuddyPress users. They’re stored in the
wp_userstable.November 19, 2017 at 1:44 pm #269057Boone Gorges
Keymaster> I replaced the indicated line of code in my child theme’s cover-image-header.php with yours. Not only does the Display Name not appear (only the “@” appears), but everything following it (tabs of user activity, etc) disappears. The page just ends.
Sorry, there was a typo in my original response. I wrote
bp_displayed_user-id()instead ofbp_displayed_user_id().When the page stops rendering like this, it means that there’s been a PHP fatal error. If you’re going to be modifying PHP files, it’s a good idea to get familiar with either your server’s PHP error log, or the WP_DEBUG constant. See https://codex.wordpress.org/Debugging_in_WordPress
> Any insight into what I may be doing wrong would be appreciated.
Hard to know exactly what is going on without seeing your site. For the template, my guess is that you have copied things into the incorrect location in your child theme. The template overrides only work if the directory structure matches directly, as described on the codex page linked above. So, the path should be something like
wp-content/themes/your-theme/buddypress/members/single/index.php.For the CSS, it could be that your theme is using different CSS selectors for page titles. (
.entry-titleis used by some of the WordPress default themes, so I guessed that it might be in use on your theme too.) Use your browser’s inspector to get the proper selector. Here’s a useful tutorial: http://toolsqa.com/selenium-webdriver/finding-elements-using-browser-inspector/ Once you have found the id/class of the element, replace.entry-titlein my snippet with that.November 18, 2017 at 8:10 pm #269046In reply to: Groups not displaying properly
Boone Gorges
KeymasterHi @writingbox – Unfortunately, it’s very hard to debug this without access to the live site. But if the problem is indeed that there is a margin-top issue on this element, you could put the following into your child theme’s style.css:
body.single-item.groups #buddypress div#item-header div#item-actions { margin-top: 0; }Be sure to do this in the stylesheet for your child theme, not in BuddyPress itself or in your WP theme, because those changes would be lost when the plugin/theme is updated. Here’s a guide https://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/ – the section you want is under the “Creating a Child Theme” header, and the file where you should put your customizations is style.css.
-
AuthorSearch Results