Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,701 through 20,725 (of 22,660 total)
  • Author
    Search Results
  • sdrib
    Participant

    Yes i figured. I don’t mind lots of work though.

    I have decided to merge all BP-admin options into the users into their wp-admin.

    All Hooks and menus are set.

    Now adding new pages and making new bp-functions. :)

    #54503
    designodyssey
    Participant

    This is awesome. Of course, I’m not a coder and don’t understand it yet, but it’s a beginning. I will try the same thing with Hybrid theme next month. Not sure about using the custom function, but if it’s easier and more flexibile, I guess I’ll learn.

    Thanks for sharing this. I’m sure MANY are thinking about how to do this

    #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.

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