Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 18,476 through 18,500 (of 22,683 total)
  • Author
    Search Results
  • #75827
    Brajesh Singh
    Participant

    Either .htaccess or if that is uncomfortable, you can use some code and checkout for referrer at any of the wordpress actions like “wp” or “init” or anything else. Check for the original referrer and then redirect if the origin is not your site.

    #75819
    r-a-y
    Keymaster

    If you don’t mind dabbling with BP code… sitewide search could be implemented like this (I say “could” because I haven’t tried it yet).

    First a form needs to be created with an input field. Then, you’d need to create a new page (in BuddyPress or a page in WordPress with a page template) and add a bunch of BP loops that checks for the same input field variable.

    #75818
    pcwriter
    Participant

    @michael

    Try Modemlooper’s widgetized theme as a child theme of bp-default. It might be just what you’re looking for.

    https://wordpress.org/extend/themes/buddypress-widget-theme

    manitas
    Participant

    Thanks for your reply.

    I have tried with this line
    define(‘COOKIE_DOMAIN’, ‘localhost.localdomain’);

    but unfortunately it doesn’t work.

    By the way, it doesn’t seem to come from buddypress because wp3 has the same behavior without buddypress. That’s why i just post the same topic on wordpress.org

    Thanks again

    #75788

    In reply to: Forums setup is empty

    Mika H
    Participant

    HI again and thanx for supporting,
    I really dont see where u say i can find the ” groups” in my admin panel of wordpress site.
    See picture, where should i go exactly to find this though i cant find anything in the logical place for me to look, as in “Buddypress>>Forums setup”

    see picture:
    http://yfrog.com/jqwpproblj

    Please advice.

    #75774

    In reply to: Hide Admin

    Brajesh Singh
    Participant

    hi @r-a-y is_site_admin() and is_admin() are very different. is_admin() checks whether you are inside wordpress admin or not.
    @scotm
    How about making the activity of admin user private
    `add_filter(“bp_activity_hide_sitewide_before_save”,”make_admin_activity_private”,10,2);
    function make_admin_activity_private($hide_sitewide,$activity){
    //get the current activity
    if(current_user_can(‘manage_options’))//user is admin
    return 1;
    else
    return $hide_sitewide;

    }
    `
    Hopefully the code goes through this forum.

    #75772
    José M. Villar
    Participant

    @Anthony why don’t you check if “allow new registrations” is enabled at “options” under “site admin” in your wordpress backend ? Read the same question today and provided the same answer, let’s hope it is the same problem !

    #75769
    NY Law
    Participant

    I am really a big fan of buddypress.

    #75767
    Tosh
    Participant

    Thanks, glad people are finding it useful! :D I’ve been using it on my own site for a while now. So I thought I’d share the plugin love.
    Please rate the plugin and vote if it works for you.

    #75759
    k33n
    Participant

    Looks solid, would love to check it out.

    #75749
    jaxster
    Participant

    Hi Tosh,
    What’s the easiest way for my users to view their points? I can’t seem to find a link on my profile page or the buddypress admin bar? Or is the only way to view your points is to go to the WordPress admin pages?

    #75689

    In reply to: Tiny Mce

    sameast
    Participant

    Hi Boones

    I using Version: 0.2.1 with a wordpress 2.9.2 installation. Yes its happening on everything i have only got extend profile enabled within component settings.

    #75677
    stwc
    Participant

    There’s one in /wp-admin/profile.php in the WordPress dashboard. Presumably you could look at how that’s working, and just reuse the code in your register.php in your child theme.

    #75675
    Jeff Sayre
    Participant

    It looks like you need to increase the allocated memory limit for PHP. Depending on the way your hosting company has set up the servers, you might be able to do this yourself. If you’re on a shared hosting package, they might not allow you to increase the memory limit.

    I suggest contacting technical support at Rackspace and tell them about the error message. Then ask them what is set in the server’s php.ini file for the value of the memory_limit directive. If Rackspace allows for this value to be overridden by Apache, then you can easily tell php to use more memory by adding this to the very top of your .htaccess file.

    ### Set PHP Memory Directive ###
    php_value memory_limit 60M

    As a final check, make sure that your site is running PHP5. Although WordPress does run under PHP 4, it also runs under PHP 5 and that is always better.

    If this is all foreign to you, then perhaps Rackspace will do it for you.

    #75666
    Paul Wong-Gibbs
    Keymaster

    For that to work as intended, you also need to set WP_LANG in your wp-config.php and load a nBb_NO translation for WordPress.

    finni3
    Participant

    Maybe you will find this info from the Google SoC site interesting @derekbolden:

    Student Name: Kunal Bhalla
    Mentor Name: John Jacoby
    Title: Events Plugin for WordPress and BuddyPress
    Abstract: Events have become an integral part of Social Networking; this plugin would also be useful for WordCamp.org – allowing people to handle WordCamp registration through the WordCamp site itself, etc.

    This plugin will provide basic event functionality for plain vanilla WordPress installs and enhanced capabilities for BuddyPress installs by leveraging the new WordPress Custom post types and moving on from that.

    Source: http://socghop.appspot.com/

    #75647
    @mercime
    Participant

    Anyone tried using Posthaste Plugin or the TDO mini-forms with BP posting yet?

    #75638
    foxly
    Participant

    @paulhastings0

    Just use version 0.1.7, currently on the WordPress plugin repo. It’s reasonably stable and thousands of people are using it on their sites.

    As for when version 0.1.9 will be ready for full scale distribution, that’s difficult to predict.

    Software development is a nonlinear process. It’s not like we compile a list of features, know exactly how many lines of code each one will take, and then work through them at exactly X lines of code a day. Some days we make huge process, and other days we don’t get anything written because we’re researching something that isn’t working correctly.

    Still, we have two programmers working all day every day on this plugin, and we’ve gone from zero to “pretty darned good” in less than 5 weeks. So if we can hold that rate of progress, we should have something “epic” reasonably soon.

    I’ll see if I can post some screen caps later to show you guys what we’re working on.

    ^F^

    r-a-y
    Keymaster

    Now this is just my honest opinion, but I wouldn’t get it (this isn’t a slight against Lisa).

    If you glance the TOC, it’s more of an introduction to BP, which is great if you don’t know anything about WordPress or BuddyPress and you’re just diving in. And, you’re right, you can find most of this info online.

    If you are an intermediate developer (or if you’re experienced with WP), you can learn as you go and dig through the BP code and other BP plugin’s code.

    FYI, WPMU.org is not an affiliate site.

    #75613
    r-a-y
    Keymaster

    Get to this screen in your WP admin panel:
    https://codex.wordpress.org/Settings_Permalinks_SubPanel

    Set it to “Day and Name”. Save. Check your BP pages and see if they work.

    Don’t worry about the .htaccess file for now.

    #75602
    Kunal17
    Participant

    Has anyone figured out how to use cubepoints with WordPress MU + Buddypress?

    #75601
    JoeBro
    Participant
    #75595
    foxly
    Participant

    ###############################################################################
    REMINDER * REMINDER * REMINDER * REMINDER* REMINDER * REMINDER
    ###############################################################################

    Just a reminder to everyone on the thread, that the current beta we are now discussing is
    version 0.1.9.2 which you can download here:

    https://plugins.svn.wordpress.org/bp-album/branches/foxly/0.1.9.1/bp-album-BETA-0-1-9-2.zip

    It’s *hugely* different from the 0.1.7 version currently being distributed on the wp plugin site.

    ###############################################################################

    #75592
    r-a-y
    Keymaster

    Ahh okay, that’s what I thought! ;)

    At the minute once the user logs in it redirects the to their profile page. How and where do i include that code so the home button disappears?

    Those are two different questions. :) Login With Ajax would help with the redirect. https://wordpress.org/extend/plugins/login-with-ajax/

    As for the home button, in your header.php you just wrap is user logged in around Home. See https://wordpress.org/support/topic/367625?replies=5 for a bit more (and some oddities people are having with it…)

Viewing 25 results - 18,476 through 18,500 (of 22,683 total)
Skip to toolbar