Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,701 through 20,725 (of 22,658 total)
  • Author
    Search Results
  • #54495
    Gianfranco
    Participant

    @proceon

    A lot about what you’re trying to achive is said here: https://buddypress.org/forums/topic/new-theme-framework-and-exisiting-wp-themes

    Otherwise, I myself am trying to get a step by step procedure to integrate BuddyPress as a section of a “normal” website, that is not full BuddyPress based.

    So far, form my experiments with theaming and integrating I can say:

    1) Delete all the files from “bp-sn-parent” that are already in your WP Theme (header.php, footer.php, index.php, …). Leave just all sub-directories and “optionsbar.php”, “userbar.php”, “plugin-template.php”, “style.css.

    2) Copy this at the bottom of “header.php” (WP Theme):

    <?php if ( !bp_is_blog_page() && !bp_is_directory() && !bp_is_register_page() && !bp_is_activation_page() ) : ?>

    <?php locate_template( array( ‘userbar.php’ ), true ) /* Load the user navigation */ ?>

    <?php locate_template( array( ‘optionsbar.php’ ), true ) /* Load the currently displayed object navigation */ ?>

    <?php endif; ?>

    3) In the header (comments) of the “style.css” in “bp-sn-parent” theme write this:

    Template : your-wp-theme-name

    …so you make this theme a child of your WP Theme, right?

    4) Activate the “bp-sn-parent” theme in the backend, under “Site Admin/Themes”, then activate it under “Apperance/Themes”.

    This will be the theme ofor the whole site, but it’ll call all the WP theme templates when no BuddyPress functions are needed. It’s a reverse way of doing the integration. I think it’s better.

    This procedure makes a lot of what you need, I think. Like, it gets your WP Theme working as it should and it “calls” the BuddyPress into play only when needed.

    But, I need to warn you that I am still struggling with styling (or skinning) the BP theme.

    So, I am still on it. But maybe it was worthing sharing already what I got so far, so that other may take it from there.

    Hope it helps…

    gerikg
    Participant

    It’s more like an issue. Log-in, register, forgot password, and log-out should be all the same look.

    Log-in and register is buddypress theme and forgot password and log-out is wordpress core theme.

    [rant]it won’t matter where I put it, it won’t get resolved or get a straight answer. Plus I can’t move it after it’s posted.[/rant]

    #54493
    Mariusooms
    Participant

    Check out this plugin…it will do mostly what you need, including creating a group specific blog. What more, it includes a theme for that blog and remains tied to the group, so you can pull in group information on that blog.

    However, it only allows one blog per group. Check out the details here:

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

    Group specific forums are already inherently part of groups since BP1.1 came out.

    #54490
    proceon
    Participant

    I could really use some help here….Not getting any responses.

    HOW IS COMPATIBILITY MODE SUPPOSED TO WORK IN 1.1.1?

    I have gone down the route of trying to integrate my WP theme with Buddypress, for my root blog

    but it is not going to work. I would like to keep the themes separate like in 1.0.3 etc. HOW DO YOU DO THIS? Which exact template files do I need to move? I see which ones to move if I would like to INTEGRATE my theme with BP, but NOT if I want to keep the themes SEPARATE. Here are my specifics once again: Fresh install of

    WPMU 2.8.4a

    BP 1.1.1

    No plugins

    using subdirs

    WPMU is not at root on webserver

    using WP default theme at root (trying to get MagicBlue working, but will start with default).

    CentOS 5.3

    Is this setup possible? Can BP 1.1.1 run like BP 1.0.3 with a separate WP root theme? Please

    HELP….this is chewing up a lot of time trying different alternatives.

    Thanks

    #54489
    jivany
    Participant

    @Jeff Sayre: Sorry, I didn’t see any reference to the plugin not being compatible with 1.1.1. Looking again at the WP.org plugin page, I see:

    Requires WordPress Version: BP 1.0.1 or higher

    Compatible up to: BP 1.0.2

    Usually (as with nearly all plugins on WP.org) you have to assume that this sort of notation simply means the author hasn’t updated since the new release of WP (or in this case BP).

    If that is what you were referring to then I apologize. I’ll just go back to grumbling about how crappy the searching/filtering of the plugin repository is on WP.org.

    #54486
    wolfapache9516
    Participant

    I am still getting blank page at http://smartbuddypress.com/wp-signup.php can someone provide assistance. Is their any support for this?

    #54485
    wolfapache9516
    Participant

    you never responded to this either ….

    #54483
    Jeff Sayre
    Participant

    I assume you are talking about my widget, the one that you can download from here:

    If so, then as it clearly states on that page, it is not yet compatible with BP 1.1.1. It is not yet updated to use the new widget API that the 2.8 series of WordPress introduced.

    I do plan on updating it, once I finish my alpha version of the BuddyPress Privacy Component. I’m almost done with that project. I’ve been away from coding for about a week so it should not be too much longer.

    Once that is delivered to Andy for his inspection, I’ll update my Featured Member’s widget.

    #54481
    Paul Wong-Gibbs
    Keymaster

    All easy except “one or more associated blogs”; this hasn’t really been worked on yet. You could test https://wordpress.org/extend/plugins/external-group-blogs to see if it is suitable for your site.

    r-a-y
    Keymaster

    If at all possible, use 301 redirects for the old blogs so they redirect over to the new blogs.

    Easiest way would be to use the same style of permalink structure and using a RewriteRule in your .htaccess file.

    If this sounds like jargon, look up each term on Google!

    I think the hardest thing will be actually migrating the blogs.

    Depending on the blogging system you’re migrating from, this could be a challenge!

    If the old blogs use WordPress, you could get away with using a database export or by using Ron Rennick’s excellent Advanced Export plugin.

    #54454
    jivany
    Participant

    Did you have to patch MU 2.8.4a to get this plugin to work? I just get the following error:

    populate_queries() function not found

    Sorry, the function populate_queries() was not found. This function is required to use the Demo Data Creator plugin. See this WordPress MU ticket for technical details: https://trac.mu.wordpress.org/ticket/394.

    #54447
    Detective
    Participant
    #54445
    Gianfranco
    Participant

    Sorry, I deleted the post. I pasteed it into the wrong topic.

    grosbouff
    Participant

    Same problem here.

    I Reinstalled WPMU 2.8.4a, (with subdirectories instead of subdomains) and BuddyPress from trunk, because I updated my localhost (WAMP 1.7>2.0).

    My old .htaccess (which was working before)

    If I use the .htaccess, the wordpress-mu directory under 127.0.0.1/kine disappears and I can’t access WPMU.

    If I don’t use it, I can access WPMU & Buddypress, but I get a “404 Not Found” for every page other than home…

    HEEEEEELP :)

    #54437
    Detective
    Participant
    #54433
    webknot
    Participant

    I used the wordpress (Mu in this case) standard “permalink” admin page. Is there something to do in buddypress settings also ?

    Thanks

    #54411
    Michael J Challis
    Participant

    This is how to install SI Captcha globally on WPMU.

    Step 1: upload the /si-captcha-for-wordpress/ folder and all it’s contents to /mu-plugins/

    Step 2: MOVE the si-captcha.php from the /si-captcha-for-wordpress/ folder to the /mu-plugins/ folder.

    Please report back here is this worked for you.

    #54408
    Michael J Challis
    Participant

    Why did you uninstall SI captcha?

    SI CAPTCHA Anti-Spam works with WordPress 2.6+, WPMU, and BuddyPress

    https://wordpress.org/extend/plugins/si-captcha-for-wordpress/

    WP-reCAPTCHA is not up to date for BuddyPress 1.1, that is why it does not work.

    #54403
    takuya
    Participant
    #54386
    zageek
    Participant

    This is an interesting topic, one that concerns me too because I have been looking at the various options out there. I must say that BP is still somewhat in its infancy, I have been waiting for another project to open up their codebase namely Anahita Social engine, but maybe its me I just don’t like it when things get built on top of eachother and that project appears to be built on top of Joomla. BP is also built on WPMU and I am still trying to see if that will be a good or bad thing.

    What concerns me is when things get built on top of eachother that it opens up security holes. WordPress itself has had its fair share of vulnerabilities but has proven to be a good platform so I having something built on top of that is something I am ok to live with.

    Something I have been looking at is Community Engine which a Ruby on Rails (ROR) based community engine as the name says. Anyone got any experience with that?

    #54374

    In reply to: blog page show summery

    takuya
    Participant

    1. You should not post wpmu questions to a forum dedicated to buddypress.

    2. You should read wordpress documents, as this is a very basic question.

    3. Google it.

    Paul Wong-Gibbs
    Keymaster

    Those are just placeholder values because it’s an example plugin which has been uploaded to wordpress.org/extends.

    #54362
    wolfapache9516
    Participant

    When I was testing your demo sites at http://vdurgaprasad.testbp.org/ I clicked on register, even that showed me a blank page. Also when I was testing to create a blog on that demo site it still gave me a blank page.

    #54361
    wolfapache9516
    Participant

    Hi:

    Here is the information required:

    1. Which version of WPMU are you running?

    The 2.8.4a version of WordPress MU

    2. Did you install WPMU as a directory or subdomain install?

    I installed it in my public_html and blogs as sub-directory

    3. If a directory install, is it in root or in a subdirectory?

    In public_html

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    No it was a first time install

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    No I installed both one after the other. After both were installed, then started testing.

    6. Which version of BuddyPress (BP) are you running?

    BuddyPress 1.1.1 installed

    7. Did you upgraded from a previous version of BP? If so, from which version?

    No it is a first time install

    8. Do you have any plugins other than BuddyPress installed and activated?

    Yes several of them.

    9. Are you using the standard BuddyPress themes or customized themes?

    First downloaded Facebuddy theme from buddydress but it gave an error so I installed

    and activated the default buddypress theme.

    10. Have you modified the core files in any way?

    No customization

    11. Do you have any custom functions in bp-custom.php?

    No did not customize it

    12. If running bbPress, which version?

    I have not installed bbpress but I am interested to install bbpress. Do I need to install

    it seperately ?

    13. Please provide a list of any errors in your server’s log files.

    blank pages when someone clicks on create a blog, unable to set themes and control

    admin area for created blogs.

    When trying to update or upload plugins, it freezes up.

    #54357
    Tim Nicholson
    Participant

    Erwin, it sounds like you are barking up the wrong tree with Facebook. I’m an FB app and connect developer and you don’t need to get anyone’s user ID and password. You connect their FB account with your website via the FB Connect javascript libraries and then you have access to their friends, etc. using the generated session key. All that TOS stuff you posted is just saying you can’t ask a user for his FB password and store it. You don’t need to know that person’s FB password to access their social graph.

    I’d LOVE to see BuddyPress expanded to display FB friends, FB activity stream, etc. for a person’s friends whether or not they are a user of your website or not. I’m working on expanding a WordPress FB Connect plugin by http://sociable.es right now. I have it displaying all your FB friends and displaying your FB news stream. I need to work on stylesheets to get the stuff to look decent, but I have the core functionality up and running. Check out http://xtremelysocial.com. I want to add Twitter and MySpace support as well and also generate an ATOM feed (actually, better yet an http://activitystrea.ms format) with stream posts from ALL connected social network sites. Kind of like a friendfeed.com type site.

Viewing 25 results - 20,701 through 20,725 (of 22,658 total)
Skip to toolbar