Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 33,776 through 33,800 (of 94,540 total)
  • Author
    Search Results
  • #159643

    In reply to: Spam user accounts

    danbpfr
    Participant
    #159641
    Anonymous User
    Inactive

    One of my BuddyPress websites keeps getting spam accounts signing up with @mailnesia.com email addresses.

    I am using SI Captcha plugin with it set to the hardest difficulty to limit spam signups but they are still managing to sign up.

    Does anyone else have this problem? Is there anything we can do to restrict them?

    #159640
    Paul Wong-Gibbs
    Keymaster

    We’d be interested in seeing your slow query log from MySQL, and any other hard numbers relating to how well xprofile scales with 10 million entries. It’d be awesome if you could create a ticket on https://buddypress.trac.wordpress.org or send me those details to paul/buddypress/org.

    #159639

    In reply to: Buddypress Avatars

    b1gft
    Participant

    You can upload avatars from profile page. profile > edit profile> change avatar.
    Make sure you have in settings that your members can upload avatars.
    dashboard > settings > discussion > Avatar display, thick it on.

    #159638
    Fernon
    Participant

    @chouf1 It works! Thanks for the effort, I really appreciate it. How can I also add the link to the profile buddypress navigation? It only shows up in the toolbar now.

    gcarlos8377
    Participant

    http://crecimientoenredes.com
    I ran the installation wizard and went through all the steps that buddypress requires. An update to wordpress came out so I made the automatic update and all of sudden when I try to access the buddypress installation wizard this message comes out: “You do not have sufficient permissions to access this page”. I deactivated all the plugins to see if that was the problem but nothing happened. I installed a new wordpress script to a subdomain http://comunidad.crecimientoenredes.com to see if the multisite was the problem but same problem persists. Now I don’t know what else I could do.
    BuddyPress: 1.6.4
    MySQL: 5.0.91
    Permalinks: custom
    PHP: 5.2.17
    WordPress: 3.5
    WordPress multisite: subdirectory

    Thanks for the valuable support you can provide on this
    Regards,
    Gene

    #159633

    Topic: Buddypress Avatars

    in group forum Requests & Feedback
    core12dev
    Participant

    I’m new to BP and building a social experience for my users. I’m getting some frustrating emails from a few users wanting to upload their own image as their avatar. After hours of searching – I’m finding no real answers – except that buddypress doesn’t adequately address the issue.

    Is this on the radar for 1.7? to allow users to upload their own avatar from their profile page? In the meantime – any suggestions?

    Thanks.

    habicht
    Participant

    I’m creating a website for a downtown (~700 retailers/professionals). I currently have the Avada Theme for the demo site. But, they would like Buddypress so users can create community online. Avada does not support Buddypress 🙁 I’ve already tried the Beta 1.7, but no luck. Any suggestions on implementation?

    If not, any suggestions on a Buddypress theme that would fit the bill:
    1. Responsive
    2. Clean and very customizeable appearance
    3. Uber-menu friendly
    4. Shortcodes make things easier, so a good selection of shortcodes would be great
    5. Premium slider options

    Suggestions welcome. Thanks so much!!!

    #159622
    palmdoc
    Participant

    Hi
    For some reason users cannot post drug names e.g. Plavix on my medical forum
    I even deactivated Akismet and all anti-spam tools and it is still the same. Under WordPress Settings/Comments the comment blacklist is blank.
    I would appreciate any clues to how further trouble shoot this vexing problem, especially as it is a medical forum
    On Buddypress 1.65 and WP 3.5.1

    Thanks!

    modemlooper
    Moderator

    That type of template overriding wont work yet. You would need to create a buddypress.php file in your theme folder that contains your themes page.php code and then wrap the sidebar with an if is not register page statement.

    https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/

    #159617
    Hugo Ashmore
    Participant

    1.7 is compatible with themes that follow the correct WP conventions if it doesn’t work then it’s the themes fault essentially, and this we have been remarking on and off for a while, this has been the aim of 1.7 all along the betas and RC releases haven’t changed that as such.

    You already have a thread started on this subject and a response from @mercime that you need to respond to. Sorry about the user hijacking your thread but you need to continue there please.

    https://buddypress.org/support/topic/site-compatibility-with-buddypress/

    Closing this one.

    #159616
    NASC
    Participant

    Hi,

    We are working with WordPress 3.51, Our theme is by a ThemeForest designer by the name of
    Cremina, the One Source Theme.

    It appears that 1.7 release candidate 1 is available for download.
    Does anyone know if it is compatible with any theme due to this update?
    We didn’t have any luck with 1.7 beta4 and we were just about going to try a
    modification of PHP files due to a reponse we rx from a previous post.

    It looked like the “BuddyPress should have theme compatibility” issue was crossed off in
    the ticket status and showed completed.

    Can’t wait to use it when that happens.

    Brendino
    Participant

    Found this thread which, as of nine months ago, indicates that what I want to do isn’t possible. Not sure if the new theme system with 1.7 should have changed anything though.

    If this is indeed a missing feature and not a bug, I’ll probably do a feature request…the current system is rather unintuitive, no?

    In the meantime, where would I have to go in the code to get the register and activate pages to load my anti-sidebar template?

    #159608

    In reply to: Spam Signups?

    modemlooper
    Moderator
    #159606

    Topic: Spam Signups?

    in group forum Installing BuddyPress
    Leo Blanchette
    Participant

    In the last day I’ve released a new theme. Which is nice :D. But suddenly I have DROVES of users coming in, seemingly in spurts. I think these are spam signups. They seem like average joe names, not the variety you’d expect.

    Maybe you guys know exactly what I’m talking about? This is my first time using buddypress although I’m quite good with wordpress.

    Is buddypress a huge spam target? Is this normal for a bpress launch? What are you guys doing for this sort of thing?

    Hugo Ashmore
    Participant

    @jstormthakid not sure I understand the question.

    BP is installed and activated, therefore it is ‘added’ as it were, you can’t have all template tags / functions working on any old page things don’t work like that, on certain screens BP has created them thus knows what they are for and provides objects to them on a general page BP hasn’t any knowledge it exists so you need to use bp globals or functions as above that do work on any screen / page.

    #159599

    In reply to: Forum colour/ color

    Hugo Ashmore
    Participant

    You’re would to need to find this ruleset:
    #bbpress-forums li.bbp-header {
    background: #000;
    }

    and change the background color as demonstrated but it’s going to be a little trickier than that probably requiring you to copy the bbpress stylesheet to your theme to modify.

    This though is a question for bbPress forums not BuddyPress bbp is a separate plugin from BP and has it’s own styles. You will find more info and help on their forum.

    #159590
    ryandoz
    Participant

    I am having trouble with running bbPress 2.2.4 and BuddyPress 1.6.4 on the Custom Community 1.14 theme. I have disabled all other plugins and rebuilt permalinks to different structures, to no avail. The problem is replicated using the default BuddyPress theme.
    The site is http://www.surprisecommunity.com
    When my registered users click “Submit” to enter a topic or a reply, an error page results. It seems that there is some conflict in the slug/permalink configuration. The new topic/reply does post but not before the user is shown a page like this:

    `
    0

    302 Found

    Found
    The document has moved here.
    Additionally, a 302 Found
    error was encountered while trying to use an ErrorDocument to handle the request.

    HTTP/1.1 200 OK
    Date: Tue, 19 Mar 2013 19:13:24 GMT
    Content-Type: text/html; charset=UTF-8
    Server: Nginx / Varnish
    X-Powered-By: PHP/5.3.13
    X-Pingback: http://www.surprisecommunity.com/xmlrpc.php
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Cache-Control: no-cache, must-revalidate, max-age=0
    Pragma: no-cache
    Set-Cookie: bp-message=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
    Set-Cookie: bp-message-type=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
    Vary: Accept-Encoding
    Content-Encoding: gzip
    Transfer-Encoding: chunked
    `
    followed by a bunch of jibberish

    My themes author thinks it may have to to with BuddyPress config.
    Any ideas about what is going on??

    #159588
    JohnnyJonJon
    Participant

    Thanks for the quick response. I’m running 1.7-beta1. I reset to bp-default and cleared cache, however, the group admin on wp-admin side is weird and still shows no admins with the ‘can’t remove all admins’ error. It also doesn’t show all members, but if I go to the admin on the buddypress side, members I’ve added are there…

    #159580
    Hugo Ashmore
    Participant

    In fact you have posted on this sidebar issue 14 hours ago so please continue in that thread now not this one:
    https://buddypress.org/support/topic/sidebar-got-moved-down-forums-too-long-help/

    #159579
    Hugo Ashmore
    Participant

    @latenightbeeradvocate You have hijacked someone else’s thread here, this is considered bad form on tech forums and confusing as a response is still awaited from the OP.

    In future please don’t hijack threads start your own and describe the issues you are having particular to your site.

    #159577

    Well, I did that and it definitely looks better, but it’s still a bit messed up. Can you look at this page http://latenightbeeradvocate.com/lnba/activity , you’ll see that the menu still got pushed down on the right on this page. Thoughts?

    mattg123
    Participant

    Hi, I’m having issues similar to @isisjade

    can I confirm that bbpress, will handle group forums as well as main forums on its own? I have disabled the discussion forum component of buddypress, and the group forums r still active with just bbpress running.

    thanks

    #159558
    @mercime
    Participant

    I renamed the three files as BP Compat asked…not sure what I need to do.

    @latenightbeeradvocate first, it looks like you’re using an old version of WP/BP since I can only see jQuery 1.7.1 near the footer as the head area is non-existent on that page. What versions of WP/BP are you on?

    If you’re using old WP/BP version, then you need to install, activate the BP Template Pack plugin then go through Appearance > BP Compatibility process. Then you need to change 17 files from the BP templates transferred to your The Style theme folder in server.

    If you have a new installation (not live site yet), you could already use BP 1.7 RC1.
    First delete the 6 BP folders transferred to your theme folder in server if you ran Appearance > BP Compatibility. Then install and activate BuddyPress 1.7 RC 1 and it will automagically render BP pages in your site. If there’s an issue, it’s possible that your theme author made some changes to the templating system. There’s a way to resolve this though..

Viewing 25 results - 33,776 through 33,800 (of 94,540 total)
Skip to toolbar