Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 32,126 through 32,150 (of 32,678 total)
  • Author
    Search Results
  • #38532
    huh
    Member

    There’s a few WP plugs that might work (I’ve not tried them and cannot guarantee they will work):

    https://wordpress.org/extend/plugins/login-style/

    https://wordpress.org/extend/plugins/bm-custom-login/

    etc.

    #3621
    huh
    Member

    The blogs that are created for new users – I know how to change the theme used but how can I apply plugins etc?

    For example – I want to restrict dashboard access, remove ‘wordpress news’ etc, also add elements like video etc.

    In essence, what files are used to create the stock/ default blog?

    #38528

    In reply to: Only one blog for user

    nicolagreco
    Participant

    You should use wordpress hooks to do that,

    but if it works that’s ok, but when will be the next update you’ve to hack the code again

    OT “haaah “Che culo!””

    #38523
    Trent Adams
    Participant

    You can also check out the following plugin as well :)

    https://wordpress.org/extend/plugins/peters-login-redirect/

    Trent

    #38517
    tekanji
    Member

    I think the idea is not to have BuddyPress permanently alter the WordPress related data.

    I’m new to BP and so I’m not familiar with how all the functions work, but what in the original WP data structure would be altered by deprecating fullname in favor of using the WP fields?

    …then really BuddyPress should be able to modify ALL of the original WordPress user info exactly like the profile admin panel does…

    I would like that, actually. Or at least to have the option to have the profile be able to modify that information.

    I want the original WP functionality that allows a user to choose which fields — username, first name, last name, or nickname — to display for them. I thought that was a great addition to WP and I don’t like that installing BP has effectively cut me and my users off from that choice without some serious code modification on my end.

    #38515

    I think the idea is not to have BuddyPress permanently alter the WordPress related data. Right now, and please correct me if I’m wrong, but past of the design and development process of BuddyPress is that it can be added and removed without any changes done to the WPMU data structure, apart from conveniences like changing a password, etc…

    You can rename the “Full Name” in the BuddyPress to say “Nick Name” or “Display Name” or whatever you’d like, and then code your themes to use that info if you so choose…

    To be honest, from a developers standpoint, I like how it is right now, as it allows me to keep things separate. If you’d like to open up the ability to modify the fullname, then really BuddyPress should be able to modify ALL of the original WordPress user info exactly like the profile admin panel does, with website, info, firstname, lastname, etc…

    #38506
    tekanji
    Member

    I’m with DJPaul; I would like to see BP’s proprietary fullname field deprecated and have WP’s native fields be used instead.

    Not only would it allow for more customizability/adaptability of BP themes, plugins, etc but it would also get rid of an extra field that, as far as I can tell anyway, can be handled just as well with WP’s first_name and last_name fields.

    I agree that we should put this suggestion into a trac ticket.

    #3614
    gmonkie
    Member

    We are looking for a developer to install WordPress MU and Buddypress for G Living. If you are interested, please email me at g@gliving.com.

    We would like to do this in the next few weeks.

    #38469

    In reply to: Only one blog for user

    federicobo
    Participant

    In this post (in WordPress MU forum) I’ve found a possible solution, but I’ve tried and seems not functioned (the user can again create more than one blog).

    Some feedback?

    https://mu.wordpress.org/forums/topic.php?id=5930

    #3594
    cdutoit
    Participant

    I see from some other threads that we likely wont see the Albums feature until post 1.0 but can you give us a sneak preview?

    I’d love to get a better sense of what its going to offer (more than whats under the About page). BP is really good so I’m so Albums will be good too.

    I wanted to integrate http://gejosoft.com/ into my WordPress but it seems too complicated to do so. So I’m really anxious for Album.

    Any screenshots you can share with us? And of course any approximate ETA.

    Thanks to the BP crew for an amazing job thus far.

    Chris

    #38413
    gpo1
    Participant

    @jimthedj65, Regarding WP video framework plugin integrated into BP, you need to liaison with ddmitry on this. He got it working on his site !!

    https://mu.wordpress.org/forums/topic.php?id=10778&page=2

    Burt Adsit
    Participant

    When you use deep integration bbpress clears all the actions and filters. bp runs on actions. It does this as part of the load sequence.

    In bb-settings.php:

    /**
    * Remove filters and action that have been set by an included WordPress install
    */
    if ( defined( 'ABSPATH' ) ) {
    $wp_filter = array();
    $wp_actions = array();
    $merged_filters = array();
    $wp_current_filter = array();
    }

    When I’m using xmlrpc I have to manually fire up the bp globals I want to refer to like:

    function oci_bp_group_forums() {

    // only do this if the xmlrpc server is firing up and we are servicing a request
    if ( defined('XMLRPC_REQUEST') && XMLRPC_REQUEST ){
    // bp's globals don't get set until a 'wp' action occurs. this seems to be all that is needed.
    bp_core_setup_globals();
    groups_setup_globals();
    bp_activity_setup_globals();
    }
    }
    add_action('init','oci_bp_group_forums');

    That gets triggered by the end of the wp-load.php sequence. do_action(‘init’) is the last thing that happens there.

    bp gets woke up by listening to the ‘wp’ action. I think all of bp gets activated by ‘wp’.

    I just remember having some problems with xmlrpc and the ‘wp’ action so I manually tied things to the ‘init’ action. All the plugins for bp load, it’s lots of other stuff that gets initialized by ‘wp’.

    #38403
    Erwin Gerrits
    Participant

    You MUST share the database for them to be able to share users. bbpress will create some tables in your wordpress mu database and share the users table. If you keep separate databases, deep integration will never work.

    #38399
    Tracedef
    Participant

    Awesome, working on it now…. also, I’m assuming that you start off with a new database for BBPress and only integrate for the user tables? In step two of BBPress setup, the last checkbox is for “Show advanced database settings” and says “If your bbPress and WordPress installation do not share the same database, then you will need to add advanced settings.” ….. we don’t want to share the same database for the installs do we?

    #38395
    Erwin Gerrits
    Participant

    It actually doesn’t matter if you do it during installation or after… it turns out to be the same.

    Have you seen this article:

    http://bavatuesdays.com/integrating-wpmu-buddypress-and-bbpress/

    It was extremely helpful with my setup and includes the video you mentioned, with some additional pointers. Also read the comment section for some addtional info.

    Just make sure you have the latest versions of both and start off fresh. Follow the article I quoted and give that sigh of relief when you switch from WordPress MU to bbpress and see “Welcome admin!” on top instead of “Login”….

    #38383
    diegolopes
    Member

    My admin_bar at admin wordpress mu dashboard doesn’t translated, only de admin bar at buddypress area is translated.

    #3585
    aquarists
    Member

    Hi,

    I have just set up WPMU and BuddyPress into a test environment to ensure that it is suitable for our requirements before making it live.

    This installation is to possibly replace the installation which is based on standard WordPress (http://www.aquaristsonline.com)

    I have quickly modified both the normal and member theme so that it matches the existing site layout however I have a quick question if possible.

    At the top of the home page I have various tabs called Welcome, Who’s Online, Recent Posts, Site Activity, Members and Groups.

    On the Welcome tab I will simply add some text however in the other tabs I am hoping to be able to call the relevant functions (as per the widgets) however I am not 100% sure how to do it or if it is even possible!

    I have looked at the relevant code and I believe that the function can be called however is it possible to be able to limit the output. For example on the Who’s Online can this be limited to say 5?

    The test environment is installed at http://www.fusebid.com/wpmu and I would be grateful of any replies which may assist me in this as I believe that this is a great extension to WPMU.

    Thanks and regards,

    Peter

    #3575
    ifoundu
    Member

    Create a database on your website. You do not create any tables.

    Download bbPress.

    Open the file bb-config-sample.php

    Complete lines 3,4,5,6 with your information. (If you are unsure about any of these, looking at some of the WordPress installation walkthroughs may be useful).

    Line 11 is your website domain

    Line 12 is the sub-directory – Note the slashes !

    And Line 13 – let’s have a name.

    Save the file as bb-config.php The other information can be altered later.

    Upload the config file you just made to your website.

    In your browser, go to http://www.example.com/your-forum/bb-admin/upgrade-schema.php

    You will see a very brief message saying tables have been created.If you do not, your config information is incorrect

    Now Register

    In your browser, go to http://www.example.com/your-forum/register.php

    Enter your details, and then wait for your password

    #38328

    ./wordpress-mu-root-dirctory/whatever-you-want

    Mine is at delsolownersclub.com/discussions/

    You just need to make sure you reference that directory everyplace you need to within BuddyPress and bbPress to make sure they see each other.

    #38325

    SWEEET SUCCESSSSS!

    Okay… For those of that might be using “deep integration” namely using your BuddyPress/MU functions in bbPress, at the time of this writing at the top of your bb-config.php file, put…

    if ( !defined( 'ABSPATH' ) & !defined('XMLRPC_REQUEST')) {
    include_once( 'absolute/path/to/your/wordpressmu-directory/wp-blog-header.php' );
    }

    This way, it only tries to include the MU/BP functions if they haven’t already been defined and if it’s NOT a xmlrpc request!

    DUH! Yay! Burt, haha you rule…

    #38318
    ifoundyou
    Member

    I am attempting to install the forum myself now. Ok so what I did first was to go ahead and in the root dirctory created a folder called forums. Next, what I did was to go ahead and download from wordpress the bp press forum module. Is this correct so far?

    Regards,

    Charles Pisano

    #38311

    Question about step 1.

    You say that the user has to be created on the “bbPress” side. Does this refer to a user that is registered through register.php via the forums? What if my forums were integrated from day 1 with WordPress? Is it okay to just use the “admin” keymaster account?

    Question about permalinks and .htaccess.

    I am using pretty permalinks on the bbPress side, and there is an .htaccess file on the root of the bbpress install folder. What would I want to look out for to prevent this from causing a problem?

    Question about “deep integration”

    I am currently including my wp-blog-header.php file inside my bb-config.php file. Will this cause conflicts?

    Question about what to do if I swear I’ve followed the steps the way they are written and the ways everyone else has said, and it isn’t working. :)

    #38308
    modemlooper
    Moderator

    ok I guess I spoke too soon. Had this in red with 4040 not found after it:

    http://twitterfic.com/wp-content/mu-plugins/bp-core/bp-core-ajax-handler.php

    then the other code:

    Date

    Thu, 19 Feb 2009 04:16:47 GMT

    Server

    Apache

    Cache-Control

    no-store, no-cache, must-revalidate, post-check=0, pre-check=0

    Expires

    Thu, 19 Nov 1981 08:52:00 GMT

    Pragma

    no-cache

    X-Pingback

    http://twitterfic.com/xmlrpc.php

    Last-Modified

    Thu, 19 Feb 2009 04:16:47 GMT

    Keep-Alive

    timeout=15, max=99

    Connection

    Keep-Alive

    Transfer-Encoding

    chunked

    Content-Type

    text/html; charset=UTF-8

    Request Headers

    Host

    twitterfic.com

    User-Agent

    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5

    Accept

    */*

    Accept-Language

    en-us,en;q=0.5

    Accept-Encoding

    gzip,deflate

    Accept-Charset

    ISO-8859-1,utf-8;q=0.7,*;q=0.7

    Keep-Alive

    300

    Connection

    keep-alive

    Content-Type

    application/x-www-form-urlencoded; charset=UTF-8

    X-Requested-With

    XMLHttpRequest

    Referer

    http://twitterfic.com/members

    Content-Length

    888

    Cookie

    wp-settings-time-1=1234978735; wp-settings-1=m0%3Do%26m1%3Dc%26m2%3Dc%26m3%3Dc%26m4%3Dc%26m5%3Do%26m6

    %3Dc%26m7%3Do%26m8%3Dc%26m9%3Dc%26m10%3Dc%26m11%3Dc; wp-settings-time-2=1234896835; __utma=253961357

    .2322033939621672000.1234866299.1235007210.1235014438.11; __utmz=253961357.1234900041.3.2.utmcsr=trueblood

    .twitterfic.com|utmccn=(referral)|utmcmd=referral|utmcct=/groups; wp-settings-2=m0%3Dc%26m1%3Dc; wp-settings-time-5

    =1234989991; __utmb=253961357.60.10.1235014438; PHPSESSID=4bv8ld7abk3iutqqhht3jo9d06; __utmc=253961357

    ; wordpress_test_cookie=WP+Cookie+check; wordpress_logged_in_=kitchenbitch%7C1235188924%7C7aa68ef091

    4f0885b507970bff70071e

    _wpnonce

    f149be8ca2

    action

    addremove_friend

    cookie

    wp-settings-time-1%3D1234978735%3B%20wp-settings-1%3Dm0%253Do%2526m1%253Dc%2526m2%253Dc%2526m3%253Dc

    %2526m4%253Dc%2526m5%253Do%2526m6%253Dc%2526m7%253Do%2526m8%253Dc%2526m9%253Dc%2526m10%253Dc%2526m11

    %253Dc%3B%20wp-settings-time-2%3D1234896835%3B%20__utma%3D253961357.2322033939621672000.1234866299.1235007210

    .1235014438.11%3B%20__utmz%3D253961357.1234900041.3.2.utmcsr%3Dtrueblood.twitterfic.com%7Cutmccn%3D(referral

    )%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Fgroups%3B%20wp-settings-2%3Dm0%253Dc%2526m1%253Dc%3B%20wp-settings-time-5

    %3D1234989991%3B%20__utmb%3D253961357.60.10.1235014438%3B%20PHPSESSID%3D4bv8ld7abk3iutqqhht3jo9d06%3B

    %20__utmc%3D253961357%3B%20wordpress_test_cookie%3DWP%2BCookie%2Bcheck

    fid

    5

    #38294
    cdutoit
    Participant

    Andy, I can’t seem to post such a lengthy response in this forum…it wont save my post. I will try upload it somewhere for download (for the response), but here is some info:

    The console shows a red error:

    POST http://jurnl.com/wp-content/mu-plugins/bp-core/bp-core-ajax-handler.php

    http://jurnl.com/wp-content/mu-plugins/bp-core/bp-core-ajax-handler.php

    404 Not Found

    456ms

    Although I got excited, I verified the file is there.

    The Request looks like this:

    _wpnonce

    318ee4a2ca

    action

    addremove_friend

    cookie

    PHPSESSID%3D5085d0cb2f4434771cfa8a20d63358cf%3B%20wordpress_test_cookie%3DWP%2BCookie%2Bcheck

    fid

    1

    The Response I can’t post here so will upload it and let you know.

    Will post soon.

    Thanks

    #3567
    ozpoker
    Participant

    Reg users is initally coming up wrong like this :

    Swain

    registered -1 years, 12 months ago

    It does seem to fix itself after about 11 hours.

    I am using timezone UTC +11 & custom date formatting l jS F Y – eg. Thursday 19th February 2009 & Time : 11:16 am

    My server time is always UTC and have had prob in normal wordpress with some plugins/scripts failing to adjust for timezone

Viewing 25 results - 32,126 through 32,150 (of 32,678 total)
Skip to toolbar