Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 24,651 through 24,675 (of 69,106 total)
  • Author
    Search Results
  • #149273
    @mercime
    Participant

    @ubernaut did you apply the fix https://buddypress.trac.wordpress.org/changeset/6679 ?
    Let me know and I can help test in your site.

    #149272
    valuser
    Participant

    Many many thanks. This works. Absolutely thrilled! My earlier comments about these forums 100% vindicated.

    #149270
    billzy
    Participant

    Ok I’ve found a working solution using WP 3.5, bp 1.6.2 and bp-moderation 0.1.6 … I have my flagging and unflagging with backend reports working perfect now.

    Here is how I did it so you can fix yours:

    Step 1.
    Follow these steps to update some plugin code since the plugin is now unsupported.
    https://wordpress.org/support/topic/plugin-buddypress-moderation-not-working-with-bp-161-wp-342?replies=9#post-3267296

    Step 2.
    Step 1 only allowed me to flag and unflag content with the super admin account only. If you have the same problem then open bpModLoader.php and comment the lines 64-66.

    Change to following or delete to fix all users can flag posts.

    // if (!is_super_admin()) {
    // return;
    // }

    Hope this helps đŸ˜€

    Cheers

    #149267

    Your account looks fine. Possible you had a naughty word in your reply that caused it to hit the comment blacklist?

    #149266
    billzy
    Participant

    Agree’d this is must needed feature to reduce cyber bullying risks of hosting sites like these. Im going to look into finding a solution, the only other option is I have a guy who can fix this for 200-300 usd maybe less…

    #149265
    VegasKev88
    Participant

    But apparently I can reply to my own thread…

    #149260

    In reply to: Buddypress 1.7

    Thanks for the kind words. đŸ™‚

    the backwards compatibility with non-bp (wp) themes was pretty buggy

    This isn’t very helpful. Can you explain what bugs you experienced, and how to duplicate them?

    #149258
    @mercime
    Participant

    Am I reading that correctly that if a 3-column layout is selected, then WP is to use sidebar-2.php????

    @latinoleader Yes, in addition to the default sidebar.php on the other side of the content.

    Based on the initial scan of the Evolve Pro theme, you would need to change 17 template files from within the 6 BP folders transferred into your theme’s folder in server during the compatiblity process.

    Please confirm which layout you want for ALL your BP templates – no sidebar, 2-columns or 3-columns? I would go for the 2-columns but it’s up to you. Let me know so we can get this going.

    tednopple
    Participant

    **SOLVED**

    Thank you @Aces for answering and being helpful. All seems to be working now. I will post the solution below for those, like @Whisprr, who have the same problem:

    Basically, the “WP Mail SMTP” plugin method from the link Aces provided worked. I just think the link is very vague and doesn’t explain at all how these plugins are supposed to help or what exactly you are supposed to do with them–it just says ‘most people found these helpful’. So I had to watch this youtube video, which explained how to solve the issue using the WP Mail SMTP, step by step: http://www.youtube.com/watch?v=5GsHbf4Gitw

    Watch it! I would just skip the part about using the FTP to finish installing the plugin (skip 3:00-6:20). The plugin should install perfectly fine.

    Essentially, anyone who has the activation/registration email problem needs to download the “WP Mail SMTP” plugin and then enter the correct settings, as described in the video. I ran into a problem (mentioned earlier in this post) because GMAIL does not allow the plugin access to the account and labels it as suspicious activity–this kept returning an error message in the debug (test email). I also didn’t feel comfortable putting my real email’s username and password, un-hidden, into the username and password form, so I created a new YAHOO account especially for sending emails from my wordpress blog instead of my normal account, to use for this plugin.

    It worked! The debug/test email did not return an error and when I tested the registration for my site, I finally received the activation email–albeit buried in my spam folder.

    Hopefully this helps others because BuddyPress and Word Press do not make it clear that this needs to be done in order to SEND (rather than receive) email from your account or for member registration to work–this is why many people who are Word Press novices can become confused when site registration doesn’t work.

    #149256
    @mercime
    Participant

    To keep the admin toolbar in place for everyone, all the time, go to Settings > BuddyPress > Settings page — Main Settings – Toolbar and leave the box unchecked. That’s it.

    If you prefer to use code snippets, no problem. There are tutorials out there which have snippets for different kinds of admin toolbar customizations. Or, you can check out the plugin code and use portions which would apply in your case.

    #149251
    @mercime
    Participant

    @akumaseijin you have to find the theme_location of your secondary custom menu. For example, in the Twenty Ten theme, the theme_location is ‘primary’ see https://codex.wordpress.org/Function_Reference/wp_nav_menu#Used_in_the_Twenty_Ten_theme

    After you find the theme_location of your secondary menu, replace mamamia in what I posted at http://pastebin.com/jFLsdDJG

    #149246
    Ben Hansen
    Participant

    ok i didn’t realize anyone had this same error or that error was the same thing do i need to do anything more? thanks @mercime !

    #149245
    @mercime
    Participant

    There are a number of plugins in the WP plugin repo which could change what shows up in the admin toolbar. For BP-specific nav links, check out https://wordpress.org/extend/plugins/buddypress-custom-profile-menu/

    #149244
    @mercime
    Participant

    @ubernaut just tested Windows7 and Safari and same behavior applies with the latest WP/BP versions. Please do the honor of posting trac ticket for this issue.

    EDIT – DOING_AJAX https://buddypress.trac.wordpress.org/ticket/4736

    #149243
    @mercime
    Participant

    When I go to create a new page, in WP, these 3 templates are in the template drop-down menu, in the Page Attributes section. Is it safe to assume that these templates are what you’re looking for?

    @latinoleader We’ll see. What I need to know is what the default page structure is like. Because whatever you choose in the dropdown menu (e.g. no-sidebar) for the Members Directory, might not be the same page automatically generated when you go to the individual member’s page (depends on what the default page layout is for the theme).

    Create a regular page and do not choose any of the templates from dropdown menu, what layout shows up when the page is published? Please post the page URI from this demo http://demo.theme4press.com/evolve-pro/ for the default page layout.

    aces
    Participant

    Email should work but much can go wrong including things connected to plugins, themes and functions.php or bp-custom.php files.

    Presuming the email didn’t go into spam, and WordPress sent emails before installing BuddyPress, then one thing that can be tried is disabling all plugins except except buddypress and the ( un-customised ) bp-default theme.

    If this is a localhost/dev site then php / server has to be correctly configured and/or upgraded for email. Alternatively WP Mail SMTP may be useful in this situation…

    The main email address is set on the wordpress Settings > General page.

    There may be other issues with buddypress in some situations. For more info see: https://buddypress.trac.wordpress.org/ticket/4689 and relevant links on that page.

    #149240
    doncgarner
    Participant

    Thanks a bunch @mercime….Blessings. Can’t wait on the new, but will upgrade when it comesout. However, for now I’ll just try looking at another template like Salutation or Something else. Just hope making changes to everything thats formatted in the Continuum theme, won’t give me too much of a problem when I change themes…lol…Praying on that one…

    #149239
    oqm4
    Participant

    Thanks so much for your suggestion, Chouf1, but, as far as I can tell, I’m afraid neither of those code blocks …

    `printf( __( ‘Submitted on %2$s at %3$s‘, ‘buddypress’ ), bp_get_root_domain() . ‘/’ . bp_get_activity_root_slug() . ‘/p/’ . $item[‘id’] . ‘/’, date_i18n( get_option( ‘date_format’ ), strtotime( $item[‘date_recorded’] ) ), date_i18n( get_option( ‘time_format’ ), strtotime( $item[‘date_recorded’] ) ) );`

    or

    `<?php printf( __( '%1$s in %2$s’, ‘buddypress’ ), get_the_date(), get_the_category_list( ‘, ‘ ) ); ?>`

    .. yielded anything I can use.

    `get_the_date()` echoes the logged in user’s most recent activity (I think), and this modified string, based on the top block, outputs the UNIX epoch:

    `date(“m/j/y”, strtotime($item->date_recorded))`

    faeronsayn
    Participant

    I wouldn’t mind coding it myself, I just want to know what functions I should use to create groups. Then I could just use some conditionals / loops to create posts for each custom post type post. @mercime

    @mercime
    Participant

    @faeronsayn you’d either have to code that yourself or hire a developer to do so.

    #149235
    @mercime
    Participant

    @doncgarner as of the version I helped with, yes, you would have to add all that code to the BP template files. It all depends on the theme. Open up your theme’s page.php and you’ll see the amount of code added by the theme author to give you all the options added to the theme. Other WP themes required only 2 files for BP compatibility or just less code.

    You could wait for BP 1.7 coming up https://buddypress.trac.wordpress.org/roadmap sometime next year where you do not need to change anything in your template files at all (unless you want to totally customize the BP pages further).

    #149234
    danbpfr
    Participant

    hi,

    trying to built your own component ? See https://wordpress.org/extend/plugins/buddypress-skeleton-component/

    #149233
    danbpfr
    Participant

    Hi,

    sorry to ask that, but why don’t you use the built in BP widget Who’s online ?
    for inspiration, see how it is built in bp-core-widget.php:124
    You can also use bp-skeleton to built your own widget on a proper maner.
    https://wordpress.org/extend/plugins/buddypress-skeleton-component/

    @mercime
    Participant

    @faeronsayn You’re welcome. Glad the issue was resolved. Posting what error/s showed up will always help others help you đŸ™‚ Cheers.

    faeronsayn
    Participant

    @mercime

    Thank you, I was able to fix this through updating the theme as well đŸ™‚

Viewing 25 results - 24,651 through 24,675 (of 69,106 total)
Skip to toolbar