Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 29,576 through 29,600 (of 68,918 total)
  • Author
    Search Results
  • @mercime
    Participant
    @mercime
    Participant

    Contact webhost for correct mod_rewrite settings for your Windows installation.

    #136763
    @mercime
    Participant

    Deactivate plugins except BuddyPress. Looks like the s2member plugin is not configured correctly. Do check their docs/forums for proper settings with new registration page.

    #136762
    @mercime
    Participant

    BuddyPress and bbPress are not active in your installation.

    #136760

    In reply to: Avatar cropping errors

    Bookkus
    Participant

    @thirstcard
    What ways have you tried to solve the problem?

    #136759
    rossagrant
    Participant

    Haraldo, there is nothing wrong with your install, there is NO built in way to message all users in BP. The site notification will merely place a widget type notice at the top of your sidebar for all logged in users, which thy can then choose o close. It isn’t emailed or passed as a private message.

    There are a couple of old plugins for this such as: https://wordpress.org/extend/plugins/buddypress-mass-messaging/screenshots/

    It’s an option that is useful, HOWEVER, I would strongly recommend you export your users to CSV. Again export plugins are available and import people into a 3rd party email service like Mailchimp.

    This is far better for email marketing, however in itself is a bit tricky, as unless your members have signed up or opted into a list, it’s technically breaking the T&C’s of all 3rd party mail apps.

    The problem with sending email direct from your server is if you get people unwittingly or deliberately labelling your mail as junk/ spam in clients like hotmail, yahoo and gmail, the ip address of your server can get blacklisted.

    At that point NO mail at all from your server is going to get through to those services, not just for the accounts that labelled you as spam but your server will be blocked and mail won’t reach anyone with a hotmail address etc.

    Sounds dramatic but it could kill your community if you aren’t careful.

    You should always use a 3rd party.

    Rules are still incredibly stringent though. You are generally allowed one spam complaint in every 1000 emails sent.

    Hope that helps!

    #136758
    Haraldo88
    Member

    UPDATE: I cannot get Notice to All Users to work in my BP 1.5.5 (for email delivery). When doing Messages > Compose, it works fine when sending to a single user (email message received in their inbox). But when sending same message to same user AND checking the “This is a notice to all users” box, it does NOT work, not even to the same single user! (but am getting “Notice sent successfully!” confirmation) I want to be able to send an EMAIL message to all users via the built-in BP “Email Notification” system. It specifically says (on the front end): “Send a notification by email when: … Messages > A new site notice if posted”. And my test users do have the “Yes” btns checked for this.

    Any ideas why the BP solution is not working? (FYI: there are 700+ users, and I do not have these users in a 3rd-party email capture system) I’ve Googled for “Why does Notice to All Users not work in BuddyPress?”, and most results are 2-3 years old, with no one really explaining why this should not work. Why would BP have this function if it does not work? Or, alternatively, what am I doing wrong? Any advice appreciated. THANKS!

    #136753
    Roger Coathup
    Participant

    Members can’t write on each other’s walls in BuddyPress anyway. Not unless you are using a plugin / bespoke theme that supports that.

    If you are, you’ll have to disable the bp_is_friend() check in that code to enable the function in all cases.

    #136749
    tony.fullen
    Member

    @doctordr I just found this forum and took a look at your Avatar Tools Plugin for social engine. This is exactly the kind of functionality I would like to have with my buddypress site. Do you know of anything out there? I’ve searched but yet to find a solution.

    #136747
    frostdawn
    Member

    Uninstalled bbPress to just work with BuddyPress. Retried the above steps for group forums. Still nothing.

    #136746
    frostdawn
    Member

    Okay, I started from scratch.

    BuddyPress upgraded to 1.5.6.
    WordPress upgraded to 3.4.1.
    bbPress v 2.0.3 (removed the old instance and rebuilt with this version to make sure and wiped out all old forums, topics and replies)
    I’m using the BP Default theme for testing.
    I deleted all my old pages so I had the bare bones pages to work with.
    I deleted all old groups to make sure I also had a clean slate there.

    I’ve followed the codex to the letter here:
    https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/

    I attempted to create JUST group forums and NOTHING else, using an existing bbPress Installation. I confirmed that the following were created:
    wp_bb_forums
    wp_bb_meta
    wp_bb_posts
    wp_bb_terms
    wp_bb_term_relationships
    wp_bb_term_taxonomy
    wp_bb_topics

    Group forums failed. All I get is “Sorry, there were no forum topics found.” whenever I attempt to access forums from the (newly created, with forums enabled) groups page.

    Then I went back to older postings about tricks other users have tried as noted here:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/this-group-does-not-have-a-forum-setup-yet-1/?topic_page=1&num=15

    Post #7 was hailed as a the silver bullet by some users. Didn’t work for me. I went into my test group, edited it, removed forums, saved it. Renamed bb-config.php, reinstalled group forums. Went back in, re-enabled forums, saved again. Nothing.

    I’ve performed about 4-5 different iterations and combinations of everything referenced in the above posts over the past several days now. Nothing. Groups forums is STILL not working. Can I offer money to someone to possibly help with this? Please? Anybody?

    Thank you very much for your suggestions. I will explore both solutions and try to decide wich one suits me best.

    Jaja..
    Member

    I was just searching for something similar..

    Found it straight in the Codex,
    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

    Thanks to everybody who help build those WP Codex’s they are so much helpful for ID-10-T people like myself :)

    #136743
    Roger Coathup
    Participant

    It doesn’t work – I don’t know why it is there @johnjamesjacoby

    #136740
    Roger Coathup
    Participant

    Hi Thomas –

    a few pointers for you:

    To integrate your videos into BuddyPress, you probably want to take a look at building a BuddyPress component – check out the bp skeleton component – it gives all the outline code you need for integration with the activity stream, adding new menus / screens within a user profile, and creating classes / custom post types to store your data.

    You won’t need any new tables – WordPress custom posts and data storage in wp_post_meta should give you all you need.

    I’d suggest you’ll probably want a new custom post type for storing your playlists, and can make use of the existing WordPress video post format for the actual videos.

    It’s not easy coding, but if you know your way around PHP, and WordPress custom post types / taxonomies, you’ll be fine.

    cheers, Roger

    candy2012
    Member

    bump!

    #136735
    soft2fire
    Member

    please my freands

    #136732

    In reply to: Avatar cropping errors

    thirstcard
    Member

    @Bookkus

    My avatar cropping seems to have broken too (since 1.5.6). Looking for a solution…

    Hugo Ashmore
    Participant

    likely permalinks needed re-freshing accomplished by visiting permalink structure page

    Now it seems to work properly!!! : )

    THANK YOU VERY MUCH!!!

    I was about to break down in tears!!! Now my web seems to work, but, the blog section throws me an 404 error message… any idea?

    Hugo Ashmore
    Participant

    Go in via ftp/control panel or whatever access you have to your hosting account files and rename the BP plugin folder this will force a deactivation and should let you back in to your site admin, then you might need to investigate what PHP memory limit you have and if low get it raised.

    #136727
    sakis27
    Member

    Hi modemlooper, I tried deactivating and re activating BuddyPress and deleting it and re installing BuddyPress but still the same problem, every time i try to install buddypress-share-it v1.2 the same error comes up. I then tried installing buddypress-share-it Version 1.1.7 and its working fine, Don’t know why v1.2 is not working for me, But apart from the new version not working for me great plug in keep up the good work.

    PS If you come up with a fix please let me know or i might have to wait for the next version.
    I am using WordPress Version 3.4.1
    BuddyPress Version 1.5.6

    #136719
    modemlooper
    Moderator

    I need more info than “it doesn’t work” if you want a fix. I’ve installed it on 5 different servers without fail. Try deactivating BuddyPress and re activate or even delete it and re install. The error above is not finding the BP component class and this is included in BuddyPress.

    #136715
    creaturis
    Participant

    I’m not sure if this is allowed but here is the previous version: http://rapidlibrary.com/files/buddypress-share-it-1-1-7-zip_ulc8ffytfwi89on.html

    note: I didn’t upload this so upload, download and install this at your own risk.

    tried with 1.1.7 and it works great, great plugin by the way. have no idea why 2.0 is not working on my site.

Viewing 25 results - 29,576 through 29,600 (of 68,918 total)
Skip to toolbar