Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 18,551 through 18,575 (of 22,614 total)
  • Author
    Search Results
  • #74454
    juanmaguerrero
    Participant

    @smuda I totally agree with you, it just doesn’t look good if someone could go inside the “admin panel” of Facebook, for example (imagining such a thing exists ;) ) it has nothing to do with your theme design, surely not customized, etc, etc. Even if they could not change any configuration (always talking of a social web with no “blogs for everyone” as is my case too).

    @etiviti (rich!)

    Thanks for your help! I’ll try to apply that :)

    @Paul Gibbs

    I’ts fine, I understand, nevertheless I think this kind of questions/debates should be able to take place here since the people who asks are BP users and everything is related at some point. For example, WordPress gives us the admin panel and BP de “Social Layer” where one feature could be the “everything can be managed from the outside interface”… please don’t take this as a hard complaint ;) just my 2 cents

    #74437

    In reply to: Badge Maker

    warut
    Participant

    now can download from wordpress.org/extend/plugins/buddypress-badge/

    #74436
    maverickguy
    Member

    I just wanted to update this post and supply more info to see if it helps get some answers. I am running wordpress on hostgator. My site was working fine until I used buddypress plugin. I also used the BP compatibility plugin since Im using Magazine Basic theme designed by Themes by bavotasan.com. When I deactivated BP, I could post updates to my blog fine. When BP is activated, I get the error I posted above. How can I install BP and post updates without getting the error message above?

    Thanks!

    Mike

    Jeff Sayre
    Participant

    @viau5-

    If you’ve discovered the plugin(s) that was causing your issue, please list it here so that if others have the same issue, it may help shed some light on their problem.

    #74433
    dblast
    Participant

    Thanks folks, so far so good. I moved the tabs over fixed the background but I still have four fixes I need to do;

    Here is an updated screenshot;

    http://www.longislandmartialarts.org/screenshotbuddypress.jpg

    #1 FIXED – By fixing the background graphic I exposed a rounded corner that I need to make straight. FIXED!

    #2 I want to get rid of the search field in the header

    #3 The white border from the content page extends past the sidebar. I want to get rid of that

    #4 The text seems to be forced over by the avatar (upper left) is there a way to flow the text around that? It looks goofy with the big gap on the left side of the page and it’s waste space.

    #5 Not illustrated, I’d like to move the avatar in the side menu under the Advanced text widget.

    Again thanks for the help. I’ve been over to wordpress.org and help over there is scarce. Nice to see you folks willing to help out a newbie.

    #74430
    devinday
    Member

    Hi Andrea,

    Thanks for stickin with my questions here :)

    I do understand that single wordpress only has one blog. What I don’t understand is how to display that one blog to users.

    on my buddypress (single wordpress) install I have the homepage showing the activity feed rather than the it showing the latest wordpress post. When I have this the blog seems to disappear entirely.

    Can you tell me how I would create a tab (called blog) that would show all the blog posts instead of showing just a page I titled blog. I am a little lost on how to get the single blog showing up for users to easily find in the navigation.

    I hope I made sense. Thanks Andrea.

    BTW – Love your blog on WPMU – you have a lot of great tutorials and info. Great stuff.

    #74426

    In reply to: Members Page Message

    jstebbing
    Member

    Would a conditional shortcode plugin like this one work, even if hard coded? http://www.hostscope.com/wordpress-plugins/conditional-shortcodes-wordpress-plugin/

    viau5
    Participant

    AWESOME! Thanks guys! I should have known that the problem wasn’t with Buddypress. I guess I’m gonna have to go through my plugins carefully when reinstalling. Hope I didn’t waste too much of your time with this.

    Jeff Sayre
    Participant

    So, to confirm, you’re running BP 1.2.3 and WPMU 2.9.2, correct?

    Could it been that I have too many plugins and it’s slowing down the system???

    At this stage I would assume it is being caused by a plugin conflict or an out-of-date plugin. The first action to take is what I detailed in this post:

    https://buddypress.org/forums/topic/dashboard-failure-when-activate-buddypress#post-49572

    If WP/BP works when running in the barebones configuration, then you can reasonable assume it is either one (or a combination of) your 3rd-party plugins or your custom theme (if using one). So, follow my instructions in that post to figure out which plugin is causing the issue. Once you’ve determined that, contact the plugin author and ask for assistance.

    By the way, before installing and activating any plugins or custom themes, you should check to make sure that they are compatible with the versions of WP and BP you’re running.

    viau5
    Participant

    It’s the most recent version…. great…. when I was checking for the version, I got this error message (same as last night when this problem first occurred)

    The page isn’t redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    * This problem can sometimes be caused by disabling or refusing to accept

    cookies.

    Could it been that I have too many plugins and it’s slowing down the system???

    Xevo
    Participant

    Sounds like an old problem, one which I haven’t heard in a while.

    What version of WPMU are you running?

    And you can also run buddypress on WPSA (stand alone).

    #74403
    viau5
    Participant

    I think I may be having similar issues. I had to move all my plugins out of my folder because my entire WordPress had crashed and I was getting nothing but a blank screen. (it seems like it was continously cycling through the plugins.php file) I got my site working again however, I dowloaded a fresh version of Buddypress and still the same thing. I really love this plugin and I want it back!

    #74366

    In reply to: Fatal Errors

    qbuster
    Participant

    I’m having the same error with theme Mandigo. I’m running wp 2.9.2 and buddypress Widgets 1.1.2 on a Linux host.

    Having looked at the code, it breaks down at:

    $wpmu = function_exists(‘is_site_admin’); //from functions.php

    if ( !function_exists( ‘is_site_admin’ ) ) { //bp-core-wpabstraction.php

    function is_site_admin() {

    if ( current_user_can( ‘manage_options’ ) )

    return true;

    return false;

    }

    }

    // if this is WordPress MU // from footer.php

    if ($wpmu) {

    $current_site = get_current_site();

    In my case I am not running WP-MU but it appears bp-core-wpabstraction.php has a user ‘manage_options’ rights so the system thinks it is wp-mu and then can’t find the wp-mu function get_current_site() (which I presume was once unique to wp-mu but is now in wp 2.9.2)

    #74360

    In reply to: send mass email

    paulhastings0
    Participant
    #74357
    modemlooper
    Moderator
    #74344

    BuddyPress works great with standard regular wordpress version ( wp ) and wordpress multi user version ( wpmu ).

    If you are planning for social networking web site where users can host their own blogs – install buddypress with wpmu.

    #74335

    I believe in solutions – paid or free, it doesn’t matter. People have different needs. Those involved in the BuddyPress community have varying amounts of time that they can spend in the forums or writing plugins, etc. Permitting each other that kind of freedom is where true creativity flourishes, not under some kind of unspoken mandate of the collective. It’s time for the premium theme market and premium plugin market to be treated equally. If you purchase a beautiful WordPress theme that took weeks of design, creativity, and theming, nobody bats an eye. Code is poetry in this same sense. When someone writes a new plugin, his freedom to choose whether or not to sell it or give it away for free is really far more important than the plugin itself.

    Even though we sell premium plugins, we also have loads of free resources and tutorials on our sites and promote all kinds of solutions, both paid and free. If I personally write a plugin, I like to give it away for free. That’s because I’m not a real programmer and I don’t have the ability to provide decent support. However, I fully support the right of extraordinarily talented people like Aaron or Andy or Boone to be paid for writing for BuddyPress or to give it away for free. All that to say that I’m grateful to many people in the BuddyPress community for their hard work, and it is none of my business how they are compensated or not compensated for it. I simply enjoy learning and building together. :) I’m sure that if we could all meet up and have a beer somewhere, we’d have far more mutual respect for the talents and liberties of others. :)

    #74328

    In reply to: Group-Rights Plugin

    3sixty
    Participant

    Hmm, RSS… that is a little complicated. Also another implication I did not think of is the activity stream. If the idea is to restrict access to content, then both the RSS, the activity stream (and the activity stream RSS) have to be considered.

    Before we go down the route of considering another plugin, have you already tried this one?

    https://wordpress.org/extend/plugins/bp-groupblog/

    BuddyPress Groupblog

    Description Installation Screenshots Other Notes Changelog Stats

    Author: Rodney Blevins & Marius Ooms

    The BuddyPress Groupblog plugin extends the group functionality by enabling each group to have a single blog associated with it. Group members are automatically added to the blog and will have blog roles as set by the groupblog admin settings.

    Features:

    Full blog theme integration. The included bp-groupblog theme mimics the group pages.

    WP Admin option to set default blog for groups plus bonus options.

    Automated blog registration at group creation stage.

    Bypass default blog validation to allow dashes, underscores, numeral only and minimum character count.

    Blog privacy settings are initially inherited from group privacy settings.

    Group members are automatically added to the blog.

    Blog roles match group roles as set by the group admin.

    Solid error checking that the blog follows validation.

    Group admin tab to access the group-blog settings.

    Recent posts are displayed on the group home page, much like the forum topics.

    A menu tab is added to display the latest blog activity and blog page links.

    Blog themes will have the ability to pull in group info and create a theme that could resemble the group exactly.

    Leaving the group will downgrade the member role to ‘subscriber’.

    Allow the group admin to select one of his/her existing blogs.

    Known Issues: * Group blog post do currently not show up in the group activity stream. Therefore as a short term solution we are including a custom activity loop on the blog page. This should be fixed in the future.

    Roadmap:

    Allow the admin to let group admins choose the blog name, instead of following the group name.

    Frontend posting from the blog home page.

    Redirect options to integrate deeper with the blog.

    Include an RSS icon for easy access to the Blog’s RSS feed.

    #74318

    In reply to: Group Avatars

    6002845
    Inactive

    No, give me the same error…

    I’m using the last version of wordpress and buddypress.

    #74306
    Mariusooms
    Participant

    WPMU is really gone in a few months or less…afaik WP3.0 is pretty much on track.

    https://core.trac.wordpress.org/milestone/3.0

    Best just wait and spend energy researching new functionality for you to enable Multi Sites in WP 3.0.

    unodewaal
    Member

    I get the same error on multiple sites (using the same host though).

    It’s fine when I have a localhost install, and it’s also fine when I’m not using buddypress.

    I go to the registration page, fill out my details and then click on Complete Sign-up. It then takes me to the same page again, almost as it if just refreshes.

    My registration URL is http://ferryglide.com/wordpress/register

    #74265
    ThomasC
    Member

    Ok, everyone who is having trouble getting twitter to authorize a user. I believe there is a very high chance this is your problem, it solved my problem. My blog would send someone to twitter, ask them to allow authorization, then start the process all over again. Using wordpress MU, my blog is setup to be read at “politicalword.com” and even if I type http://www.politicalword.com, wordpress rewrites it to “politicalword.com”. In my twitter App settings on the twitter site, I had put the callback URL as “www.politicalword.com”, well since my installation was rewriting this to “politicalword.com” the plugin would not authorize any users, even when I clicked allow on twitter, nothing on the site would happen and the process would start over. So BE SURE your callback URL is set to the same URL you have set your blog to be read on. Even the www setting or no www setting affects this!

    Jesper
    Participant

    I tried deactivating Invite Anyone, BP Links and that indeed didn’t matter.

    What could i have done to cause this effect. I’m trying to remeber what I did the last couple of days and can only think of upgrading plugins, but I might have done something else. Ofcourse you don’t know what I did, but maybe there is something that I’ve done that causes this effect you know of?

    Sound kinda stupid I know. A wild shot!

    The error occurs after I hit the next step button here:

    http://nijmegeneet.nl/club/groepen/create/step/group-settings/

    I also get this message from wordpress > WordPress Failure Notice:

    Are you sure you want to do this? Please try again.

    I get this here:

    http://nijmegeneet.nl/club/groepen/create/step/group-avatar

    Any clues?

    #74234
    David Lewis
    Participant

    Well… with regards to SPAM… I’m not certain… but I suspect that’s actually BuddyPress-related. I’ve never had that issue on any of my other WordPress sites. But my BuddyPress sites are rife with SPAM signups. No matter what I do it seems. The only solution I found (after trying literally everything I could find here and at wpmu) was to block all proxy methods.

    #74224
    techguy
    Participant

    Can’t you do something like this?

    <?php

    function login_redirect_activity ()

    {

    wp_redirect (get_option(‘siteurl’) . ‘/activity/’);

    }

    add_action (“wp_login”, “login_redirect_activity”);

    ?>

    The location it redirects to might be wrong. Here’s the reference for the wp_redirect if you want to redirect it somewhere else: https://codex.wordpress.org/Function_Reference/wp_redirect You might have to play with it to redirect to the right place. You also might want to hook it to a different action, but this will hopefully get you closer. I’m still learning this stuff.

Viewing 25 results - 18,551 through 18,575 (of 22,614 total)
Skip to toolbar