Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 40,676 through 40,700 (of 68,950 total)
  • Author
    Search Results
  • #109409
    gregfielding
    Participant

    @mercime
    Thanks a ton for the feedback, as always. I added a few more pixels to the middle – it’s a tough balance!

    Virtuali
    Participant

    Disable all your plugins except buddypress.

    1reason
    Member

    Thanks and I am sorry that I did not include this information before

    1. Which version of WP/MU are you running? 3.1
    2. Did you install WP/MU as a directory or subdomain install? directory
    3. If a directory install, is it in root or in a subdirectory? root (I think, I have it on godaddy)
    4. Did you upgrade from a previous version of WP/MU? If so, from which version? no
    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    6. Which version of BP are you running? no, went from wordpress to buddypress
    7. Did you upgraded from a previous version of BP? If so, from which version? No, just loaded buddypress a couple of days ago
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    Amikelive Google Adsense Widget
    BuddyPress Chat Component
    BuddyPress Follow
    BuddyPress Usernames Only
    BuddyStream
    Configure SMTP
    Delete Spam Daily
    Google Analytics for WordPress
    Mail From
    Math Comment Spam Protection
    Quick Adsense
    ShareThis
    StatPress Reloaded
    STC – Tweet Button
    Wikinvest Wire
    9. Are you using the standard BuddyPress themes or customized themes? standard
    10. Have you modified the core files in any way? not that I know of
    11. Do you have any custom functions in bp-custom.php? no
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? not running bbPress
    13. Please provide a list of any errors in your server’s log files. none
    14. Which company provides your hosting? godaddy
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux

    Thanks

    mikeytrooper
    Member

    BOOM! Thanks mercime.

    #109401
    Hugo Ashmore
    Participant

    You need to look at the other section in dashboard ‘Network Admin’

    ? Are you sure you have MultiSite enabled ?

    @mercime
    Participant
    #109397
    @mercime
    Participant

    I know that the premium Gravity Forms plugin can be integrated with BuddyPress in general, but to attach that form specifically to certain group/s would require extra coding to achieve this on your part.

    @mercime
    Participant

    By walkthrough, you mean this one? https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/

    The last time I checked out an On Demand theme was almost a year ago, but I remember it has a page.php file where you can see the HTML structure you should impose over the BP template files transferred when you went through the compatibility process with BP Template Pack.

    #109394
    @mercime
    Participant

    https://buddypress.org/community/groups/buddypress-docs/
    If you create a hidden group, only group admin and invited members of the group can access these pages.

    #109393

    In reply to: A global forum?

    @mercime
    Participant

    == I prefer keep local forums with the global fourm running along. ==

    Actually, @sbrajesh‘s Global Forums plugin can either integrate the groups forums or run separate from the group forums.

    @mercime
    Participant

    == i’ve done so many posts and image uploads, its going to be a nightmare to re do it, ==

    If you don’t need to install BuddyPress and make sure it works for all WP and BP upgrades including BP plugins, then you can stay in that setup.

    If you do want BP in your setup, backup database and server files and save to hard drive then reverse the process you went through “giving WP it’s own directory”, you can then reinstall WP at domain root.

    #109377
    Virtuali
    Participant

    And the code is giving me an error:

    Parse error: syntax error, unexpected ‘}’ in xxx/public_html/wp-content/plugins/bp-custom.php on line 9

    Make sure it has been wrapped around “ at the beginning and the end.

    But I want it to display their usernames instead of their RealNames.

    Use this plugin: https://wordpress.org/extend/plugins/buddypress-usernames-only/

    #109375

    In reply to: Remove Groups

    @mercime
    Participant

    If you are going to use an external forum software, then you can just go to dashboard > BuddyPress > Component Set up > Groups – Disabled. Note that if you go this route, you would have to create a plugin to integrate your forum software with BuddyPress.

    If you want to use the internal bbPress forum which you install via BuddyPress > Forums Setup , then you have to keep the groups enabled because the default forums are connected to groups. https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/ In this scenario, you could rename and use Groups as the Main Forum sections like https://wordpress.org/support/ and adjust navigation in BP Admin Bar, Main Navigation and Item Navigation accordingly.

    #109374
    edinchez
    Participant

    “That is what Buddypress does currently. It displays their “RealName” rather than their Username across the site.”

    But I want it to display their usernames instead of their RealNames. And the code is giving me an error:

    Parse error: syntax error, unexpected ‘}’ in xxx/public_html/wp-content/plugins/bp-custom.php on line 9

    Note that I just created the bp-custom.php file. Oh, and, how can I add a search bar in the adminbar? but not the BP searchbar, i want to add the wordpress default searchbar. Thanks!

    #109370
    Virtuali
    Participant

    <i> How can I make it so it displays the users by nicknames, not by their names?</i>

    That is what Buddypress does currently. It displays their “RealName” rather than their Username across the site.

    <i> how can I add Activity and Members links in the adminbar?</i>

    Add this to your bp-custom.php:

    function pages(){
    ?>
    
    <li class="no-arrow"><a href="yoursite.com/activity">Activity</a>
    
    <li class="no-arrow"><a href="yoursite.com/groups/">Groups</a>
    
    <?php
    }
    add_action( 'bp_adminbar_menus', 'pages', 15 );
    #109367
    James
    Participant

    @chouf1

    thanks for reply,
    even if I would find necessary octals for my language, it still would not solve my issue, since biggest problem is updates and, of course, I can not ask my users to use octals in their updates.

    at the moment they will have to refresh page after every update, maybe some other solutions?

    can plugin “RS activity refresh…” solve this issue?
    maybe I should completely switch off javascripts for updates?

    #109365
    nanchante
    Participant

    In that article, they recommended DB cache to be off, yet you have it on. Why?

    #109364
    nanchante
    Participant

    thanks a lot.

    #109362
    Pisanojm
    Participant

    Here is a good answer by Frederick Townes the developer of the W3TC plugin:

    http://www.rackspace.com/cloud/blog/2010/09/02/optimize-your-wordpress-site-with-w3-total-cache/

    #109357
    nanchante
    Participant

    ok, good to know.

    So exactly what does database caching do? I know it sounds obvious, but what things are cached and what is left purely dynamic? Is it only for logged in or out users? Or both?

    Sorry for being vague, but again, it would be great if there was a definitive doc on this (being WT3 and BP).

    #109355
    nsbp001
    Participant

    I am interested in this thread. I would like to have 3 BP networks with three separate brands and three separate URLs, but them all using the same database. That is, a user signed up in site3 can see, group with, friend, email, etc a user in site 1 seamlessly.

    So site1 would be subdomain.domain1.org and typing in that URL gets you to a page where you see a a theme and branding specific to domain1.org. Site2 would be domain2.org and likewise going to that site you would see a theme and branding specific to domain2.org, and likewise for site3.

    The independent branding is important, but the ability to have cross site networking is important as well.

    On solution I thought of is the following:

    Set up BP network with users subdomain.domain1.org/domain2 and subdomain.domain1.org/domain3. Then use the Domain Mapping plugin to map domain2.org to subdomain.domain1.org/domain2 and domain3.org to subdomain.domain2.org/domain3.

    Then I would want to continue to be able to make new users like domain2.org/names and domain3.org/names.

    Or is this all possible using the Multi-domains plugin?

    #109352
    JamieWade
    Member

    @mercime Yes I was talking to PCWriter about this issue. The strange thing is, the admin bar displayed once the site was firts set up, and was there for about a week then it went? I used Softaculous on cPanel to install WordPress to my site, then I downloaded the BuddyPress plug in from the WordPress admin. Here is the website in question.

    @nexla Sorry, I honestly am not sure what it is that you’re trying to say. Unless I am totally losing it, you started this topic in regards to the BuddyPress global constant in the title. I provided a solution to that in BuddyPress trunk and a screen shot of it in the works. Is there something I’m misunderstanding?

    #109349
    Pisanojm
    Participant

    I mistakenly posted above, we are using “database” caching. Object caching did not work for us and caused many problems with others seeing other users names appear when viewing private messages as well as other object cache related issues.

    @mercime
    Participant

    == Now buddypress won’t work, its driving me insane ==

    The last time I tested https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory a year ago and installed BP, it just didn’t work. Since you just created your site, why not start from scratch and install WordPress in domain root?

Viewing 25 results - 40,676 through 40,700 (of 68,950 total)
Skip to toolbar