Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 7,351 through 7,375 (of 22,649 total)
  • Author
    Search Results
  • #186329

    In reply to: HHVM + BuddyPress ?

    Paul Wong-Gibbs
    Keymaster

    AFAIK, no-one on the BuddyPress core team has tested BuddyPress extensively on HHVM. Also, we do not check our unit tests on HHVM.

    Informally, I think our position is along the lines of “once HHVM is officially supported in WordPress core, we’ll officially support it in BuddyPress core.” Note that there’s a difference between “works well” and “officially supported”.

    However, if people like yourself want to run BuddyPress on HHVM and report any issues to us (or help us debug and fix them), we’d love that.

    rossagrant
    Participant

    When I google that error I see posts referring to WP running it’s jQuery library in no-conflict mode.

    People say that errors like this are syntax issues – the jQuery library included with WordPress loads in “no conflict” mode. This is to prevent compatibility problems with other javascript libraries that WordPress can load. In “no-confict” mode, the $ shortcut is not available and the longer jQuery is used, i.e.

    jQuery(document).ready(function ($) {

    By including the $ in parenthesis after the function call you can then use this shortcut within the code block.

    This is a bit beyond me – does anyone else see this behaviour and have any idea if the above solution is implemented in BP to cause no conflicts?

    Would love some help!

    Ross 🙂

    #186306
    Jonty800
    Participant

    Yeah, that’s selected. Something weird is going on and I’m not sure what.

    What files are involved wordpress-sided? Which ones would need to be replaced to theoretically revert changes to the login system?

    #186295
    Jonty800
    Participant

    Sure, @henrywright

    It’s Ward-Pro running:

    Buddypress Sitewide activity widget
    Go Daddy Quick Setup
    WordPress Charts
    WP Error Fix

    #186287
    danbp
    Participant

    hi @carlenb,

    there is no buddypress forum. BuddyPress use the bbPress forum plugin, and once it is installed you can opt for a global forum or a group forum or both.

    worddraw is outdated.
    drawblog mentionned in the topic you linked is for wp comments and according to support doesn’t work with ios.

    Perhaps try this one: https://wordpress.org/plugins/deviantart-muro/

    #186283
    danbp
    Participant

    @daneraid
    please read here and give more details

    If you are on a local install, you cannot login yourself as super-admin and also for a user you added.

    If it is the case, revert back to original install of BP and use this plugin. This will literally fill your site with users, friends, groups and all kind of other activities.

    danbp
    Participant

    Hi @jungmook,
    it’s a bit difficult to answer a such wide open question in one post. So very shortly:

    For a multisite installation of WP with Buddypress, do all the sites in the network of sites share the same user base?

    Yes. There is only one wp_users table in the DB. And by default all registered users are network users.

    Can WP multisite with BP be easily configured to work the same way (and yet let each site have its own separate forums and groups)?

    Yes and No.
    BuddyPress on multisite runs for the whole network. If you’re not comfortable with WordPres and never used BuddyPress it’s not easy at all, because you have to learn a bit first.

    If you’re comfortable with WP, it’s relatively easy because BP is “only” a plugin and it works like a plugin.

    And if you’ve never worked on a network (meaning a multisite) it could be complicated at first because you probably don’t be familiar with things such as activating a plugin on the main site and not for one of your network site, or vice versa.

    I encourage you to read attentively the codex, show some videos about wordpress multisite and get the one or other tutorial you can find on the web.

    Some reference

    Installing Group and Sitewide Forums


    http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/
    http://premium.wpmudev.org/manuals/wpmu-and-buddypress-installation-2/

    Findolfin
    Participant

    Hi

    Thanks, for your fast respond! Unfortunately it doesn’t work. But I could fix it by myself with trying.
    With poEdit the words were translatet but when I opened the file with CodeStyling Localization and searched for the “</span>” – tag I found message, notification, friends and groups twice:

    Once translatet to German and once not. I translatet all to German who were not translatet and it worked. I have no idea why this was that way but now I’m happy.
    I sent the file also to deckerweb and a topic in German WordPress so the other user with this issue can use the file.

    Maybe you have an idea what that could be?

    #186241

    In reply to: Advanced group search

    danbp
    Participant

    BuddyPress Groups Extras can do the job, but only in PRO version.
    https://wordpress.org/support/plugin/buddypress-groups-extras

    If you feel right to do it yourself, read this tutorial on the codex:

    How to Edit Group Meta Tutorial

    #186135

    In reply to: Add Member Type Class

    LucidStrike
    Participant

    Hi.

    The subnav item comes from the app ‘BP Posts on Profile‘. The theme is ‘X‘ by Theme Co.

    Targetting the element with

    #posts-personal-li {
    display: none;
    }

    Removes it, but, of course, it removes it from ALL profiles. I need it on admin profiles only. It links to the author page, and other users can’t author posts anyway.

    Here is my admin profile.

    #186112
    r-a-y
    Keymaster

    Hi Ajay,

    I found your ticket on BP Trac just now and have posted a response:
    https://buddypress.trac.wordpress.org/ticket/5787#comment:2

    Let’s continue discussion there.

    Thanks!

    #186087
    Paul Wong-Gibbs
    Keymaster

    As you can read, some of those aren’t related to BuddyPress. What versions of BuddyPress, bbPress, and WordPress are you using?

    #186086
    Paul Wong-Gibbs
    Keymaster

    Ah hah, interesting. @rossagrant:

    If you go to wp-admin > Settings > General, what are the values for the “WordPress Address (URL)” and “Site Address (URL)” fields?

    It looks like your site is making its “load more” request to http://www.staging.mysite.com, but the site is intended to be accessible at staging.mysite.com. Is that correct?

    Do you have any plugins or unusual server config that are redirecting from www to no-www?

    #186079
    spikespiegel
    Participant

    hey, look which errors I got:

    Notice: Use of undefined constant PLUGIN_URL – assumed ‘PLUGIN_URL’ in /home/username/public_html/wp-content/plugins/envolve-chat/envolve-chat.php on line 69

    Notice: Use of undefined constant PLUGIN_PATH – assumed ‘PLUGIN_PATH’ in /home/username/public_html/wp-content/plugins/envolve-chat/envolve-chat.php on line 70

    Notice: Use of undefined constant adcopy_wp_enable_comment_reply_reload – assumed ‘adcopy_wp_enable_comment_reply_reload’ in /home/username/public_html/wp-content/plugins/solvemedia/solvemedia.comment.inc on line 25

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/username/public_html/wp-includes/functions.php on line 3245

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/username/public_html/wp-includes/functions.php on line 3245

    Notice: Use of undefined constant BP_PORTFOLIO_ITEMS_TABLE – assumed ‘BP_PORTFOLIO_ITEMS_TABLE’ in /home/username/public_html/wp-content/plugins/buddypress-portfolio/includes/bp-portfolio-loader.php on line 74

    Notice: Undefined variable: defaults in /home/username/public_html/wp-content/plugins/buddypress-portfolio/includes/bp-portfolio-classes.php on line 34

    Notice: Undefined variable: defaults in /home/username/public_html/wp-content/plugins/buddypress-portfolio/includes/bp-portfolio-classes.php on line 157

    Notice: Undefined variable: id in /home/username/public_html/wp-content/plugins/buddypress-portfolio/includes/bp-portfolio-classes.php on line 173

    Notice: Undefined index: workflow in /home/username/public_html/wp-content/plugins/social-articles/includes/social-articles-functions.php on line 122

    Notice: Undefined variable: sub_nav in /home/username/public_html/wp-content/plugins/social-articles/includes/social-articles-load.php on line 96

    Notice: Undefined index: general_display_media in /home/username/public_html/wp-content/plugins/buddypress-media/app/main/RTMedia.php on line 904

    #186064
    danbp
    Participant

    Yes i meant permalinks settings.
    https://codex.wordpress.org/Settings_Permalinks_Screen
    By going on the permalink page and simply clicking on update, without doing any change, will refresh the whole site urls. This is recommanded after heavy modification on pages, posts, menus.

    You can also check the permalink format on the “member” page, just in case off. Sometimes there is a number at the end of the URL which shouldn’t be…

    Activate debug mode and see if you receive somme other error msg
    https://codex.wordpress.org/WP_DEBUG

    If nothing works, read here and provide the whole bunch of information.

    #186055
    r-a-y
    Keymaster

    @ebellempire – This was my fault.

    Just fixed this up:
    https://buddypress.trac.wordpress.org/changeset/8763

    Thanks for finding this bug!

    #186047
    Lars Henriksen
    Participant

    Cheers,

    I would like it to be in the topmenu of my site, when a user is logged in.

    In the wordpress menu settings I can link to buddypress ‘activity’ – which uses a variable – so why not friends activity which resembles FB’s start page?

    #186041
    danbp
    Participant

    Hi @ebellempire,

    If you use BP 2.0+, this changeset would interrest you highly.

    #186038
    kevcoulter
    Participant

    It’s not important to. Is it straightforward to do? I take it I back up database and files then remove old wordpress first? This is a first for me

    #186029
    danbp
    Participant

    Hi @rossagrant,

    can you make a test with the trunk version ?

    Many details have been modified around the load more area.
    Are you aware that bp-default is no more included in BuddyPress ? (yes, probably 😉 )
    The future of the bp-default theme
    I’m affraid that compatibility issues have not the priority for the moment, bp-default is a few step away to be added to the wordpress.org theme repo and BP itself is in a cleaning stage from this theme.

    FYI, see also these tickets
    https://buddypress.trac.wordpress.org/ticket/5629
    https://buddypress.trac.wordpress.org/ticket/5687
    https://buddypress.trac.wordpress.org/ticket/5779

    Both sites are on the same server with the same settings. But do they use the same DB ?
    Have you tried to activate/deactivite the load more option in BP’s settings ? Maybe mobile devices don’t support a 5 mn latency ? Or some weird cookie issue ?

    #186024
    danbp
    Participant

    is it important for you to use a /wordpress/ directory for after that to obfuscate it ?
    Install WP at the site root and things will go better, also for BP.
    Something like /htdocs/ or /www/

    #186017

    In reply to: Create new entrance

    danbp
    Participant

    New post or a page publication is made by WordPress, not by BuddyPress.
    The only pages BP needs are those created for each activated component. The content of these page is generated dynamically, depending of the context, and in fact, these pages are only intended for internal purpose, to fit with WordPress’s fonctionnalities.
    In a few words, BP is using the wp page system, but doesn’t use a page like WP.
    https://codex.wordpress.org/Pages

    So the question is how to allow your users to publish a blog post directly from the frontend.
    https://wordpress.org/plugins/front-end-publishing/

    For pages, it’s a bit more delicate.
    WordPress pages are generally used for displaying static content. That’s why publishing pages is under the responsability of the site owner and/or an editor, but not allowed (by default) for authors or contributors. Also, accessing to pages will need some menu adjustment.

    I wouldn’t recommend to let your authors handle pages.

    danbp
    Participant
    #186015

    In reply to: Create new entrance

    diepard
    Participant

    In buddypress, you can create your pages or your entrance. My question is about, how do you create new entrance or post, using codex, but without being an administrator user, and don’t open dashboard

    My version of WordPress is 3.9.1, and Buddypress is 2.0.2

    Please, help me.

    Thanks!

    #186012

    In reply to: Button "Show media''

    danbp
    Participant

    Hi @timvango,

    this is not a buddypress related question. Media attachment is a typical WP job. So no direct answer to this here, but you could try the WP-ShowHide plugin. Normally it hides only text, but the author did a new version who also manage galeries (beta ?).

Viewing 25 results - 7,351 through 7,375 (of 22,649 total)
Skip to toolbar