Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,526 through 19,550 (of 22,687 total)
  • Author
    Search Results
  • #66228
    r-a-y
    Keymaster

    @timnicholson

    Why revive an 11-month thread?

    #66226
    Tim Nicholson
    Participant

    Alessandro, I’m a bit confused with what you are trying to do. It sounds like you have a normal (single) WP installation and are looking to go social with it. A lot has happened since you posted this and BuddyPress is now available for single WP installs. I’m testing it out now. In WP v3.0, WordPress MU will be merged with the single WP installation and there will be a migration path. I can help answer questions around this… just let me know some more specifics.

    #66216
    bennettberlin
    Participant

    I already had the beginnings of a Thematic/BP theme when I decided to use the BuddyPress default template instead. I had already set up a few pages and posts.

    I want to place the BuddyPress menu on the top Admin Bar and my normal WordPress pages as a menu in the header.

    For the Admin Bar I tried the code Peter Anselmo posted, but it places ONLY my WP menu in the Admin Bar, but not my BuddyPress menu, as desired. How do I “filter in” only the BP menu?

    function mytheme_add_top_pages() {
    wp_list_pages( 'title_li=&depth=1');
    }
    add_action('bp_adminbar_menus','mytheme_add_top_pages');

    For the Header, line 85 of bp-default/header.php produces a menu that includes BOTH my WP and BP items. If I comment out this line, I get ONLY the BP menu, but not my WP menu, as desired. How do I “filter in” the WP menu?

    How can I get this to work?

    Thanks in advance,

    PB

    #66213
    Andrea Rennick
    Participant

    If you’re using MU, the best thing to do is go check and see if I wrote a tutorial on it already. ;)

    Getting member blog posts on the main page

    and https://wordpress.org/extend/plugins/wordpress-mu-featured-posts/

    #66200
    peterverkooijen
    Participant

    I don’t see why not. This is just a matter of styling the template files for the homepage, blog indexes (index.php) and post pages (single.php) more like a newspaper site would. You’d probably want to have a Print button with each article – there are plugins for that. Several big newspapers already use WordPress.

    Our Dear Leader on the subject – scroll down beyond the ridiculously humongous header.

    #66197
    Tim Nicholson
    Participant

    I’m seeing the same behavior where only new members are being added to BuddyPress. I don’t think it has anything to do with where things are installed. I don’t think BuddyPress attempts to add “old” WordPress-only users. You’ll also notice that past blog posts and comments, etc. aren’t shown in your BuddyPress activity stream. However, if you go into an “old” blog post and simply hit update, it gets added to the stream.

    What we need is a utility that can be run that will load all the existing WP users into BP. I’d also love to see one that will load up the BP activity stream with WP blog posts and comments as well, but that’s probably asking for too much.

    I did find a BuddyPress plugin that talks about being able to import users into BP. However, its not what we are looking for. It is designed to import a list of users that you cut-and-paste into a text box on the plugin. I checked the code and it will only work with WPMU and it will also (re)create whatever users you import into WP as well causing duplicates. https://wordpress.org/extend/plugins/user-import-for-buddypress-all-fields/

    I’m going to dig around in the BP core to see how it goes about keeping BP and WP users in sync and see how hard it would be to write a program or plugin that would simply trigger BP to add all the existing WP users that aren’t already in BP.

    #66194
    nickrita
    Participant

    I use this plugin instead of captcha:

    https://wordpress.org/extend/plugins/invitation-code-checker/

    You can set an ivitation-code and everyone who wants to register has to write the code in a registration-field.

    I changed the plugin a little bit for my needs so the code to write is seen on the registration-page.

    #66183

    In reply to: Extending Profiles

    mlovelock
    Participant

    You need to write a plugin then, and / or delve into the wordpress hooks and functions – best to check out the buddypress codex: https://codex.buddypress.org/

    #66160
    Jehy
    Participant

    You see, my plugins are designed to work with wordpress, wordpress MU and buddypress…

    I am having an awful headache just trying to keep them working up to date, and don’t have any time to make more detailed configurations… Even through I’d like to.

    #66147
    hypergripe
    Participant

    Hey All – Thanks for your help.

    I found exactly what I was looking for here: https://wordpress.org/extend/plugins/post-from-site/

    This plugin lets users make posts “from the site” rather than going int the dashboard or admin.

    It is a very sweet popup interface that lets users create post title, content, upload images, add tags, etc, and is fully configurable. I ‘ve tried it out and really like it so far….

    rohit4all
    Participant

    My WPMU & BP is working fine. Even I am able to browse everything like forums, groups, activity with ease. I can create individual blogs as well & further I can post new topic. I am able to access those posts & blogs. But when I click on “Blog” icon on header I will get message like this

    “Page Not Found

    The page you were looking for was not found.”

    I changed nothing except in control panel for dns entry for a “/” for subdomain.

    1. Which version of WPMU are you running? WordPress MU 2.9.1.1

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

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

    4. Did you upgrade from a previous version of WPMU? If so, from which version? fresh install

    5. Was WPMU functioning properly before installing/upgrading BuddyPress? Yes, sure it was i even created a blog and was reading the posts normally.

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

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

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

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

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

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

    12. If running bbPress, which version? NO

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

    Please help me solve this, I have struggled a lot with it. Thank you!

    hydroweb
    Participant

    Followed

    http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/

    instructions exactly.

    Clean install of WP 2.9.2. Installed Buddypress 1.2.1 as plugin and activated. Also activated BuddyPress Default 1.2.1 theme. All seems to be working ok.

    Now from theeasybutton link above:

    1. Download bbPress 1.0.1 (I downloaded 1.0.2)

    2. Unzip it and upload the entire bbpress folder to your root directory.

    I uploaded bbpress-1.0.2.zip to root and extracted. I am at Hostgator.

    3. Change the name of the directory from bbpress to forums and chmod it to 777 if it isn’t already.

    Did that.

    4. Go to yoursite.com/forums. “Go to step 1″

    Went to wonowon.com/forums and nothing happened. There is no “Go to step 1″

    #66130
    Peter Hofman
    Participant

    New version! Version 1.1.5 just released.

    Grab it over here: https://wordpress.org/extend/plugins/tweetstream/

    * Fixed double tweet import (now checking with tweet_id)

    * Added localisation

    * Language files added:

    – english

    – dutch

    If you translate please send me a pm. so i can add new language files to new versions.

    This release only has a fix and localisation.

    In the next version i will add new features.

    Sandeep Ramamoorthy
    Participant

    @D Cartwright

    Thanks for the instructions..:)

    I now face another problem….

    I am unable to upload Group avatars….

    I saw some one else face the same issue here

    https://wordpress.org/support/topic/370443

    #66115

    In reply to: Extending Profiles

    mlovelock
    Participant

    Check out this plugin: https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/

    It will allow you to exempt that field from the standard BP search string function. You could also add a little customisation in the settings file to set your Company field to redirect to somewhere else as you’re suggesting here.

    epublishing
    Member

    Me too!

    Latest Buddy Press.

    Latest WordPress

    I’m trying to get two new sites up and running so would appreciate some help please?

    #66096
    danbpfr
    Participant
    #66082
    Paul Wong-Gibbs
    Keymaster

    Yes

    #66078
    paulhastings0
    Participant

    When you say blog post you mean more than just updating the front page activity stream? (as seen here: http://testbp.org/ )

    You mean actually writing a blog post?

    There’s 2 ways you might go about doing it.

    1. In your blog dashboard go to “Site Admin” >> “Options” and change the “Dashboard User Default Role” to Author. That will now allow every user on your site who signs up without creating a blog of their own to be able to post on your site’s main blog.

    They still won’t be able to post on the front without going into the dashboard until you switch your main blog to a theme that supports front-end posting such as P2. To make the P2 theme compatible with BP install the “Buddypress Template Pack” plugin: https://wordpress.org/extend/plugins/bp-template-pack/

    2. Or you could instead go into your Dashboard to “Settings” >> “Reading” and set the “Front Page” to “Activity Stream”. Then install the “Oembed for Buddypress” plugin: https://wordpress.org/extend/plugins/oembed-for-buddypress/

    #66070
    peterverkooijen
    Participant

    Posthaste experiments go nowhere. I’m closer to a solution with P2, with the theme integrated directly into the bp-groupblog plugin (old version for 1.1.3…).

    I’ve boiled the problem down to this: I need to tell the p2.js file which blog it is operating in. Without a blogid it assumes it’s working on the main blog.

    The solution is probably in here somewhere: Get blog_id in external files. Also mentions the switch_to_blog function that Marius Ooms pointed out to me in bp-groupblog.

    How can I turn that into a line of javascript that I can add at the top of p2.js? ‘var something = something;’?

    Or should I add something to functions.php? It has functions like this:

    function latest_post_permalink() {
    global $wpdb;
    $sql = "SELECT ID FROM {$wpdb->posts} WHERE post_type = 'post' AND post_status = 'publish' ORDER BY post_date DESC LIMIT 1";
    $last_post_id = $wpdb->get_var($sql);
    $permalink = get_permalink($last_post_id);
    return $permalink;
    }

    What should I add to a function like this to tell it from which blog to get the last post permalink? Or can I add $blogid as global or something like that?

    #66060
    intimez
    Participant

    I believe this is what you are looking for:

    https://wordpress.org/extend/plugins/sidebar-post/

    #66057
    r-a-y
    Keymaster

    Brajesh Singh has a plugin for that:

    https://wordpress.org/extend/plugins/bp-redirect-to-profile/

    You might have to modify it to suit your needs.

    #66056
    r-a-y
    Keymaster

    There are also these:

    BP-Links: https://wordpress.org/extend/plugins/buddypress-links/

    BP-Gallery (paid plugin): http://buddydev.com

    #66055
    FayssalF
    Participant
    #66054
    FayssalF
    Participant
Viewing 25 results - 19,526 through 19,550 (of 22,687 total)
Skip to toolbar