Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 43,801 through 43,825 (of 68,946 total)
  • Author
    Search Results
  • #100927
    Virtuali
    Participant

    I have no idea if this is just a issue in my site, but it’s kinda confusing because the “ @admin” does not mention the administrator, the “ @gunju2221” on my site does, because thats my WP username. It’s funky!

    #100924
    @mercime
    Participant

    Rename the buddypress folder in wp-plugins via FTP or cPanel to deactivate BuddyPress.

    The correct translation in WP lingo is “You do not have sufficient permissions to access this page.” And while this was triggered by activating BuddyPress, it starts with your WordPress installation.

    There are plenty of threads in WP.org forums and Google search with different solutions to get back your Admin/Super Admin privilege in the installation. Good luck.

    #100923

    I figured it out… FYI

    Changing smallest size, largest size, and max number of tags for BP defualt theme:

    1. FTP to – example.com/wp-content/plugins/buddypress/bp-forums/ – in your WP directory
    2. Open – bp-forums-templatetags.php
    3. Ctrl +F to find – bp_forums_tag_heat_map
    4. Edit and Save

    #100921

    Here is one of the easiest ways to change the amount of activity stream posts per page in the default BuddyPress theme.

    1. FTP to – example.com/wp-content/plugins/buddypress/bp-activity/ – in your WP directory
    2. Open – bp-activity-templatetags.php – in your text editor
    3. Ctrl + F – then enter – ‘per_page’
    4. Just change the value following – ‘per_page’ =>

    #100918
    @mikey3d
    Participant

    Install and Configure W3 Total Cache in 7 Easy Steps

    zemalf.com/1443/w3-total-cache/

    #100916
    Paul Wong-Gibbs
    Keymaster

    If you’ve found a bug with certain settings not being saved, please report it on http://trac.buddypress.org so that we can fix them.

    Tammie Lister
    Moderator

    If you mean in blog posts / page comments you can do this using the following:

    `ol.commentlist .bypostauthor .comment-meta{
    whatever you want here
    }`

    *You can also do without .comment-meta just depends on what style you want to add

    There is a patch coming in 1.3 I think you can see here done by @DJPaul: https://trac.buddypress.org/attachment/ticket/2748/2748-1.patch

    #100906

    Thanks @r-a-y v.helpful

    Here is a small improvement, because depending on the name of the group e.g. “home group” you could get a false positive here with the previous strpos function

    `
    <?php
    function redirect_to_forum() {
    global $bp;

    $path = clean_url( $_SERVER );

    $path = apply_filters( ‘bp_uri’, $path );

    if ( bp_is_group_home() && $bp->current_action == $bp->bp_options_nav )
    bp_core_redirect( apply_filters( ‘bp_uri’, $bp->bp_options_nav) );
    }
    add_action( ‘wp’, ‘redirect_to_forum’ );
    ?>
    `

    #100905
    Dolphus
    Member

    hi andrea, I fix that problem… redirect link broken
    but… still login page go to admin page…

    Andrea Rennick
    Participant

    no, I was referring to the fact that core wordpress only shows a user’s blog under “My sites” that they are admin on.

    If you alreayd have users with blog, and then add buddypress, then yes – this has been a persistant issues. BP doesn’t automagically go find them all.

    #100902
    Andrea Rennick
    Participant

    Are you on a Windows server?

    #100900
    Andrea Rennick
    Participant

    “Permission denied” means look at the physical file or folder on the server. WP or bbpress does not have permission to write to it. (CHMOD)

    No idea what;s up with your links, but all the slashes are stripped out.

    #100898
    aljuk
    Member

    I experienced the same issue on my local dev server, but once I enabled the plugin online it works fine.
    I suspect the issue is down to which php modules are(n’t) enabled in my MAMP install, but are enabled on my host.

    #100894
    Mark
    Participant

    Just as an update, its not working in IE anymore so I tried deactivating all the plugins, uninstalling Buddypress, rebooting the server and reinstalling buddypress with no plug-ins active and I still had the same issue with the links not loading. I know it’s not the theme because my theme works fine on my test site. Any other ideas? Maybe its is a php, javascirpt or ajax issue or memory leak of some kind? I’m not sure what is used to make those links load. Any more help is very appreciated.

    #100889
    Dolphus
    Member

    hi, andrea, how to fix this ?

    see:

    external bbpress installation:
    setup work
    but still the broken link:

    Internal bbpress installation :
    occurs this error: “Permission denied”

    chestnut_jp
    Member

    Hi @andrea_r,

    Do you mean it is natural that the buddypress plugins is re-activated in order to show site blog under each user’s My Blogs?
    Sorry, but I am not with you…

    How about your buddypress site? Each user does not have site blog under their My Blogs unless the re-activation of buddypress plugin?

    If so, I will report it as a bug to the tracker, since it does not hapen only for me, and I really do want this to be fixed.
    Anyway, aren’t there any other people seeing the same thing happening?

    #100882
    Virtuali
    Participant

    @r-a-y, If I am using the previous version, will it totally mess it all up?

    I tried to do it manually before, but I could not find the original to replace with new, thinking it was because I was not using 1.2.6

    #100880

    I am rather new to BuddyPress but have a question about how the forum topic tags are being displayed. The tags that appear multiple times are bigger as normal seem to be too large to fit inside the given area.

    Example: http://troutpic.com/forums/

    #100878
    Virtuali
    Participant

    @imjscn, Color is CSS, therefore probably being in the buddypress default.css file?

    Probably Under:

    *Error/Success Messages



    find:

    }
    div#message.error p {
    background: #e41717;
    color: #fff;
    border-color: #a71a1a;
    clear: left;
    }

    It spells it out for you from there :)

    #100875
    Virtuali
    Participant

    What I am talking about is the administrator account. The mention identifier is “ @admin” Right next to name,

    My admin account username for wordpress is different, therefore the mention not being correct as “ @admin“, as it shows on my profile.

    Does this make sense?

    #100873
    pcwriter
    Participant

    @boonebgorges

    Bingo! A straight copy/paste of the given example worked like a charm.

    A bit of customization and voilà… I’m a happy camper!

    Thanks :-)

    #100872
    Boone Gorges
    Keymaster

    When the admin account is created for buddypress, the @mention is “ @admin“.

    I’m not sure what this means. BP doesn’t create any admin accounts. It uses the same accounts as your WP installation. As long as you have WP 3.0+, you should have had the opportunity to select your admin login name when you signed up.

    Can you be more specific about where you are seeing @admin show up incorrectly? In the member header? Or in activity items? Or elsewhere?

    #100871
    Boone Gorges
    Keymaster

    Notifications for at-mentions will be in BP 1.3: https://trac.buddypress.org/changeset/3403

    Your messaging problem sounds strange, like your installation somehow got corrupted, or like you have a plugin conflict. Are you running any other BP-related plugins? Try deactivating them and turning on the BuddyPress Default theme for the sake of testing; that will help determine whether the problem is with BP, or your BP configuration, or with third-party add-ons.

    #100865
    stoi2m1
    Participant

    @r-a-y I think my issue is beyond a simple email issue. I installed the email plugin you mentioned just to humor the situation. When I try to send a private message I get redirected to the homepage of my site. So I could either be experiencing a 404 error or some other similar problem.

    Also Im not even getting notifications at the recipient. I also do not have a message in the senders sent message box nor in the recipients inbox.

    Thanks,

    #100860
    @mercime
    Participant

    @gunju2221 3 stars for the BP Ajax-Chat Plugin which is different from the BP Chat plugin. It can get confusing with the similar names :-)

Viewing 25 results - 43,801 through 43,825 (of 68,946 total)
Skip to toolbar