Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,451 through 6,475 (of 22,621 total)
  • Author
    Search Results
  • #233331
    danbp
    Participant

    hi,

    increasing the avaible memory means php memory, which handles scripts.
    On a usual install, WP+BP need at least 128mo to run flawless.

    Even if the server as the theoric resources, weird scripts or bad coded theme or plugins can lead to severe issues…

    Read here for some basics about blank sreen of death.
    This is actually the only issue which is real ! You have to consult the log files to track down the responsible script who generate this error.

    Please give also more details about your install (theme name or site url, used plugins, server type and php, mysql version number) if you need more and/or better help.

    #233312
    danbp
    Participant

    I’m sorry too, but i can’t learn you to use BuddyPress and WordPress. I can only guide you. It’s a volonteer based forum, and understand that i can’t offer you a lot of my time.

    You asked how to apply at least a background color to the buddy nav.

    The CSS code i indicated should go in a file called style.css
    This file exist in almost any theme. Open it and copy/paste the code, save and bam, you’re done.

    For more explanation about child theme or any other custom work, you have to read WP & BP‘s codex or find some tutorials on the net.

    Be also aware that you use a premium theme, which can be difficult for you to find assistance outside of the theme support.

    @shanebp, @danbp,

    I am very sorry for leaving the topic so long, Its been a long time I visited here. been so busy working on some different project plus now enroled in Uni doing IT.

    here is the plugin:

    https://wordpress.org/plugins/bp-facebook-style-friend-lists/

    Thanks for your help

    #233228
    danbp
    Participant

    I guess it’s not an error, but intended so.

    Twenty Thirteen title on activity page:
    your-site/activites/ activity | site name

    Twenty Fifteen:
    your-site/activites/ activities |

    If on a user, profile the page title is the username – which is correct in regards of the h1 on that page: the username !

    On previous Twenty themes, the title was username|blogname, not wrong but incorrect in regards of HTML spec. A page title should contain reference to a document. A blogname is not a document ! HTML5 title element.

    <title> in this new theme is based on <h1>, without additionnal noise such as the blogname everywhere.

    Did you also noticed that 2015’s header doesn’t contain wp_title() ?

    For more about this new usage, see this ticket (nacin, yoast, boone,…)

    The only thing i would change, is removing the pipe when an item comes alone or replacing it by a space. 😉

    #233209
    danbp
    Participant

    Visited your site, then uploaded wp framework to test it with 2.2 RC2 and got many php errors.
    Immediatly after theme activation and a fatal error while trying to modify a group photo.

    Seems you got it to work with 2.1.1, but as this theme was designed for BP 1.5/1.7′ BP Default, it’s most probably that some deprecated fonction are used by the framework.

    I haven’t checked further, but imho, if you haven’t done special settings to use with 2.1.1, troubled times are awaiting you with next BP release.

    WP Framework wasn’t updated since over 2 years, and BP 2.2 is very different of 1.7. They’re so many up to date frameworks on hand to play with, why do you choose an unmaintained theme ? 😉

    Also @skyrant, it’s possible this is just a bug in our implementation, and using WordPress’s add_menu_page() function, which requires a capability be passed into it that is consequently checked on the current site being accessed, and not the root site where the bp_moderate capability is likely to be assigned.

    I’ve opened a ticket in our bug tracker to bring a bit more attention to this as a bigger issue, so if you end up creating any patches, go ahead and drop them there:

    https://buddypress.trac.wordpress.org/ticket/6175

    Hey @skyrant, project lead chiming in here. Apologies for @ubernaut’s response; it doesn’t come across as very helpful or inviting, nor does it point you in any directions as to where to start building this type of functionality, which is the type of helpful reply I would expect from our forums normally.

    You’ll want to look into WordPress’s map_meta_cap filter, and more specifically, our bp_moderate capability checks.

    In the old days, we used a bunch of is_super_admin() checks to only allow the type of access you desire to network administrators. This proved to be too powerful an assumption once BuddyPress started working on Single-Site installations, and so we ported (almost) everything to checking for bp_moderate instead.

    You could create a new role and grant it the bp_moderate capability. In doing so, any user with that role will have the ability to moderate the entire BuddyPress community.

    This also is a bit more powerful than we would like it to be, and in the future we hope to introduce dedicated roles and capabilities all through-out BuddyPress very similarly to the way we did with bbPress. It’s not in the immediate roadmap however, so if this is an area you’re interested in, and want to help us improve it, let’s keep a dialogue going here and see if anyone else chimes in.

    shanebp
    Moderator

    Try storing the role selected when registering in user_meta.
    Then use that data to actually set the role via this hook bp_core_activated_user
    in this file: \buddypress\bp-members\bp-members-functions.php

    #233164
    skyrant
    Participant

    That is not the answer i was looking for. If you have to design groups and capabilities in a non wordpress standard way then at least offer some way to control this mess. What a huge disappointment this is. Maybe the developers need to go back to the drawing board.

    #233159
    danbp
    Participant
    #233145
    djsteveb
    Participant

    @dio1987
    try the rtmedia plugin ( https://wordpress.org/plugins/buddypress-media/ ) or the newer and upcoming media press : http://buddydev.com/buddypress/presenting-mediapress-media-plugin-will-ever-need-buddypress/

    These may do what you are asking about if I understand your question.

    #233144
    peter-hamilton
    Participant

    I have been trying to change the date output, but have not been able to, can not find the right file to adjust, some conflicts between BBpress/Wordpress/Buddypress who all use different functions.

    Btw. I know nothing of PHP or Javascript so can not write a function…yet

    Thanks for your feedback youmin, update coming soon.

    Peter Hamilton

    #233113
    chlab
    Participant

    I read it here and here, but maybe it will always show up as you said because we updated from an earlier version.

    The files are named correctly, as with the twentyfourteen theme the files are being included.

    My next step will be to build a theme from scratch and see if I can get it to include the files.

    #233057
    djsteveb
    Participant

    you might be able to play with one of these two plugins from the wp-repo
    https://wordpress.org/plugins/bp-extend-widgets/
    https://wordpress.org/plugins/dynamic-widgets/

    and get some settings within to display your timely thing depending on conditions or something.. certainly this will be easier with a small group of groups.. and probably not ideal if you were trying to do a large amount of groups that would auto-pull in the right required data dynamically – I am guessing.. not sure..

    #233047
    djsteveb
    Participant

    @lustek
    I have no idea if this will help you, but something similar / related I played with a while back: https://wordpress.org/plugins/unconfirmed/

    #233038

    In reply to: profile pics

    griswolddad
    Participant

    akismet
    bbpress
    bns twitter follow button
    buddypress
    facebook
    google analytics by yoast
    hashtag
    hello dolly
    jetpack by wordpress.com
    mobilesharing
    MOJO Marketplace
    NextScripts: Social Networks Auto-Poster
    Profile Builder
    Redux Framework
    Sidekick
    WP-SpaShield
    WP to Twitter
    YouTube
    YouTube Channel
    YouTube Subscribe Button

    #233031

    In reply to: profile pics

    griswolddad
    Participant

    Twenty Fifteen, meaning the theme? I’m currently using an updated Twenty Fourteen theme, which I prefer the look. Is it necessary to change? I’m on the updated wordpress version and the most update buddypress version.

    #233005

    In reply to: Pre loading members

    alexbotkin
    Participant

    Thanks Henry.

    The writer of a cvs loader Seem interested in exploring the idea of creating a loader.

    But I’m still concerned as to whether this is a brilliant (ha!) idea or fought with dragons. This is way over my skill set.

    #233000
    shanebp
    Moderator

    Without an error message, there isn’t much anyone can do to help you.
    If your error log was 2GB per day, then you have a lot of other problems.

    Try turning on wp_debug.

    #232991
    chcsuter
    Participant

    Hi

    I’ve just installed wordpress + buddypress

    http://img15.hostingpics.net/pics/917666Capturedcran20150126224242.png

    does not work on messages, but if on the notes

    http://img15.hostingpics.net/pics/758104Capturedcran20150126224645.png

    the site is
    http://gito.zz.mu/activity/

    username: gito1
    password: 1234

    Best regards

    (Topic modified by moderator)

    #232983
    chcsuter
    Participant

    I’ll do a clean install of wordpress and the only thing I à enabled is the budypress to test

    #232981
    Henry Wright
    Moderator

    Unless you’ve created bp-custom.php yourself, you won’t have one.

    If you can verify that you’re using Twenty Fifteen, no plugins activated, and have made no custom code changes, then please feel free to open a ticket on Trac. Please provide the developers with as much info as you can (see here) and describe the problem you’re seeing in as much detail as you can. Also, feel free to reference this thread.

    #232969
    Henry Wright
    Moderator

    Also, if you wanted to condense your function into less statements, you could use the set_role() method instead of remove_role() and add_role(). See here

    #232952
    ARCangelGIRL
    Participant
    #232944

    In reply to: Pre loading members

    Henry Wright
    Moderator

    The wp_users table description can be found here:

    https://codex.wordpress.org/Database_Description

    And here’s the BuddyPress database diagram:

    BuddyPress Database Diagram

    Hope that helps you.

Viewing 25 results - 6,451 through 6,475 (of 22,621 total)
Skip to toolbar